summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr7.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun1-8/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-4/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-01use officecfg for Experimental flagNoel Grandin1-3/+2
2020-09-30loplugin:reducevarscope in scNoel1-2/+1
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara1-11/+11
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-316/+316
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-1/+1
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-25Fix typosAndrea Gelmini1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+1
2018-07-27Use IsInArrayContext() instead of (bMatrixFormula || pCur->IsInForceArray())Eike Rathke1-1/+1
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke1-11/+24
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke1-2/+24
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-2/+1
2018-06-05sc: Stop pushing an extra errorTakeshi Abe1-3/+0
2018-02-19Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-1/+27
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara1-32/+73
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-08-18tdf#109104: respect RFC3986 for newlines in ScEncodeURLJulien Nabet1-1/+8
2017-06-15Ensure all cases push an error return, tdf#104989 related (not the cause)Eike Rathke1-0/+6
2017-02-07convert DEBUG_TIME to scoped enumNoel Grandin1-3/+3
2016-09-23convert formula error codes to scoped enumNoel Grandin1-14/+14
2016-08-17Resolves: tdf#88257 handle FILTERXML array/matrix contextEike Rathke1-18/+101
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-11/+11
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara1-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+7
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-08-04sal_uChar is deprecatedNoel Grandin1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-01-26operate on UTF-8 encoded string, tdf#76870 follow-upEike Rathke1-6/+8
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+38
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-19add COLOR functionMarkus Mohrhard1-0/+44
2014-04-16cppcheck: duplicate branchCaolán McNamara1-6/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-6/+1
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+20
2014-01-14Be explicit when using bool as integral valueStephan Bergmann1-1/+1