summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undocell.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-06-03loplugin:ostr in scNoel Grandin1-4/+4
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-16/+11
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-6/+6
2023-10-31we always have a ScDocument so pass by referenceCaolán McNamara1-2/+2
2023-01-12override GetModel in ScDocShellNoel Grandin1-1/+1
2022-11-21calc: cache GetCellArea resultsSzymon Kłos1-5/+12
2022-08-29ref-count SdrObjectNoel Grandin1-4/+1
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-12/+13
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-1/+1
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin1-1/+1
2022-06-17create getter for ScCellValue::mpStringNoel Grandin1-1/+1
2022-06-16create getter for ScCellValue::mfValueNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-21flatten ScDetOpList vectorNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-13static_cast after dynamic_castNoel1-10/+10
2020-08-09loplugin:flatten in scNoel Grandin1-11/+11
2020-07-16lokit: add missing header and row-size invalidation calls...Dennis Francis1-1/+13
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2019-08-20loplugin:constvars in package..scNoel Grandin1-3/+3
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-3/+3
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-3/+3
2019-04-13use more std::make_uniqueNoel Grandin1-2/+2
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen1-7/+0
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-174/+10
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-4/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-6/+6
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin1-5/+5
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin1-9/+9
2018-06-29inline DeleteSdrUndoActionNoel Grandin1-2/+2
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-10/+175
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-14/+15
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-6/+6
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-4/+6
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-3/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-22can just use default dtorsCaolán McNamara1-2/+0
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-0/+2
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke1-0/+2
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-20/+20
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis1-0/+12