LibreOffice Module sw (master)
1
|
Go to the source code of this file.
Classes | |
class | SwTypeNumber |
class | SwContent |
Macros | |
#define | CONTEXT_COUNT 17 |
#define | GLOBAL_CONTEXT_COUNT 14 |
Enumerations | |
enum | ContentTypeId { ContentTypeId::OUTLINE = 0, ContentTypeId::TABLE = 1, ContentTypeId::FRAME = 2, ContentTypeId::GRAPHIC = 3, ContentTypeId::OLE = 4, ContentTypeId::BOOKMARK = 5, ContentTypeId::REGION = 6, ContentTypeId::URLFIELD = 7, ContentTypeId::REFERENCE = 8, ContentTypeId::INDEX = 9, ContentTypeId::POSTIT = 10, ContentTypeId::DRAWOBJECT = 11, ContentTypeId::TEXTFIELD = 12, ContentTypeId::FOOTNOTE = 13, ContentTypeId::ENDNOTE = 14, ContentTypeId::LAST = ENDNOTE, ContentTypeId::UNKNOWN = -1 } |
enum | RegionMode { RegionMode::RGN_AND, RegionMode::RGN_OR, RegionMode::RGN_XOR, RegionMode::RGN_DIFF, RegionMode::RGN_COPY, RegionMode::NONE = 0, RegionMode::LINK = 1, RegionMode::EMBEDDED = 2 } |
#define CONTEXT_COUNT 17 |
Definition at line 51 of file swcont.hxx.
Referenced by SwContentTree::SwContentTree().
#define GLOBAL_CONTEXT_COUNT 14 |
Definition at line 52 of file swcont.hxx.
Referenced by SwGlobalTree::SwGlobalTree().
|
strong |
Enumerator | |
---|---|
OUTLINE | |
TABLE | |
FRAME | |
GRAPHIC | |
OLE | |
BOOKMARK | |
REGION | |
URLFIELD | |
REFERENCE | |
INDEX | |
POSTIT | |
DRAWOBJECT | |
TEXTFIELD | |
FOOTNOTE | |
ENDNOTE | |
LAST | |
UNKNOWN |
Definition at line 29 of file swcont.hxx.
|
strong |
Enumerator | |
---|---|
RGN_AND | |
RGN_OR | |
RGN_XOR | |
RGN_DIFF | |
RGN_COPY | |
NONE | |
LINK | |
EMBEDDED |
Definition at line 55 of file swcont.hxx.