summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr8.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-07tdf#137679 Use Kahan summation for interpr8.cxxdante1-26/+30
2021-04-13tdf#130326 no need to fill ScMatrix with zeros hereNoel Grandin1-3/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-3/+1
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara1-7/+7
2020-09-03intermittent forecast.ets.add.fods failureCaolán McNamara1-0/+2
2020-08-20Resolves: tdf#109409 TEXTJOIN() CONCAT() handle array/matrix row-wiseEike Rathke1-6/+6
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-222/+222
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-04-17Break overly long lineEike Rathke1-2/+3
2020-04-17tdf#130583: fix Switch in CalcJulien Nabet1-1/+1
2020-03-27Resolves: tdf#131096 Handle argument error and propagateEike Rathke1-10/+31
2020-03-26tdf#131380 crash on loading specific xlsx documentCaolán McNamara1-3/+4
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+9
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-10-26Use CheckStringResultLen() also for CONCATENATE(), CONCAT() and TEXTJOIN()Eike Rathke1-9/+29
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-4/+0
2018-08-14loplugin:returnconstant in ScInterpreterNoel Grandin1-58/+34
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke1-3/+3
2017-12-07loplugin:constparamsNoel Grandin1-5/+5
2017-11-15Fix typosAndrea Gelmini1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-6/+6
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke1-2/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-17/+8
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-4/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet1-6/+6
2017-03-25Fix typosAndrea Gelmini1-2/+2
2016-10-13tdf#94635 follow up; handle linear data properly when samples in periodWinfried Donkers1-7/+12
2016-10-13tdf#94635 follow up; correct handling of double x-values in case ofWinfried Donkers1-24/+13
2016-09-23convert formula error codes to scoped enumNoel Grandin1-40/+40
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+1
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke1-4/+4
2016-07-29tdf#97831 follow up : remove unused arguments from stackWinfried Donkers1-0/+16
2016-06-14do not use OUString::number() to "format" numeric valuesEike Rathke1-39/+9
2016-06-13fix obtaining ScRefCellValue results, tdf#97831 follow-upEike Rathke1-14/+38
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers1-7/+3
2016-05-07actually propagate a match expression error, tdf#97831 follow-upEike Rathke1-0/+1
2016-05-07coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke1-7/+3
2016-05-07coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke1-2/+1
2016-05-05gather calls to IterateParametersIfs() in one place, tdf#97831 follow-upEike Rathke1-12/+0
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-0/+12
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers1-18/+2