LibreOffice Module sc (master) 1
Variables
unitconv.cxx File Reference
#include <com/sun/star/uno/Sequence.hxx>
#include <unitconv.hxx>
#include <global.hxx>
#include <optutil.hxx>
Include dependency graph for unitconv.cxx:

Go to the source code of this file.

Variables

const sal_Unicode cDelim = 0x01
 
constexpr OUStringLiteral CFGPATH_UNIT = u"Office.Calc/UnitConversion"
 
constexpr OUStringLiteral CFGSTR_UNIT_FROM = u"FromUnit"
 
constexpr OUStringLiteral CFGSTR_UNIT_TO = u"ToUnit"
 
constexpr OUStringLiteral CFGSTR_UNIT_FACTOR = u"Factor"
 

Variable Documentation

◆ cDelim

const sal_Unicode cDelim = 0x01

Definition at line 29 of file unitconv.cxx.

Referenced by ScDocShell::AsciiSave(), and ScUnitConverterData::BuildIndexString().

◆ CFGPATH_UNIT

constexpr OUStringLiteral CFGPATH_UNIT = u"Office.Calc/UnitConversion"
constexpr

Definition at line 44 of file unitconv.cxx.

Referenced by ScUnitConverter::ScUnitConverter().

◆ CFGSTR_UNIT_FACTOR

constexpr OUStringLiteral CFGSTR_UNIT_FACTOR = u"Factor"
constexpr

Definition at line 47 of file unitconv.cxx.

Referenced by ScUnitConverter::ScUnitConverter().

◆ CFGSTR_UNIT_FROM

constexpr OUStringLiteral CFGSTR_UNIT_FROM = u"FromUnit"
constexpr

Definition at line 45 of file unitconv.cxx.

Referenced by ScUnitConverter::ScUnitConverter().

◆ CFGSTR_UNIT_TO

constexpr OUStringLiteral CFGSTR_UNIT_TO = u"ToUnit"
constexpr

Definition at line 46 of file unitconv.cxx.

Referenced by ScUnitConverter::ScUnitConverter().