summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-08sc: add an overlay to show sparklines in a sparkline groupfeature/sparklinesTomaž Vajngerl2-0/+74
2022-04-04sc: add sparklines commands to main menuTomaž Vajngerl1-0/+10
2022-04-04sc: take sparklines into account with auto fillTomaž Vajngerl2-0/+57
2022-04-03sc: improve keeping track of sparklines in SParklineListTomaž Vajngerl5-28/+152
2022-04-03sc: prevent a crash when deleting a sparklineTomaž Vajngerl2-1/+5
2022-04-03sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl3-57/+83
2022-04-03sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl17-4/+649
2022-04-01sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl16-9/+281
2022-04-01sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl10-114/+217
2022-04-01sc: add SparklineGroup Undo/RedoTomaž Vajngerl11-78/+279
2022-03-31sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl2-236/+590
2022-03-30sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl3-373/+929
2022-03-28sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl12-22/+63
2022-03-28sc: make printing of Sparklines workTomaž Vajngerl5-1/+100
2022-03-28add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl5-23/+291
2022-03-26sc: sparkline import/export for ODFTomaž Vajngerl15-6/+1016
2022-03-26sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl11-2/+24
2022-03-22sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl11-58/+128
2022-03-22sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl11-328/+679
2022-03-22sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl5-1/+86
2022-03-21sc: add Undo/Redo for deleting a SparklineTomaž Vajngerl9-3/+212
2022-03-21sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl10-97/+364
2022-03-19sc: add support for copy/cut and paster of SparklinesTomaž Vajngerl12-13/+323
2022-03-19sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl7-21/+18
2022-03-19sc: make getters const in SparklineCell and Sparkline classesTomaž Vajngerl2-6/+6
2022-03-15sc: add unit test to delete Sparkline, update add Sparkline testTomaž Vajngerl1-2/+59
2022-03-15sc: add "Delete Sparkline" context menu commandTomaž Vajngerl7-2/+79
2022-03-15sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl9-4/+57
2022-03-14sc: SparklineDialog add type, colors and propertiesTomaž Vajngerl4-16/+638
2022-03-14sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl16-1/+685
2022-03-14sc: simple unit test for adding a new Sparkline to a new documentTomaž Vajngerl2-0/+67
2022-03-14sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl4-2/+5
2022-03-10sc: render Sparkline columns smaller - reducee by 70% of the widthTomaž Vajngerl1-1/+2
2022-03-10sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl7-5/+322
2022-03-10sc: set default parameters in SparklineGroupTomaž Vajngerl1-1/+26
2022-03-05sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl11-46/+173
2022-03-05sc: support sparkline bar colors, add markers to sparkline linesTomaž Vajngerl1-13/+103
2022-03-05sc: test Sparkline OOXML Import into Calc Sparkline doc. modelTomaž Vajngerl4-0/+220
2022-03-05sc: use enums instead strings for some SparklineGroup props.Tomaž Vajngerl3-13/+67
2022-03-05sc: initial code to draw sparkline into a cellTomaž Vajngerl3-1/+202
2022-03-04sc: write the OOXML Sparkline props. to the modelTomaž Vajngerl3-52/+114
2022-03-04sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl11-4/+166
2022-03-04sc: support reading sparklines from OOXML documentTomaž Vajngerl6-36/+306
2022-03-04sc: sparklines import for OOXMLTomaž Vajngerl3-0/+40
2022-03-04jsdialog: enable Accessibility Check dialogSzymon Kłos5-10/+48
2022-03-04Expand ascii macroMike Kaganski1-31/+30
2022-03-04Change hcolor2str to return OUStringMike Kaganski3-14/+14
2022-03-04Drop hconv and replace hstr2ucsstr with hstr2OUStringMike Kaganski5-73/+72
2022-03-04Drop Double2StrMike Kaganski1-130/+129
2022-03-04test more with svmfuzzerCaolán McNamara1-0/+20