LibreOffice Module xmloff (master) 1
|
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <sax/tools/converter.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include "PropType.hxx"
#include "DeepTContext.hxx"
#include "RenameElemTContext.hxx"
#include "ActionMapTypesOOo.hxx"
#include "MutableAttrList.hxx"
#include "TransformerActions.hxx"
#include "PropertyActionsOOo.hxx"
#include "TransformerBase.hxx"
#include "StyleOOoTContext.hxx"
#include <xmloff/xmluconv.hxx>
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <array>
Go to the source code of this file.
Macros | |
#define | ENTRY4(a, b, c, d) { a, b, c, d } |
#define | ENTRY3(a, b, c) { a, b, c, XML_PROP_TYPE_END } |
#define | ENTRY2(a, b) { a, b, XML_PROP_TYPE_END, XML_PROP_TYPE_END } |
#define | ENTRY1(a) { a, XML_PROP_TYPE_END, XML_PROP_TYPE_END, XML_PROP_TYPE_END } |
Variables | |
const sal_uInt16 | MAX_PROP_TYPES = 4 |
const std::array< XMLPropType, MAX_PROP_TYPES > | aPropTypes [XML_FAMILY_TYPE_END] |
const XMLTokenEnum | aPropTokens [XML_PROP_TYPE_END] |
const sal_uInt16 | aAttrActionMaps [XML_PROP_TYPE_END] |
const sal_uInt16 | aElemActionMaps [XML_PROP_TYPE_END] |
#define ENTRY1 | ( | a | ) | { a, XML_PROP_TYPE_END, XML_PROP_TYPE_END, XML_PROP_TYPE_END } |
Definition at line 57 of file StyleOOoTContext.cxx.
#define ENTRY2 | ( | a, | |
b | |||
) | { a, b, XML_PROP_TYPE_END, XML_PROP_TYPE_END } |
Definition at line 55 of file StyleOOoTContext.cxx.
#define ENTRY3 | ( | a, | |
b, | |||
c | |||
) | { a, b, c, XML_PROP_TYPE_END } |
Definition at line 53 of file StyleOOoTContext.cxx.
const sal_uInt16 aAttrActionMaps[XML_PROP_TYPE_END] |
Definition at line 104 of file StyleOOoTContext.cxx.
Referenced by XMLStyleOOoTContext::CreateChildContext().
const sal_uInt16 aElemActionMaps[XML_PROP_TYPE_END] |
Definition at line 122 of file StyleOOoTContext.cxx.
const XMLTokenEnum aPropTokens[XML_PROP_TYPE_END] |
Definition at line 86 of file StyleOOoTContext.cxx.
Referenced by XMLStyleOOoTContext::CreateChildContext(), and SvXMLExportPropertyMapper::exportXML().
const std::array<XMLPropType,MAX_PROP_TYPES> aPropTypes[XML_FAMILY_TYPE_END] |
Definition at line 60 of file StyleOOoTContext.cxx.
Referenced by XMLStyleOOoTContext::CreateChildContext().
const sal_uInt16 MAX_PROP_TYPES = 4 |
Definition at line 50 of file StyleOOoTContext.cxx.
Referenced by SvXMLExportPropertyMapper::exportXML().