summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/token.cxx
AgeCommit message (Expand)AuthorFilesLines
29 hoursNFC ScRawToken::CreateToken: ocPush uses the same functionJustin Luth1-8/+2
11 daysRelated: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara1-1/+1
2024-03-26tdf#126573 Add Excel2021 array function SORTBY to CalcBalazs Varga1-0/+1
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-0/+1
2024-03-01tdf#126573 Add Excel2021 array function FILTER to CalcBalazs Varga1-0/+1
2024-02-18tdf#128425 Add Excel2021 function XMATCH to CalcBalazs Varga1-0/+1
2024-01-31tdf#127293 Add Excel2021 function XLOOKUP to CalcWinfried Donkers1-0/+1
2024-01-08cid#1583700 Uninitialized scalar variableCaolán McNamara1-1/+1
2024-01-06tdf#73678 Prevent conditional formatting from being lost in CalcMatt K1-0/+4
2023-09-10using decls should come after #includeNoel Grandin1-2/+1
2023-05-17Resolves: tdf#153790 Suppress duplicated end part sheet reference, tdf#103890Eike Rathke1-7/+28
2022-09-09Resolves: tdf#150312 Move base-cell-address to a valid sheet upon deletionEike Rathke1-2/+2
2022-08-18loplugin:moveitNoel Grandin1-3/+3
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-12/+12
2022-07-16ofz#49017 Integer-overflowCaolán McNamara1-3/+3
2022-07-14loplugin:moveitNoel Grandin1-2/+2
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák1-9/+9
2022-02-14remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák1-27/+29
2021-12-06rename In() to Contains()Luboš Luňák1-21/+21
2021-11-13Resolves: tdf#145640 MoveReference...Reorder() there are RPN tokens as wellEike Rathke1-94/+106
2021-10-27Typo: pDataIgoreCase->pDataIgoreCase in scJulien Nabet1-2/+2
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh1-35/+0
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin1-0/+69
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke1-1/+17
2021-05-29tdf#142201 tdf#142065 fix cut paste transpose references, incl. undoscito1-0/+30
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