summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Don't let sc's spell-checking EditEngine linger around as long.Michael Meeks1-1/+1
2020-10-27calc: clear the spell-checking cache on tab switch.Michael Meeks1-0/+1
2020-10-23Improve spell checking performance and impl. in several ways:Dennis Francis2-36/+38
2020-10-18Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-3/+7
2020-09-19tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot2-3/+3
2020-09-19tdf#95640 XLSX: import/export of custom sort listsSerge Krot2-4/+4
2020-09-04tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()Mike Kaganski1-0/+3
2020-08-05Make Group dialog asyncSzymon Kłos1-3/+4
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis2-0/+12
2020-07-23Make Sort dialog asyncSzymon Kłos1-1/+10
2020-07-10don't add a cell to a non-existent column (tdf#104865)Luboš Luňák1-0/+1
2020-07-06Allow print-twips version of ScEditUtil::GetEditArea()Dennis Francis1-3/+4
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis3-3/+6
2020-06-22Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis5-0/+52
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák1-2/+8
2020-06-19new json writer for LOKNoel Grandin2-2/+3
2020-06-03Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-0/+8
2020-05-28formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky1-1/+1
2020-05-18lok: cleanup getCellCursorMichael Meeks1-4/+1
2020-05-17Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2-4/+0
2020-05-17lok: formula bar: function completionMarco Cecchetti1-0/+3
2020-05-13reduce iteration in ScViewData::GetScrPosNoel Grandin2-2/+2
2020-04-19Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke3-4/+7
2020-01-07tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-0/+2
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-0/+4
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin4-0/+28
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke3-2/+4
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin1-1/+2
2019-11-12tdf#121239 give writer, calc and draw/impress the same underline optionsCaolán McNamara1-6/+0
2019-11-11cid#1455326 MoveSticky always has a non-nullptr pDocCaolán McNamara1-1/+1
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin3-4/+9
2019-11-11tdf#121090: Correct the last argument to HLOOKUP/VLOOKUP descriptionMike Kaganski1-4/+4
2019-11-07Fix typoAndrea Gelmini1-1/+1
2019-11-07tdf#124270 : improve formula-group cycle detectionDennis Francis1-0/+5
2019-11-05make some classes module-privateNoel Grandin9-18/+18
2019-11-04Fix typo in codeAndrea Gelmini1-1/+1
2019-11-03find symbols that can be privateNoel Grandin1-2/+2
2019-11-01loplugin:finalclasses in sc/incNoel Grandin93-227/+220
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin8-25/+31
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin2-6/+6
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-1/+1
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin1-1/+0
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-3/+9
2019-10-18cid#1454847 : introduce an explicit constructor...Dennis Francis1-0/+7
2019-10-17weld ScImportAsciiDlgCaolán McNamara5-76/+19
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis1-0/+11
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis4-4/+4