LibreOffice Module sw (master) 1
|
#include <sal/types.h>
#include <tools/ref.hxx>
#include <xmloff/xmltoken.hxx>
#include <o3tl/span.hxx>
#include <memory>
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 | |
const o3tl::span< SvXMLItemMapEntry const > | aXMLTableItemMap |
const o3tl::span< SvXMLItemMapEntry const > | aXMLTableColItemMap |
const o3tl::span< SvXMLItemMapEntry const > | aXMLTableRowItemMap |
const o3tl::span< SvXMLItemMapEntry const > | aXMLTableCellItemMap |
#define MID_SW_FLAG_ELEMENT_ITEM 0x0c000000 |
Definition at line 38 of file xmlitmap.hxx.
#define MID_SW_FLAG_ELEMENT_ITEM_EXPORT 0x04000000 |
Definition at line 37 of file xmlitmap.hxx.
#define MID_SW_FLAG_ELEMENT_ITEM_IMPORT 0x08000000 |
Definition at line 36 of file xmlitmap.hxx.
#define MID_SW_FLAG_MASK 0x0000ffff |
Definition at line 29 of file xmlitmap.hxx.
#define MID_SW_FLAG_NO_ITEM_EXPORT 0x10000000 |
Definition at line 35 of file xmlitmap.hxx.
#define MID_SW_FLAG_NO_ITEM_IMPORT 0x40000000 |
Definition at line 33 of file xmlitmap.hxx.
#define MID_SW_FLAG_SPECIAL_ITEM_EXPORT 0x20000000 |
Definition at line 34 of file xmlitmap.hxx.
#define MID_SW_FLAG_SPECIAL_ITEM_IMPORT 0x80000000 |
Definition at line 32 of file xmlitmap.hxx.
Definition at line 78 of file xmlitmap.hxx.
|
extern |
|
extern |
|
extern |
|
extern |