summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)Author
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke
2021-03-08clean up some more dynamic/static castingNoel
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel
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-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-10-20use tools::Long in scNoel
2020-10-13static_cast after dynamic_castNoel
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-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-08-09loplugin:flatten in scNoel Grandin
2020-07-16lokit: add missing header and row-size invalidation calls...Dennis Francis
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
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-23sc: correctly update spelling markers on undo/redoAshod Nakashian
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
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-08-20loplugin:constvars in package..scNoel Grandin
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-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis
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-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
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-02-28reintroduce ScCaptionPtrLuboš Luňák
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov