|
LibreOffice Module sw (master) 1
|
#include <editeng/memberids.h>#include <hintids.hxx>#include <svx/unomid.hxx>#include <xmloff/xmlnamespace.hxx>#include "xmlitmap.hxx"#include <xmloff/xmltoken.hxx>#include <o3tl/safeint.hxx>#include <unomid.h>Go to the source code of this file.
Macros | |
| #define | MAP_ENTRY(p, l, w, m) { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), m } |
| #define | M_E_SI(p, l, w, m) { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_IMPORT|m } |
| #define | M_E_SE(p, l, w, m) { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_EXPORT|m } |
| #define | M_E_SIE(p, l, w, m) { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_EXPORT|MID_SW_FLAG_SPECIAL_ITEM_IMPORT|m } |
Variables | |
| const SvXMLItemMapEntry | aTableItemMap [] |
| const o3tl::span< SvXMLItemMapEntry const > | aXMLTableItemMap (aTableItemMap) |
| const SvXMLItemMapEntry | aTableColItemMap [] |
| const o3tl::span< SvXMLItemMapEntry const > | aXMLTableColItemMap (aTableColItemMap) |
| const SvXMLItemMapEntry | aTableRowItemMap [] |
| const o3tl::span< SvXMLItemMapEntry const > | aXMLTableRowItemMap (aTableRowItemMap) |
| const SvXMLItemMapEntry | aTableCellItemMap [] |
| const o3tl::span< SvXMLItemMapEntry const > | aXMLTableCellItemMap (aTableCellItemMap) |
| #define M_E_SE | ( | p, | |
| l, | |||
| w, | |||
| m | |||
| ) | { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_EXPORT|m } |
Definition at line 36 of file xmlitemm.cxx.
| #define M_E_SI | ( | p, | |
| l, | |||
| w, | |||
| m | |||
| ) | { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_IMPORT|m } |
Definition at line 34 of file xmlitemm.cxx.
| #define M_E_SIE | ( | p, | |
| l, | |||
| w, | |||
| m | |||
| ) | { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), MID_SW_FLAG_SPECIAL_ITEM_EXPORT|MID_SW_FLAG_SPECIAL_ITEM_IMPORT|m } |
Definition at line 38 of file xmlitemm.cxx.
| #define MAP_ENTRY | ( | p, | |
| l, | |||
| w, | |||
| m | |||
| ) | { XML_NAMESPACE_##p, XML_##l, o3tl::narrowing<sal_uInt16>(w), m } |
Definition at line 32 of file xmlitemm.cxx.
| const SvXMLItemMapEntry aTableCellItemMap[] |
Definition at line 199 of file xmlitemm.cxx.
| const SvXMLItemMapEntry aTableColItemMap[] |
Definition at line 119 of file xmlitemm.cxx.
| const SvXMLItemMapEntry aTableItemMap[] |
Definition at line 41 of file xmlitemm.cxx.
| const SvXMLItemMapEntry aTableRowItemMap[] |
Definition at line 126 of file xmlitemm.cxx.
| const o3tl::span< SvXMLItemMapEntry const > aXMLTableCellItemMap(aTableCellItemMap) | ( | aTableCellItemMap | ) |
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().
| const o3tl::span< SvXMLItemMapEntry const > aXMLTableColItemMap(aTableColItemMap) | ( | aTableColItemMap | ) |
Referenced by SwXMLImport::InitItemImport().
| const o3tl::span< SvXMLItemMapEntry const > aXMLTableItemMap(aTableItemMap) | ( | aTableItemMap | ) |
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().
| const o3tl::span< SvXMLItemMapEntry const > aXMLTableRowItemMap(aTableRowItemMap) | ( | aTableRowItemMap | ) |
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().