summaryrefslogtreecommitdiff
path: root/sc/inc/formulalogger.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2018-10-17Remove unused FormulaLogger::maMessageStephan Bergmann1-1/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2017-05-15Typo: s/threashold/thresholdTor Lillqvist1-2/+2
2017-05-09Avoid adding unnecessary overhead to formula calculation.Kohei Yoshida1-0/+7
2017-03-28sc: include cleanup for --enable_formula_loggerJochen Nitschke1-1/+4
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida1-1/+4
2016-11-07Fix typos (also in the code)Andrea Gelmini1-1/+1
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida1-6/+13
2016-11-05Log cell range references.Kohei Yoshida1-3/+26
2016-11-05Log single cell references.Kohei Yoshida1-1/+13
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-0/+11
2016-10-26Better way to silence loplugin:staticmethodsStephan Bergmann1-5/+3
2016-10-25Keep loplugin:staticmethods happy.Kohei Yoshida1-2/+5
2016-10-25Add configure option --enable-formula-logger to conditionalize it.Kohei Yoshida1-0/+33
2016-10-25Ensure that GroupScope can only be instantiated by FormulaLogger.Kohei Yoshida1-2/+17
2016-10-25LIBO_FORMULA_LOG_FILE env var to specify the log file location.Kohei Yoshida1-0/+2
2016-10-25Write nest levels in case of nested group calculations.Kohei Yoshida1-2/+6
2016-10-25Use a singleton pattern here.Kohei Yoshida1-0/+2
2016-10-25Initial take on group formula logging.Kohei Yoshida1-0/+68