summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22move query-related iterators to a new separate fileLuboš Luňák
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-04-22fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12don't ignore GetDefPattern() in ScHorizontalAttrIteratorLuboš Luňák
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-08lok: avoid validation-dialog yield when savingDennis Francis
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-07sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-06Fix typoAndrea Gelmini
2022-04-06sc: put SparklineList implementation into SparklineList.cxxTomaž 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: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-05Fix typosAndrea Gelmini
2022-04-05sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-04-05sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl
2022-04-04sc: sparkline import/export for ODFTomaž Vajngerl
2022-04-04clarify that the link warning is a security relevant oneCaolán McNamara
2022-04-04sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl
2022-04-04sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-04-04sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-04-04sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl
2022-04-04sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl
2022-04-04sc: add support for copy/cut and paste of SparklinesTomaž Vajngerl
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl
2022-04-03sc: make getters const in SparklineCell and Sparkline classesTomaž Vajngerl
2022-04-03sc: add "Delete Sparkline" context menu commandTomaž Vajngerl
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-04-03sc: SparklineDialog add type, colors and propertiesTomaž Vajngerl
2022-04-03sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-04-01sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl
2022-03-29avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák
2022-03-29do not provide non-const iterators for ScMarkData internalsLuboš Luňák
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2022-03-29sc: set default parameters in SparklineGroupTomaž Vajngerl
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák
2022-03-25loplugin:constantparamNoel Grandin
2022-03-23forcepoint#81 fix array sizeLuboš Luňák
2022-03-23loplugin:unusedmethodsNoel Grandin