summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-13tdf#130326 no need to fill ScMatrix with zeros hereNoel Grandin1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-12/+12
2021-03-07loplugin:staticdynamic now with extra saltNoel1-2/+7
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-8/+0
2020-09-30loplugin:reducevarscope in scNoel1-5/+4
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-8/+8
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-5/+5
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-3/+3
2020-09-13ScDBQueryDataIterator is never passed a null ScDocumentCaolán McNamara1-1/+1
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara1-110/+110
2020-04-30loplugin:makeshared in scNoel Grandin1-1/+1
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-0/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-28/+36
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-3/+3
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke1-0/+1
2019-12-22sal_Char->char in scNoel Grandin1-3/+3
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-11/+11
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-7/+7
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-7/+7
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-3/+3
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-4/+4
2019-10-22Cleanup the array-formula related members in ScInterpreter...Dennis Francis1-0/+2
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis1-1/+1
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-6/+31
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-06-01Resolves: tdf#101473 handle volatile Add-In results without formula cellEike Rathke1-2/+25
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke1-5/+0
2019-05-08Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke1-1/+20
2019-03-28return unique_ptr from CreateTokenMatrixMapNoel Grandin1-2/+2
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-0/+1
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-19/+8
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-22Resolves: tdf#113898 create JumpMatrix for svExternalDoubleRef scalar valuesEike Rathke1-1/+10
2018-11-13Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann1-3/+3
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke1-0/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-4/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-11Resolves: tdf#90698 catch list (1;2) of non-references as errorEike Rathke1-1/+3