summaryrefslogtreecommitdiff
path: root/sc/inc/formulalogger.hxx
AgeCommit message (Expand)Author
2017-03-28sc: include cleanup for --enable_formula_loggerJochen Nitschke
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida
2016-11-07Fix typos (also in the code)Andrea Gelmini
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida
2016-11-05Log cell range references.Kohei Yoshida
2016-11-05Log single cell references.Kohei Yoshida
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida
2016-10-26Better way to silence loplugin:staticmethodsStephan Bergmann
2016-10-25Keep loplugin:staticmethods happy.Kohei Yoshida
2016-10-25Add configure option --enable-formula-logger to conditionalize it.Kohei Yoshida
2016-10-25Ensure that GroupScope can only be instantiated by FormulaLogger.Kohei Yoshida
2016-10-25LIBO_FORMULA_LOG_FILE env var to specify the log file location.Kohei Yoshida
2016-10-25Write nest levels in case of nested group calculations.Kohei Yoshida
2016-10-25Use a singleton pattern here.Kohei Yoshida
2016-10-25Initial take on group formula logging.Kohei Yoshida