summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist3-7/+7
2020-07-17lokit: add missing header and row-size invalidation calls...Dennis Francis1-1/+13
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis3-9/+62
2020-06-24tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist2-9/+9
2020-05-16sc: correctly update spelling markers on undo/redoAshod Nakashian1-0/+4
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin2-8/+8
2019-10-21sc: rowcol: tdf#50916 convert ui/undoAron Budea8-148/+158
2019-08-20loplugin:constvars in package..scNoel Grandin1-3/+3
2019-07-25tdf#107394 sc ui: fix lack of row height update on undo of pasteMiklos Vajna1-2/+4
2019-06-21reference childwins are all weldedCaolán McNamara1-6/+6
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis1-0/+6
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin2-6/+6
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-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-05tdf#124326 : ScUndoDragDrop : don't do update references...Dennis Francis1-4/+0
2019-04-03tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...Dennis Francis1-27/+1
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen10-39/+0
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-174/+10
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen3-7/+5
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-4/+3
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov7-68/+66
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-24remove ScMoveUndoMode enumNoel Grandin3-17/+9
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen3-0/+3
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-4/+6
2018-10-15loplugin:constfields in scNoel Grandin2-2/+2
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin1-3/+1
2018-10-06use more std::unique_ptr in ScUndoDrawNoel Grandin1-1/+1
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin1-19/+15
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin5-22/+5
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-7/+6
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin4-12/+12
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin3-23/+25
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin1-15/+15
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin1-5/+5
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin4-14/+15
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin3-48/+48
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin3-12/+12
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin1-26/+26
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin2-14/+14
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin2-5/+4
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin1-1/+1
2018-07-27InsertNewTable always returns trueCaolán McNamara1-5/+1
2018-07-25Related: tdf#118867 refresh AutoFilter buttons when deleting cols/rows/cellsEike Rathke1-2/+23
2018-07-06Handle protection lock mark in Undo/Redo, tdf#68290 follow-upEike Rathke1-0/+2
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin7-95/+94