summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-04-01ofz#45529 TimeoutCaolán McNamara
2022-04-01tdf#129629: sc: Add UItestXisco Fauli
2022-04-01uitest: sc: Deselect regexp checkbox after using itXisco Fauli
2022-04-01uitest: sc: by default calcsearchin is FormulasXisco Fauli
2022-04-01tdf#65334: sc: Add UItestXisco Fauli
2022-04-01sc: use forward decl. instead of include for SparklineGroupTomaž Vajngerl
2022-04-01sc: render Sparkline columns smaller - reducee by 70% of the widthTomaž Vajngerl
2022-04-01sc: Sparkline export for OOXML documents + roundtrip testTomaž Vajngerl
2022-03-31tdf#83126: sc: Add UItestXisco Fauli
2022-03-31tdf#86166: sc_uicalc: Add unittestXisco Fauli
2022-03-31lok: paste-undo: invalidate sheetgeometryDennis Francis
2022-03-31lok: unit-test: add comment unique id checksDennis Francis
2022-03-31lok-comments: CopyOneCellFromClip: notify lok clientsDennis Francis
2022-03-31lok: CopyCellNotesHandler: use the cloned objectDennis Francis
2022-03-31lok: ensure unique id for annotationsDennis Francis
2022-03-30tdf#45020: sc: move UItest to CppUnittestXisco Fauli
2022-03-30tdf#85353: sc: Add UItestXisco Fauli
2022-03-30tdf#74670 tdf#91286 PPTX XLSX export: save image onceTünde Tóth
2022-03-30don't clamp columns to allocated ones for flagsLuboš Luňák
2022-03-30handle xlsx with too large sheets the same way as e.g. odsLuboš Luňák
2022-03-30allocate columns for initDataRows()Luboš Luňák
2022-03-30use ScTable::ColumnData() in ScDocument::ExtendOverlapped()Luboš Luňák
2022-03-29tdf#125800: sc_macros: Add unittestXisco Fauli
2022-03-29allocate columns in ScTable::Compare()Luboš Luňák
2022-03-29allocate column in ScTable::FillSeries() when neededLuboš Luňák
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy
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-29initialize output parameter of ScFormatRangeStyles::GetStyleNameIndex()Luboš Luňák
2022-03-29sc a11y: Fix + port events for row/col ins/delMichael Weghorn
2022-03-29sc a11y: OSL_ENSURE -> assertMichael Weghorn
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn
2022-03-29sc: fix crash in SdrPageView::GetPageWindow()Aron Budea
2022-03-29sc: set default parameters in SparklineGroupTomaž Vajngerl