summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)Author
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-08-07Removed duplicated includesAndrea Gelmini
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-06-01no need to allocate guards on the heapNoel Grandin
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-12fix up order of some ScDocument functionsLuboš Luňák
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-06sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-06sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-05sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-04-04sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl
2022-04-04sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-06rename In() to Contains()Luboš Luňák
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-16Simplify vector initialization in scJulien Nabet
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-11add some --disable-scripting fixesCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-28lok: sc: avoid crash on non existent tab view dataDennis Francis
2021-05-17small perf improvement in checking for noteNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke
2021-02-10Don't shrink row height when deleting cell contents interactively eitherTor Lillqvist
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-02-02Probably this LOK invalidation should be done only if something changedTor Lillqvist
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski
2021-01-05tdf#139339 : Unify protect/unprotect cases for document protectionAnshu
2021-01-02tdf#133257 : Protection icon in front of sheet nameAnshu
2020-12-01Revert "Revert "tdf#138483 sc: update red circles after merging cells""László Németh
2020-11-30Revert "tdf#138483 sc: update red circles after merging cells"László Németh
2020-11-30tdf#138483 sc: update red circles after merging cellsTibor Nagy
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-27Resolves: tdf#137617 Use document address convention to create namesEike Rathke
2020-10-20use tools::Long in scNoel
2020-10-08tdf#125462 sc: remove red (invalid data) circleTibor Nagy
2020-10-06loplugin:const* make some params and methods constNoel
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