summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2019-12-04lok: cleanup getCellCursorMichael Meeks1-4/+1
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara1-3/+4
2019-12-04Removed duplicated includesAndrea Gelmini1-1/+0
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-2/+2
2019-12-03cid#1456145 Missing move assignment operatorCaolán McNamara2-3/+5
2019-12-03lok: formula bar: function completionMarco Cecchetti1-0/+3
2019-12-02cid#1456145 Missing move assignment operatorCaolán McNamara1-6/+6
2019-12-02use initializer listCaolán McNamara1-9/+9
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann14-54/+54
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-1/+1
2019-11-29make some function symbols module privateNoel Grandin1-1/+1
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin1-1/+1
2019-11-27sc: rowcol: tdf#50916 add UI to turn jumbo sheets onNoel Grandin1-0/+3
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2-4/+0
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin3-5/+5
2019-11-22make some classes module-privateNoel Grandin4-6/+6
2019-11-21ScQueryParam can be allocated inline in ScQueryCellIteratorNoel Grandin1-1/+1
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin4-0/+28
2019-11-20cid#1399334 Uncaught exceptionCaolán McNamara2-2/+2
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara1-5/+5
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara3-4/+4
2019-11-18cid#1249470 Uninitialized scalar fieldCaolán McNamara1-2/+1
2019-11-16loplugin:unusedfieldsNoel Grandin1-2/+1
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin2-2/+2
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara3-3/+4
2019-11-14Details always dereferences ScDocument argumentCaolán McNamara1-1/+1
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-1/+1
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