summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08sc: add an overlay to show sparklines in a sparkline groupfeature/sparklinesTomaž Vajngerl
2022-04-04sc: add sparklines commands to main menuTomaž Vajngerl
2022-04-04sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-03sc: improve keeping track of sparklines in SParklineListTomaž Vajngerl
2022-04-03sc: prevent a crash when deleting a sparklineTomaž Vajngerl
2022-04-03sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl
2022-04-03sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-01sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl
2022-04-01sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-01sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-03-31sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl
2022-03-30sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl
2022-03-28sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl
2022-03-28sc: make printing of Sparklines workTomaž Vajngerl
2022-03-28add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-03-26sc: sparkline import/export for ODFTomaž Vajngerl
2022-03-26sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl
2022-03-22sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-03-22sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl
2022-03-22sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-03-21sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl
2022-03-21sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl
2022-03-19sc: add support for copy/cut and paster of SparklinesTomaž Vajngerl
2022-03-19sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl
2022-03-19sc: make getters const in SparklineCell and Sparkline classesTomaž Vajngerl
2022-03-15sc: add unit test to delete Sparkline, update add Sparkline testTomaž Vajngerl
2022-03-15sc: add "Delete Sparkline" context menu commandTomaž Vajngerl
2022-03-15sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-14sc: SparklineDialog add type, colors and propertiesTomaž Vajngerl
2022-03-14sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2022-03-14sc: simple unit test for adding a new Sparkline to a new documentTomaž Vajngerl
2022-03-14sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl
2022-03-10sc: render Sparkline columns smaller - reducee by 70% of the widthTomaž Vajngerl
2022-03-10sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl
2022-03-10sc: set default parameters in SparklineGroupTomaž Vajngerl
2022-03-05sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-05sc: support sparkline bar colors, add markers to sparkline linesTomaž Vajngerl
2022-03-05sc: test Sparkline OOXML Import into Calc Sparkline doc. modelTomaž Vajngerl
2022-03-05sc: use enums instead strings for some SparklineGroup props.Tomaž Vajngerl
2022-03-05sc: initial code to draw sparkline into a cellTomaž Vajngerl
2022-03-04sc: write the OOXML Sparkline props. to the modelTomaž Vajngerl
2022-03-04sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl
2022-03-04sc: support reading sparklines from OOXML documentTomaž Vajngerl
2022-03-04sc: sparklines import for OOXMLTomaž Vajngerl
2022-03-04jsdialog: enable Accessibility Check dialogSzymon Kłos
2022-03-04Expand ascii macroMike Kaganski
2022-03-04Change hcolor2str to return OUStringMike Kaganski
2022-03-04Drop hconv and replace hstr2ucsstr with hstr2OUStringMike Kaganski
2022-03-04Drop Double2StrMike Kaganski
2022-03-04test more with svmfuzzerCaolán McNamara