summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)Author
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-06-18Add warning and progress to AutoFormatOliver Specht
2024-06-01loplugin:ostr in sc/../docshellNoel Grandin
2024-05-23sc: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-19Resolves: tdf#160804 sc: ResizeMatrix: Use document grammarEike Rathke
2024-05-10Fix row deletion bug.Gökay Şatır
2024-05-10Fix column deletion bug.Gökay Şatır
2024-04-20tdf#80390 Extend InsertCells Dialog to allow adding a set of Rows/ColumnsSahil Gautam
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolá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-13pass width hint around as twips and convert to pixel at the endCaolán McNamara
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-22don't always invalidate the entire width of the calc windowCaolán McNamara
2024-01-09tdf#114441 - Convert sal_uLong to better integer typessahil
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-04sc SetLayoutRTL: Only call PostPaint for current tabAron Budea
2023-10-31we always have a ScDocument so pass by referenceCaolán McNamara
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-08-13defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara
2023-07-25tdf#99808 sc: fix background of conditional formatting in merged cellTibor Nagy
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