LibreOffice Module xmloff (master)
1
|
#include <xmloff/txtprmap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/maptype.hxx>
#include <xmloff/xmltypes.hxx>
#include "txtprhdl.hxx"
#include <xmlsdtypes.hxx>
#include <sal/log.hxx>
#include <rtl/ref.hxx>
Go to the source code of this file.
Macros | |
#define | M_E_(a, p, l, t, c) { a, XML_NAMESPACE_##p, XML_##l, t, c, SvtSaveOptions::ODFSVER_010, false } |
#define | M_EV_(a, p, l, t, c, v) { a, XML_NAMESPACE_##p, XML_##l, t, c, v, false } |
#define | M_ED_(a, p, l, t, c) { a, XML_NAMESPACE_##p, XML_##l, (t) | MID_FLAG_DEFAULT_ITEM_EXPORT, c, SvtSaveOptions::ODFSVER_010, false } |
#define | MT_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_TEXT), c ) |
#define | MT_ED(a, p, l, t, c) M_ED_( a, p, l, (t|XML_TYPE_PROP_TEXT), c ) |
#define | MP_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_PARAGRAPH), c ) |
#define | MP_ED(a, p, l, t, c) M_ED_( a, p, l, (t|XML_TYPE_PROP_PARAGRAPH), c ) |
#define | MG_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_GRAPHIC), c ) |
#define | MG_ED(a, p, l, t, c) M_ED_( a, p, l, (t|XML_TYPE_PROP_GRAPHIC), c ) |
#define | MG_EV(a, p, l, t, c, v) M_EV_( a, p, l, (t|XML_TYPE_PROP_GRAPHIC), c, v ) |
#define | MS_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_SECTION), c ) |
#define | MR_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_RUBY), c ) |
#define | MR_EV(a, p, l, t, c, v) M_EV_( a, p, l, (t|XML_TYPE_PROP_RUBY), c, v ) |
#define | MC_E(a, p, l, t, c) M_E_( a, p, l, (t|XML_TYPE_PROP_TABLE_CELL), c ) |
#define | MAP_ODF13(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_013, false } |
#define | MAP_EXT(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, false } |
#define | MAP_EXT_I(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, true } |
#define | M_END() { nullptr, 0, XML_TOKEN_INVALID, 0, 0, SvtSaveOptions::ODFSVER_010, false } |
#define | MAP_(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
#define | GMAP(name, prefix, token, type, context) MAP_(name,prefix,token,static_cast<sal_Int32>(type|XML_TYPE_PROP_GRAPHIC),context) |
Functions | |
static XMLPropertyMapEntry const * | lcl_txtprmap_getMap (TextPropMap nType) |
Variables | |
XMLPropertyMapEntry const | aXMLParaPropMap [] |
XMLPropertyMapEntry const | aXMLAdditionalTextDefaultsMap [] |
XMLPropertyMapEntry const | aXMLTextPropMap [] |
XMLPropertyMapEntry const | aXMLFramePropMap [] |
XMLPropertyMapEntry const | aXMLShapePropMap [] |
XMLPropertyMapEntry const | aXMLSectionPropMap [] |
XMLPropertyMapEntry const | aXMLRubyPropMap [] |
XMLPropertyMapEntry const | aXMLTableDefaultsMap [] |
XMLPropertyMapEntry const | aXMLTableRowDefaultsMap [] |
XMLPropertyMapEntry const | aXMLCellPropMap [] |
#define GMAP | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | MAP_(name,prefix,token,static_cast<sal_Int32>(type|XML_TYPE_PROP_GRAPHIC),context) |
Definition at line 87 of file txtprmap.cxx.
#define M_E_ | ( | a, | |
p, | |||
l, | |||
t, | |||
c | |||
) | { a, XML_NAMESPACE_##p, XML_##l, t, c, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 34 of file txtprmap.cxx.
#define M_ED_ | ( | a, | |
p, | |||
l, | |||
t, | |||
c | |||
) | { a, XML_NAMESPACE_##p, XML_##l, (t) | MID_FLAG_DEFAULT_ITEM_EXPORT, c, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 40 of file txtprmap.cxx.
#define M_END | ( | ) | { nullptr, 0, XML_TOKEN_INVALID, 0, 0, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 84 of file txtprmap.cxx.
Definition at line 37 of file txtprmap.cxx.
#define MAP_ | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 86 of file txtprmap.cxx.
#define MAP_EXT | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, false } |
Definition at line 80 of file txtprmap.cxx.
#define MAP_EXT_I | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, true } |
Definition at line 82 of file txtprmap.cxx.
#define MAP_ODF13 | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_013, false } |
Definition at line 77 of file txtprmap.cxx.
Definition at line 74 of file txtprmap.cxx.
Definition at line 56 of file txtprmap.cxx.
Definition at line 58 of file txtprmap.cxx.
Definition at line 60 of file txtprmap.cxx.
Definition at line 50 of file txtprmap.cxx.
Definition at line 52 of file txtprmap.cxx.
Definition at line 68 of file txtprmap.cxx.
Definition at line 70 of file txtprmap.cxx.
Definition at line 64 of file txtprmap.cxx.
Definition at line 44 of file txtprmap.cxx.
Definition at line 46 of file txtprmap.cxx.
|
static |
Definition at line 1087 of file txtprmap.cxx.
References AUTO_FRAME, aXMLAdditionalTextDefaultsMap, aXMLCellPropMap, aXMLFramePropMap, aXMLParaPropMap, aXMLRubyPropMap, aXMLSectionPropMap, aXMLShapePropMap, aXMLTableDefaultsMap, aXMLTableRowDefaultsMap, aXMLTextPropMap, CELL, FRAME, XMLPropertyMapEntry::meXMLName, PARA, RUBY, SAL_WARN_IF, SECTION, SHAPE, SHAPE_PARA, TABLE_DEFAULTS, TABLE_ROW_DEFAULTS, TEXT, TEXT_ADDITIONAL_DEFAULTS, and xmloff::token::XML_MARGIN.
Referenced by XMLTextPropertySetMapper::getPropertyMapForType().
XMLPropertyMapEntry const aXMLAdditionalTextDefaultsMap[] |
Definition at line 469 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLCellPropMap[] |
Definition at line 1019 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLFramePropMap[] |
Definition at line 686 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLParaPropMap[] |
Definition at line 89 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLRubyPropMap[] |
Definition at line 992 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLSectionPropMap[] |
Definition at line 946 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLShapePropMap[] |
Definition at line 897 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLTableDefaultsMap[] |
Definition at line 1001 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLTableRowDefaultsMap[] |
Definition at line 1010 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
XMLPropertyMapEntry const aXMLTextPropMap[] |
Definition at line 480 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().