summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk.cxx
AgeCommit message (Expand)Author
2020-09-30loplugin:reducevarscope in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-08-09loplugin:flatten in scNoel Grandin
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-05-30pass ScSheetLimits aroundNoel Grandin
2019-12-02use weld::WaitObjectCaolán McNamara
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-21sc: rowcol: tdf#50916 convert ui/undoAron Budea
2019-07-25tdf#107394 sc ui: fix lack of row height update on undo of pasteMiklos Vajna
2019-06-21reference childwins are all weldedCaolán McNamara
2019-04-05tdf#124326 : ScUndoDragDrop : don't do update references...Dennis Francis
2019-04-03tdf#120270 : ScUndoDragDrop - Notifying listeners of the area...Dennis Francis
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-24remove ScMoveUndoMode enumNoel Grandin
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin
2018-07-25Related: tdf#118867 refresh AutoFilter buttons when deleting cols/rows/cellsEike Rathke
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-18convert DelCellCmd to scoped enumNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-11-29lok - calc: outline and group handlingMarco Cecchetti
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin