summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-0/+3
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-09sc: rowcol: store sheet maximum sizes in ScDocument.Michael Meeks1-0/+4
2019-10-08use cppu::WeakImplHelper in ScDataPilotDescriptorBaseNoel Grandin1-16/+7
2019-10-08use cppu::WeakImplHelper in ScCellRangesBaseNoel Grandin1-23/+15
2019-10-03Resolves: tdf#122011 fix ValidExternal() checkEike Rathke1-2/+5
2019-10-03update sc pchCaolán McNamara1-4/+3
2019-10-02drop some unnecessary includesCaolán McNamara1-0/+1
2019-10-01Thread a group of formula-groups together if possibleDennis Francis6-7/+32
2019-09-30reduce number of calc column constants slightlyNoel Grandin1-11/+5
2019-09-26loplugin:constmethod in scNoel Grandin20-42/+42
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-42/+10
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-1/+1
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-1/+1
2019-09-24Allow to use multiple Formula dialog instancesSzymon Kłos1-7/+0
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov1-2/+1
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-2/+2
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke1-0/+2