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