summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen9.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-02-21Some more unit conversion unificationMike Kaganski1-2/+3
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel1-1/+3
2020-10-20use tools::Long in scNoel1-4/+4
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-5/+5
2020-09-16AdjustRangesOfChartsOnDestinationPage never passed null ScDocument*sCaolán McNamara1-1/+1
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara1-4/+4
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-69/+69
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil1-2/+2
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-12/+10
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-12/+13
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-24loplugin:constparams in scNoel Grandin1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-10/+0
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-1/+2
2018-08-17make GetName accessor more standardCaolán McNamara1-2/+1
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin1-4/+0
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-4/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-8/+7
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-1/+1
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-4/+2
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-2/+4
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-4/+2
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-2/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-11-23TypedWhichId for sc constantsNoel Grandin1-8/+5
2017-11-21Guard pColorList from mutationTor Lillqvist1-0/+1
2017-11-21Guard mpDrawLayer from mutationTor Lillqvist1-0/+3
2017-11-21Guard mpShell from mutationTor Lillqvist1-0/+3
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-09-12Prefix one more member of ScDocument: pDrawLayerTor Lillqvist1-61/+61
2017-09-05Prefix one more member of ScDocument: pShellTor Lillqvist1-4/+4
2017-09-05Prefix one more member of ScDocument: pEditEngineTor Lillqvist1-5/+5
2017-09-05Prefix one more member of ScDocument: xPoolHelperTor Lillqvist1-5/+5
2017-07-06rework as a shared_ptrCaolán McNamara1-2/+2
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-1/+1
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-3/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-2/+2
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-5/+6
2016-11-07loplugin:expandablemethods in scNoel Grandin1-24/+10
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-7/+7
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1