summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undocell.cxx
AgeCommit message (Expand)Author
2020-07-17lokit: add missing header and row-size invalidation calls...Dennis Francis
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2018-06-29inline DeleteSdrUndoActionNoel Grandin
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-22can just use default dtorsCaolán McNamara
2017-12-19Fix typosAndrea Gelmini
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky
2017-04-13sc lok: Add/Remove comment uno undo/redoPranav Kant
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke
2017-04-10flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke
2017-02-24a first stab against the note caption ownership messEike Rathke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann