LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>
#include <string_view>
#include "fonthdl.hxx"
#include <sax/tools/converter.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <tools/fontenum.hxx>
Go to the source code of this file.
Functions | |
static const SvXMLEnumMapEntry< FontFamily > * | lcl_getFontFamilyGenericMapping () |
Variables | |
SvXMLEnumMapEntry< FontPitch > const | aFontPitchMapping [] |
|
static |
Definition at line 38 of file fonthdl.cxx.
References FAMILY_DECORATIVE, FAMILY_MODERN, FAMILY_ROMAN, FAMILY_SCRIPT, FAMILY_SWISS, FAMILY_SYSTEM, xmloff::token::XML_DECORATIVE, xmloff::token::XML_MODERN, xmloff::token::XML_ROMAN, xmloff::token::XML_SCRIPT, xmloff::token::XML_SWISS, xmloff::token::XML_SYSTEM, and xmloff::token::XML_TOKEN_INVALID.
Referenced by XMLFontFamilyPropHdl::exportXML(), and XMLFontFamilyPropHdl::importXML().
SvXMLEnumMapEntry<FontPitch> const aFontPitchMapping[] |
Definition at line 54 of file fonthdl.cxx.
Referenced by XMLFontPitchPropHdl::exportXML(), and XMLFontPitchPropHdl::importXML().