LibreOffice Module sc (master) 1
Functions
calcconfig.cxx File Reference
#include <ostream>
#include <formula/FormulaCompiler.hxx>
#include <formula/grammar.hxx>
#include <formula/opcode.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <unotools/configmgr.hxx>
#include <calcconfig.hxx>
#include <comphelper/configurationlistener.hxx>
Include dependency graph for calcconfig.cxx:

Go to the source code of this file.

Functions

static rtl::Reference< ConfigurationListener > const & getMiscListener ()
 
static rtl::Reference< ConfigurationListener > const & getFormulaCalculationListener ()
 
static ForceCalculationType forceCalculationTypeInit ()
 
OUString ScOpCodeSetToSymbolicString (const ScCalcConfig::OpCodeSet &rOpCodes)
 
ScCalcConfig::OpCodeSet ScStringToOpCodeSet (std::u16string_view rOpCodes)
 

Function Documentation

◆ forceCalculationTypeInit()

static ForceCalculationType forceCalculationTypeInit ( )
static

◆ getFormulaCalculationListener()

static rtl::Reference< ConfigurationListener > const & getFormulaCalculationListener ( )
static

Definition at line 31 of file calcconfig.cxx.

Referenced by ScCalcConfig::isThreadingEnabled().

◆ getMiscListener()

static rtl::Reference< ConfigurationListener > const & getMiscListener ( )
static

Definition at line 25 of file calcconfig.cxx.

Referenced by ScCalcConfig::isOpenCLEnabled().

◆ ScOpCodeSetToSymbolicString()

OUString ScOpCodeSetToSymbolicString ( const ScCalcConfig::OpCodeSet rOpCodes)

◆ ScStringToOpCodeSet()

ScCalcConfig::OpCodeSet ScStringToOpCodeSet ( std::u16string_view  rOpCodes)

Definition at line 203 of file calcconfig.cxx.

References n, ocNegSub, ocSub, result, and SAL_WARN.

Referenced by ScFormulaCfg::UpdateFromProperties().