summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fudraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-01loplugin:ostr in sc/../drawfuncNoel Grandin1-1/+1
2024-05-31sc: Reduce number of calls to GetMarkedObjectList()Xisco Fauli1-17/+14
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli1-10/+10
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-08simplify static_cast after dynamic_castNoel Grandin1-2/+3
2021-08-07cid#1489785 Dereference after null checkCaolán McNamara1-2/+3
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt1-1/+1
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-1/+1
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl1-4/+4
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze1-2/+5
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-02-02use css::embed::EmbedVerbs::MS_OLEVERB_PRIMARY instead of bare 0Caolán McNamara1-2/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-01uilogger : Add support in the Logger and DSL for Calc-CommentsAhmed ElShreif1-0/+19
2020-08-09loplugin:flatten in scNoel Grandin1-48/+48
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-1/+1
2020-04-15mobile: fix double tap on chart doesn't get into editmodeMert Tumer1-0/+11
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt1-2/+3
2019-08-12Fix typosAndrea Gelmini1-4/+4
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-5/+0
2019-02-13Pointer is pointlessNoel Grandin1-5/+5
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin1-2/+2
2018-05-24member can be a ref instead of a pointerCaolán McNamara1-20/+20
2018-05-24ScTabViewShell is never optionalCaolán McNamara1-5/+5
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-2/+0
2017-12-08GetMarkableObjCount() is only compared against 1Matteo Casalin1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-24loplugin:constparam in sc part5Noel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann1-4/+4
2017-05-19Removed unneccessary ASCII-Art and commentsThomas Beck1-51/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-5/+5
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-2/+2
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrEventKind to scoped enumNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-22/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-5/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-7/+0
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-7/+7