summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk.cxx
AgeCommit message (Expand)Author
2024-07-17cid#1555302 Different smart pointers managing same raw pointerCaolán McNamara
2024-05-21sc: check GetActiveViewShell()Xisco Fauli
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-17Move undo info creation logic into ScUndoConditionalFormatMike Kaganski
2024-03-17tdf#160149: save and restore the whole set of tab's conditional formatsMike Kaganski
2024-02-08lok: calc: missing invalidation of position on undo a drag and dropMarco Cecchetti
2024-02-08lok: calc: missing update of sheet geometry data on undo a drag and dropMarco Cecchetti
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-08-11cid#1539806 Dereference after null checkCaolán McNamara
2022-08-09cid#1507857 Big parameter passed by valueCaolán McNamara
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-03-31lok: paste-undo: invalidate sheetgeometryDennis Francis
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida
2021-10-11loplugin:moveparam in scNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-01-10static_cast after dynamic_castNoel Grandin
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-20use tools::Long in scNoel
2020-10-13static_cast after dynamic_castNoel
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