LibreOffice Module sw (master) 1
Classes | Macros | Typedefs | Variables
xmlitmap.hxx File Reference
#include <sal/types.h>
#include <tools/ref.hxx>
#include <xmloff/xmltoken.hxx>
#include <o3tl/span.hxx>
#include <memory>
Include dependency graph for xmlitmap.hxx:
This graph shows which files directly or indirectly include this file:

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< SvXMLItemMapEntriesSvXMLItemMapEntriesRef
 

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
 

Macro Definition Documentation

◆ MID_SW_FLAG_ELEMENT_ITEM

#define MID_SW_FLAG_ELEMENT_ITEM   0x0c000000

Definition at line 38 of file xmlitmap.hxx.

◆ MID_SW_FLAG_ELEMENT_ITEM_EXPORT

#define MID_SW_FLAG_ELEMENT_ITEM_EXPORT   0x04000000

Definition at line 37 of file xmlitmap.hxx.

◆ MID_SW_FLAG_ELEMENT_ITEM_IMPORT

#define MID_SW_FLAG_ELEMENT_ITEM_IMPORT   0x08000000

Definition at line 36 of file xmlitmap.hxx.

◆ MID_SW_FLAG_MASK

#define MID_SW_FLAG_MASK   0x0000ffff

Definition at line 29 of file xmlitmap.hxx.

◆ MID_SW_FLAG_NO_ITEM_EXPORT

#define MID_SW_FLAG_NO_ITEM_EXPORT   0x10000000

Definition at line 35 of file xmlitmap.hxx.

◆ MID_SW_FLAG_NO_ITEM_IMPORT

#define MID_SW_FLAG_NO_ITEM_IMPORT   0x40000000

Definition at line 33 of file xmlitmap.hxx.

◆ MID_SW_FLAG_SPECIAL_ITEM_EXPORT

#define MID_SW_FLAG_SPECIAL_ITEM_EXPORT   0x20000000

Definition at line 34 of file xmlitmap.hxx.

◆ MID_SW_FLAG_SPECIAL_ITEM_IMPORT

#define MID_SW_FLAG_SPECIAL_ITEM_IMPORT   0x80000000

Definition at line 32 of file xmlitmap.hxx.

Typedef Documentation

◆ SvXMLItemMapEntriesRef

Definition at line 78 of file xmlitmap.hxx.

Variable Documentation

◆ aXMLTableCellItemMap

const o3tl::span<SvXMLItemMapEntry const> aXMLTableCellItemMap
extern

◆ aXMLTableColItemMap

const o3tl::span<SvXMLItemMapEntry const> aXMLTableColItemMap
extern

◆ aXMLTableItemMap

const o3tl::span<SvXMLItemMapEntry const> aXMLTableItemMap
extern

◆ aXMLTableRowItemMap

const o3tl::span<SvXMLItemMapEntry const> aXMLTableRowItemMap
extern