summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulalogger.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara1-1/+1
2020-08-09loplugin:flatten in scNoel Grandin1-12/+12
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-3/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-10-01loplugin:stringadd in scNoel Grandin1-3/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-08-09remove Calc's software interpreterLuboš Luňák1-2/+0
2018-01-30ofz#5834 Null-dereferenceCaolán McNamara1-1/+1
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist1-1/+3
2017-05-15Typo: s/threashold/thresholdTor Lillqvist1-1/+1
2017-05-09Avoid adding unnecessary overhead to formula calculation.Kohei Yoshida1-1/+12
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-28sc: include cleanup for --enable_formula_loggerJochen Nitschke1-0/+1
2016-12-12loplugin:stringconstantTor Lillqvist1-9/+9
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida1-30/+43
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida1-8/+19
2016-11-05Log cell range references.Kohei Yoshida1-0/+11
2016-11-05Log single cell references.Kohei Yoshida1-0/+23
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-1/+46
2016-11-05Output the header information to the formula log.Kohei Yoshida1-0/+7
2016-10-25LIBO_FORMULA_LOG_FILE env var to specify the log file location.Kohei Yoshida1-7/+40
2016-10-25Write nest levels in case of nested group calculations.Kohei Yoshida1-25/+53
2016-10-25Use a singleton pattern here.Kohei Yoshida1-0/+6
2016-10-25Initial take on group formula logging.Kohei Yoshida1-0/+171