summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfunc.hxx
AgeCommit message (Expand)Author
2023-08-13defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara
2023-07-06loplugin:unusedfields all-can-be-privateNoel Grandin
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
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-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-02-10Don't shrink row height when deleting cell contents interactively eitherTor Lillqvist
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-02-01loplugin:finalclasses in scNoel
2021-01-05tdf#139339 : Unify protect/unprotect cases for document protectionAnshu
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-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs
2020-02-03loplugin:constantparamNoel Grandin
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier
2016-03-23loplugin:constantparam in scNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-09convert Link<> to typedNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2014-11-21Mark InsertTable SC_DLLPUBLIC, will need it in next commitTor Lillqvist
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida