summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/interpre.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante1-1/+1
2021-04-28tdf#137679 Use Kahan summation for interpr1.cxxdante1-4/+2
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-04loplugin:constantparamNoel1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-09-13establish DetectSearchType pDoc arg is never nullCaolán McNamara1-1/+1
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara1-2/+2
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-0/+3
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-12-05make some classes module privateNoel Grandin1-4/+4
2019-11-05make some classes module-privateNoel Grandin1-2/+2
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-2/+7
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-3/+3
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers1-0/+1
2019-03-28return unique_ptr from CreateTokenMatrixMapNoel Grandin1-2/+2
2019-03-23formatting fixesLuboš Luňák1-6/+5
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-0/+1
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe1-0/+5
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke1-0/+16
2018-10-26Change kScInterpreterMaxStrLen now result string length limit to 256MBEike Rathke1-2/+3
2018-10-26Use SAL_MAX_INT32 in CheckStringPositionArgument()Eike Rathke1-2/+2
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke1-3/+5
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke1-5/+7
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-8/+3
2018-08-16remove mempoolNoel Grandin1-3/+0
2018-07-27Use IsInArrayContext() instead of (bMatrixFormula || pCur->IsInForceArray())Eike Rathke1-2/+2
2018-07-27Introduce and use ScInterpreter::IsInArrayContext(), tdf#91502 follow-upEike Rathke1-0/+9
2018-03-29tdf#97977 make MODE.MULT fully compatible with Excel.Winfried Donkers1-2/+1
2018-03-29loplugin:useuniqueptr in ScInterpreterNoel Grandin1-2/+2
2018-03-15tdf#97977 related : make MODE.SNGL comply with Excel.Winfried Donkers1-0/+1
2018-01-25Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-8/+8
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-10/+10
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-5/+2
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+4
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-1/+3
2017-11-06Fix typosAndrea Gelmini1-1/+1
2017-11-05Correct German variables/functions names translation in Calc (financial)Johnny_M1-7/+7
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-10-23Translate German function names in Calc (financial)Johnny_M1-4/+4
2017-10-12Translate German variable names in Calc (financial)Johnny_M1-13/+13
2017-10-04Indent part of ScInterpreter that for some reason was not indented at allTor Lillqvist1-749/+749
2017-09-27Make pGlobalStack and bGlobalStackInUse thread_localTor Lillqvist1-2/+2
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-0/+1