summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/futext.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-0/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-5/+5
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-3/+3
2022-08-29ref-count SdrObjectNoel Grandin1-2/+2
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-5/+5
2021-10-07use SfxItemSetFixed in scNoel Grandin1-3/+2
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-2/+2
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+5
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-26loplugin:flattenNoel1-15/+15
2020-08-09loplugin:flatten in scNoel Grandin1-58/+58
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-4/+0
2019-02-13Pointer is pointlessNoel Grandin1-1/+1
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand1-14/+1
2018-10-06return unique_ptr from CreateDefaultObject in sc/Noel Grandin1-6/+5
2018-09-12tdf#119793 Crash on redo of rectangle movement and textNoel Grandin1-4/+4
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin1-2/+1
2018-05-24member can be a ref instead of a pointerCaolán McNamara1-19/+19
2018-05-24ScTabViewShell is never optionalCaolán McNamara1-3/+3
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin1-6/+8
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+2
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-08-25loplugin:constparam in sc part6Noel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-5/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-7/+3
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-04tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-27tdf#39468 translate German source code commentsdennisroczek1-97/+24
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin1-2/+2
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin1-1/+1
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-6/+6
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin1-2/+2
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-27tdf#92207 sc: Make the text background color button workMaxim Monastirsky1-0/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3