summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/token.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-6/+6
2020-12-18Resolves: tdf#138710 Do not push an out-of-bounds bound to boundariesEike Rathke1-1/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-8/+0
2020-10-06loplugin:const* make some params and methods constNoel1-6/+6
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-14/+14
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-13/+13
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-2/+2
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-9/+9
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-14/+14
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-2/+2
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-05-13Resolves: tdf#132173 handle API sequence to inline array token correctlyEike Rathke1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-29/+34
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-26Resolves: tdf#130825 Compare exclusive end, not inclusive end sheet numberEike Rathke1-1/+1
2020-02-18Related: tdf#130370 Let cut&paste/move of a sheet-local name reference ...Eike Rathke1-9/+0
2020-02-18Resolves: tdf#130370 Increment sheet-local name only for moved cellsEike Rathke1-2/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-101/+101
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-35/+43
2019-12-13tdf#120948: row deltas should be stored as SCROW...Deena Francis1-4/+4
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-38/+40
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin1-1/+1
2019-11-11cid#1455326 MoveSticky always has a non-nullptr pDocCaolán McNamara1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-27/+27
2019-09-25constinit, here we comeStephan Bergmann1-0/+3
2019-09-25better data structures for some static const varsNoel Grandin1-2/+3
2019-09-01Fix '..'Andrea Gelmini1-3/+3
2019-05-09loplugin:unusedmethodsNoel Grandin1-84/+0
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-4/+2
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-5/+5
2018-11-25drop unused FormulaVectorDisabledNotInSoftwareSubsetNoel Grandin1-1/+0
2018-11-14blacklist ocMatch for calc threadingLuboš Luňák1-0/+1
2018-11-13blacklist ocSheet for threaded calcLuboš Luňák1-0/+1
2018-11-13blacklist svMatrix for calc threaded calculationLuboš Luňák1-0/+1
2018-11-13blacklist svExternalName for calc threadingLuboš Luňák1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák1-3/+0
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-1/+1
2018-09-08blacklist all ocDB* tokens for Calc threadingLuboš Luňák1-0/+11
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+4
2018-08-17Resolves: tdf#118983 do not expand range if sheet references not affectedEike Rathke1-8/+5
2018-08-16remove mempoolNoel Grandin1-8/+0
2018-08-11loplugin:unusedmethodsNoel Grandin1-3/+0