summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
AgeCommit message (Expand)Author
2020-06-16detect inconsistent SUMIFS() ranges when range reducing (tdf#132431)Luboš Luňák
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-25Resolves: tdf#128218 Let RAND() return a scalar double instead of a 1x1 matrixEike Rathke
2019-10-21Related: tdf#127982 In JumpMatrix do not propagate individual errors as globalEike Rathke
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-15replace ".get->" with "->"Noel Grandin
2019-03-25avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák
2019-03-22Use RegexMatcher.find(pos, status) call on old ICUTomáš Chvátal
2019-03-08tdf#123923: make COUNTIF propagate errors in its first parameterMike Kaganski
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-27Simplify condition whether to return array of references or matrixEike Rathke
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07Find actual data area inside the main-range...Dennis Francis
2018-12-02no need for approxFloorhimajin100000
2018-11-29Support occurrence number as REGEX() 4th argument, tdf#113977 follow-upEike Rathke
2018-11-23Check isEmptyStringQuery() early to avoid call ..., tdf#121052 follow-upEike Rathke
2018-11-22tdf#121052 sc: avoid multiple empty value lookups in rangesSerge Krot
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15Cache the vConditions array...Dennis Francis
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke
2018-10-304th parameter Flags for REGEX(), tdf#113977Eike Rathke
2018-10-30Rewrite REGEX() to directly use icu::RegexMatcher, tdf#113977Eike Rathke
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke
2018-10-26missing includeStephan Bergmann
2018-10-26Let REGEX() return #N/A instead of #VALUE! if no match, tdf#113977 follow-upEike Rathke
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-31tdf#73078 Let 'Type()' return '1' for empty cellsMichael Weghorn
2018-08-24SCCOLROW instead of long, tdf#117016 follow-upEike Rathke
2018-08-24Consolidate duplicated code, use VectorMatrixAccessor, tdf#117016 follow-upEike Rathke
2018-08-24Avoid unnecessary copy of vector if nothing omitted, tdf#117016 follow-upEike Rathke
2018-08-24Eliminate unnecessary per element copy of matrix' first col/rowEike Rathke
2018-08-24Resolves: tdf#117016 omit error values from an interim array in LOOKUP()Eike Rathke
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin