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>
#include <xmlprop.hxx>
Go to the source code of this file.
Macros | |
#define | M_E_(a, p, l, t, c) { a, p, l, t, c, SvtSaveOptions::ODFSVER_010, false } |
#define | M_EV_(a, p, l, t, c, v) { a, p, l, t, c, v, false } |
#define | M_ED_(a, p, l, t, c) { a, p, 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 } |
#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 constexpr | aXMLParaPropMap [] |
XMLPropertyMapEntry constexpr | aXMLAdditionalTextDefaultsMap [] |
XMLPropertyMapEntry constexpr | aXMLTextPropMap [] |
XMLPropertyMapEntry constexpr | aXMLFramePropMap [] |
XMLPropertyMapEntry constexpr | aXMLShapePropMap [] |
XMLPropertyMapEntry constexpr | aXMLSectionPropMap [] |
XMLPropertyMapEntry constexpr | aXMLRubyPropMap [] |
XMLPropertyMapEntry constexpr | aXMLTableDefaultsMap [] |
XMLPropertyMapEntry constexpr | aXMLTableRowDefaultsMap [] |
XMLPropertyMapEntry constexpr | 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 88 of file txtprmap.cxx.
Definition at line 35 of file txtprmap.cxx.
#define M_ED_ | ( | a, | |
p, | |||
l, | |||
t, | |||
c | |||
) | { a, p, l, (t) | MID_FLAG_DEFAULT_ITEM_EXPORT, c, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 41 of file txtprmap.cxx.
#define M_END | ( | ) | { nullptr } |
Definition at line 85 of file txtprmap.cxx.
Definition at line 38 of file txtprmap.cxx.
#define MAP_ | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 87 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 81 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 83 of file txtprmap.cxx.
#define MAP_ODF13 | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_013, false } |
Definition at line 78 of file txtprmap.cxx.
Definition at line 75 of file txtprmap.cxx.
Definition at line 57 of file txtprmap.cxx.
Definition at line 59 of file txtprmap.cxx.
Definition at line 61 of file txtprmap.cxx.
Definition at line 51 of file txtprmap.cxx.
Definition at line 53 of file txtprmap.cxx.
Definition at line 69 of file txtprmap.cxx.
Definition at line 71 of file txtprmap.cxx.
Definition at line 65 of file txtprmap.cxx.
Definition at line 45 of file txtprmap.cxx.
Definition at line 47 of file txtprmap.cxx.
|
static |
Definition at line 1091 of file txtprmap.cxx.
References AUTO_FRAME, aXMLAdditionalTextDefaultsMap, aXMLCellPropMap, aXMLFramePropMap, aXMLParaPropMap, aXMLRubyPropMap, aXMLSectionPropMap, aXMLShapePropMap, aXMLTableDefaultsMap, aXMLTableRowDefaultsMap, aXMLTextPropMap, CELL, FRAME, XMLPropertyMapEntry::meXMLName, nType, 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().
|
constexpr |
Definition at line 472 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 1022 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 687 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 90 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 995 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 949 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 900 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 1004 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 1013 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().
|
constexpr |
Definition at line 483 of file txtprmap.cxx.
Referenced by lcl_txtprmap_getMap().