/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef INCLUDED_CONFIG_QRCODEGEN_H #define INCLUDED_CONFIG_QRCODEGEN_H #define ENABLE_QRCODEGEN 0 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ n'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/formulalogger.hxx
AgeCommit message (Expand)Author
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2018-10-17Remove unused FormulaLogger::maMessageStephan Bergmann
2018-10-15loplugin:constfields in scNoel Grandin
2017-05-15Typo: s/threashold/thresholdTor Lillqvist
2017-05-09Avoid adding unnecessary overhead to formula calculation.Kohei Yoshida
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