summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08tdf#148423: Half a hackStephan Bergmann
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08sc: add an overlay to show sparklines in a sparkline groupTomaž Vajngerl
2022-04-08lok: unit test for invalid entry saveDennis Francis
2022-04-08lok: avoid validation-dialog yield when savingDennis Francis
2022-04-07tdf#80043 - Put selected text into hyperlink itemAndreas Heinisch
2022-04-07sc: add sparklines commands to main menuTomaž Vajngerl
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-07sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-06tdf#121887: subsequent_filters: Add unittestXisco Fauli
2022-04-06Fix typoAndrea Gelmini
2022-04-06sc: qahelper: Check GetErrorCode returns none in loadDocXisco Fauli
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski
2022-04-06tdf#144996: sc: Add unittestXisco Fauli
2022-04-06sc: prevent a crash when deleting a sparklineTomaž Vajngerl
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-05Fix typosAndrea Gelmini
2022-04-05tdf#107952: sc_uicalc: Add unittestXisco Fauli
2022-04-05tdf#99386: sc: move UItest to CppUnittestXisco Fauli
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: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl
2022-04-05sc: edit all sparkline attributes in SparklineDialogTomaž 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-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-04tdf#85553: subsequent_export_test2: Add unittestXisco Fauli
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-04ofz: TimeoutCaolán McNamara
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 unit test to delete Sparkline, update add Sparkline testTomaž 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-03sc: simple unit test for adding a new Sparkline to a new documentTomaž Vajngerl
2022-04-02CppunitTest_sc_sparkline_test also needs the ASan hackStephan Bergmann