LibreOffice Module xmloff (master) 1
|
#include <xmloff/XMLFontStylesContext.hxx>
#include "XMLFontStylesContext_impl.hxx"
#include <com/sun/star/awt/FontFamily.hpp>
#include <com/sun/star/awt/FontPitch.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <comphelper/seqstream.hxx>
#include <sal/log.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include "fonthdl.hxx"
#include <xmloff/xmlimp.hxx>
#include <xmloff/maptype.hxx>
#include <xmloff/XMLBase64ImportContext.hxx>
Go to the source code of this file.
Macros | |
#define | XML_STYLE_FAMILY_FONT XmlStyleFamily::PAGE_MASTER |
Variables | |
const char | OPENTYPE_FORMAT [] = "opentype" |
const char | TRUETYPE_FORMAT [] = "truetype" |
const char | EOT_FORMAT [] = "embedded-opentype" |
#define XML_STYLE_FAMILY_FONT XmlStyleFamily::PAGE_MASTER |
Definition at line 50 of file XMLFontStylesContext.cxx.
const char EOT_FORMAT[] = "embedded-opentype" |
Definition at line 243 of file XMLFontStylesContext.cxx.
Referenced by XMLFontStyleContextFontFaceUri::endFastElement().
const char OPENTYPE_FORMAT[] = "opentype" |
Definition at line 241 of file XMLFontStylesContext.cxx.
Referenced by XMLFontStyleContextFontFaceUri::endFastElement().
const char TRUETYPE_FORMAT[] = "truetype" |
Definition at line 242 of file XMLFontStylesContext.cxx.
Referenced by XMLFontStyleContextFontFaceUri::endFastElement().