LibreOffice Module xmloff (master) 1
|
#include <xmloff/prhdlfac.hxx>
#include <com/sun/star/drawing/ColorMode.hpp>
#include <com/sun/star/text/HorizontalAdjust.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <sal/log.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmltypes.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlprhdl.hxx>
#include "xmlbahdl.hxx"
#include <xmloff/NamedBoolPropertyHdl.hxx>
#include <xmloff/XMLConstantsPropertyHandler.hxx>
#include "cdouthdl.hxx"
#include "csmaphdl.hxx"
#include "fonthdl.hxx"
#include "kernihdl.hxx"
#include "postuhdl.hxx"
#include "shadwhdl.hxx"
#include "shdwdhdl.hxx"
#include "undlihdl.hxx"
#include "weighhdl.hxx"
#include "breakhdl.hxx"
#include "adjushdl.hxx"
#include "escphdl.hxx"
#include "chrhghdl.hxx"
#include "chrlohdl.hxx"
#include "lspachdl.hxx"
#include "bordrhdl.hxx"
#include "tabsthdl.hxx"
#include <xmloff/EnumPropertyHdl.hxx>
#include <AttributeContainerHandler.hxx>
#include "durationhdl.hxx"
#include <XMLRectangleMembersHandler.hxx>
#include <XMLNumberWithAutoForVoidPropHdl.hxx>
#include "DrawAspectHdl.hxx"
#include <map>
Go to the source code of this file.
Classes | |
struct | XMLPropertyHandlerFactory::Impl |
Typedefs | |
typedef std::map< sal_Int32, const XMLPropertyHandler * > | CacheMap |
Variables | |
SvXMLEnumMapEntry< drawing::ColorMode > const | aXML_ColorMode_EnumMap [] |
SvXMLEnumMapEntry< text::HorizontalAdjust > const | aXML_HorizontalAdjust_Enum [] |
SvXMLEnumMapEntry< sal_uInt16 > const | aXML_WritingDirection_Enum [] |
SvXMLEnumMapEntry< sal_uInt16 > const | pXML_VertPos_Enum [] |
typedef std::map<sal_Int32, const XMLPropertyHandler*> CacheMap |
Definition at line 124 of file prhdlfac.cxx.
SvXMLEnumMapEntry<drawing::ColorMode> const aXML_ColorMode_EnumMap[] |
Definition at line 65 of file prhdlfac.cxx.
Referenced by XMLPropertyHandlerFactory::CreatePropertyHandler().
SvXMLEnumMapEntry<text::HorizontalAdjust> const aXML_HorizontalAdjust_Enum[] |
Definition at line 74 of file prhdlfac.cxx.
Referenced by XMLPropertyHandlerFactory::CreatePropertyHandler(), XMLFootnoteSeparatorExport::exportXML(), and XMLFootnoteSeparatorImport::startFastElement().
SvXMLEnumMapEntry<sal_uInt16> const aXML_WritingDirection_Enum[] |
Definition at line 85 of file prhdlfac.cxx.
Referenced by XMLPropertyHandlerFactory::CreatePropertyHandler().
SvXMLEnumMapEntry<sal_uInt16> const pXML_VertPos_Enum[] |
Definition at line 108 of file prhdlfac.cxx.
Referenced by XMLPropertyHandlerFactory::CreatePropertyHandler().