LibreOffice Module starmath (master) 1
Classes | Functions | Variables
cfgitem.cxx File Reference
#include <svl/itemset.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
#include <svl/languageoptions.hxx>
#include <unotools/configmgr.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <cfgitem.hxx>
#include <starmath.hrc>
#include <smmod.hxx>
#include <symbol.hxx>
#include <format.hxx>
Include dependency graph for cfgitem.cxx:

Go to the source code of this file.

Classes

struct  SmCfgOther
 

Functions

static Sequence< OUString > lcl_GetFontPropertyNames ()
 
static Sequence< OUString > lcl_GetSymbolPropertyNames ()
 
static Sequence< OUString > lcl_GetOtherPropertyNames ()
 
static Sequence< OUString > lcl_GetFormatPropertyNames ()
 
constexpr sal_uInt16 nDefaultSmSyntaxVersion (5)
 

Variables

constexpr OUStringLiteral SYMBOL_LIST = u"SymbolList"
 
constexpr OUStringLiteral FONT_FORMAT_LIST = u"FontFormatList"
 

Function Documentation

◆ lcl_GetFontPropertyNames()

static Sequence< OUString > lcl_GetFontPropertyNames ( )
static

Definition at line 48 of file cfgitem.cxx.

Referenced by SmMathConfig::ReadFontFormat(), and SmMathConfig::SaveFontFormatList().

◆ lcl_GetFormatPropertyNames()

static Sequence< OUString > lcl_GetFormatPropertyNames ( )
static

Beware of order according to *_BEGIN *_END defines in format.hxx ! see respective load/save routines here

Definition at line 87 of file cfgitem.cxx.

Referenced by SmMathConfig::LoadFormat(), and SmMathConfig::SaveFormat().

◆ lcl_GetOtherPropertyNames()

static Sequence< OUString > lcl_GetOtherPropertyNames ( )
static

Definition at line 70 of file cfgitem.cxx.

Referenced by SmMathConfig::LoadOther(), and SmMathConfig::SaveOther().

◆ lcl_GetSymbolPropertyNames()

static Sequence< OUString > lcl_GetSymbolPropertyNames ( )
static

Definition at line 60 of file cfgitem.cxx.

Referenced by SmMathConfig::ReadSymbol(), and SmMathConfig::SetSymbols().

◆ nDefaultSmSyntaxVersion()

constexpr sal_uInt16 nDefaultSmSyntaxVersion ( )
constexpr

Variable Documentation

◆ FONT_FORMAT_LIST

constexpr OUStringLiteral FONT_FORMAT_LIST = u"FontFormatList"
constexpr

◆ SYMBOL_LIST

constexpr OUStringLiteral SYMBOL_LIST = u"SymbolList"
constexpr

Definition at line 45 of file cfgitem.cxx.

Referenced by SmMathConfig::GetSymbols(), and SmMathConfig::SetSymbols().