LibreOffice Module sw (master)
1
|
Go to the source code of this file.
Classes | |
struct | SvXMLItemMapEntry |
class | SvXMLItemMapEntries |
this class manages an array of SvXMLItemMapEntry. More... | |
Macros | |
#define | MID_SW_FLAG_MASK 0x0000ffff |
#define | MID_SW_FLAG_SPECIAL_ITEM_IMPORT 0x80000000 |
#define | MID_SW_FLAG_NO_ITEM_IMPORT 0x40000000 |
#define | MID_SW_FLAG_SPECIAL_ITEM_EXPORT 0x20000000 |
#define | MID_SW_FLAG_NO_ITEM_EXPORT 0x10000000 |
#define | MID_SW_FLAG_ELEMENT_ITEM_IMPORT 0x08000000 |
#define | MID_SW_FLAG_ELEMENT_ITEM_EXPORT 0x04000000 |
#define | MID_SW_FLAG_ELEMENT_ITEM 0x0c000000 |
Typedefs | |
typedef tools::SvRef< SvXMLItemMapEntries > | SvXMLItemMapEntriesRef |
Variables | |
SvXMLItemMapEntry const | aXMLTableItemMap [] |
SvXMLItemMapEntry const | aXMLTableColItemMap [] |
SvXMLItemMapEntry const | aXMLTableRowItemMap [] |
SvXMLItemMapEntry const | aXMLTableCellItemMap [] |
#define MID_SW_FLAG_ELEMENT_ITEM 0x0c000000 |
Definition at line 37 of file xmlitmap.hxx.
#define MID_SW_FLAG_ELEMENT_ITEM_EXPORT 0x04000000 |
Definition at line 36 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportElementItems(), and SvXMLExportItemMapper::exportXML().
#define MID_SW_FLAG_ELEMENT_ITEM_IMPORT 0x08000000 |
Definition at line 35 of file xmlitmap.hxx.
Referenced by SvXMLImportItemMapper::importXML().
#define MID_SW_FLAG_MASK 0x0000ffff |
Definition at line 28 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportXML(), and SvXMLImportItemMapper::importXML().
#define MID_SW_FLAG_NO_ITEM_EXPORT 0x10000000 |
Definition at line 34 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportXML().
#define MID_SW_FLAG_NO_ITEM_IMPORT 0x40000000 |
Definition at line 32 of file xmlitmap.hxx.
Referenced by SvXMLImportItemMapper::importXML().
#define MID_SW_FLAG_SPECIAL_ITEM_EXPORT 0x20000000 |
Definition at line 33 of file xmlitmap.hxx.
Referenced by SvXMLExportItemMapper::exportXML().
#define MID_SW_FLAG_SPECIAL_ITEM_IMPORT 0x80000000 |
Definition at line 31 of file xmlitmap.hxx.
Referenced by SvXMLImportItemMapper::importXML().
Definition at line 79 of file xmlitmap.hxx.
SvXMLItemMapEntry const aXMLTableCellItemMap[] |
Definition at line 203 of file xmlitemm.cxx.
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().
SvXMLItemMapEntry const aXMLTableColItemMap[] |
Definition at line 123 of file xmlitemm.cxx.
Referenced by SwXMLImport::InitItemImport().
SvXMLItemMapEntry const aXMLTableItemMap[] |
Definition at line 43 of file xmlitemm.cxx.
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().
SvXMLItemMapEntry const aXMLTableRowItemMap[] |
Definition at line 130 of file xmlitemm.cxx.
Referenced by SwXMLExport::InitItemExport(), and SwXMLImport::InitItemImport().