summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2023-09-18Schedule conditional formating repaint after filtering is completedcp-22.05.19-1Szymon Kłos
2023-09-11lok: save to xlsx changes column sizeSzymon Kłos
2023-06-24Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke
2023-06-06sc: fix crash with document properties dialogTomaž Vajngerl
2023-05-12sc: copy cache values when clone color conditional formatHenry Castro
2023-05-12sc: add "updateValues" method to conditional format listHenry Castro
2022-12-31optimise SUMPRODUCT(IF..) a littleNoel Grandin
2022-12-13xlsx: Import table column attribute XML_totalsRowFunctionofftkp
2022-12-08jsdialog: fix validation error dialog in CalcSzymon Kłos
2022-11-10calc: cache GetCellArea resultsSzymon Kłos
2022-11-07lok: Introudce getDataArea for CalcSzymon Kłos
2022-10-16Resolves: tdf#150926 Add-In result svl::SharedString needs to be internedEike Rathke
2022-09-25make ScDocument::FetchTable() publicLuboš Luňák
2022-09-20speed up large sheet with lots of conditionsNoel Grandin
2022-09-10tdf#150749 Find and replace on very large sheetcp-22.05.6-1Noel Grandin
2022-08-28tdf#150170: Revert "flatten TableType in ColumnSpanSet"Xisco Fauli
2022-08-20Resolves: tdf#150336 overlapping slot idsCaolán McNamara
2022-07-30sc: allow undo of typing in 2 views independent from each otherNoel Grandin
2022-07-26Document sparkline related classes, functions and structsTomaž Vajngerl
2022-06-27Resolves: tdf#147822 ScUnoListenerEntry container must be std::listEike Rathke
2022-05-31reduce Calc's INITIALCOLCOUNT to 1Luboš Luňák
2022-05-31first arg of ApplyFrame is never nullLuboš Luňák
2022-05-25forcepoint#97 avoid Invalid read of size 2Caolán McNamara
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák
2022-05-19change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák
2022-05-19make CreateColumnIfNotExists() non-constLuboš Luňák
2022-05-18lok-calc: new callback for print rangesDennis Francis
2022-05-18try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-05-03fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-05-03fix checking whether a block of cells is emptyLuboš Luňák
2022-05-03rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-28lok: Introduce uno commands for formulabar actionsSzymon Kłos
2022-04-19sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-14lok: avoid validation-dialog yield when savingDennis Francis
2022-04-14avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák
2022-04-14fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák
2022-04-14forcepoint#81 fix array sizeLuboš Luňák
2022-04-14load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-04-14don't ignore GetDefPattern() in ScHorizontalAttrIteratorLuboš Luňák
2022-04-14don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-14fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-04-14add ColumnData() for simple handling of unallocated column dataLuboš Luňák
2022-04-13sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-13sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-13sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl
2022-04-12sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl
2022-04-12sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl
2022-04-12sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl