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 class | ContentTypeId { OUTLINE = 0 , TABLE = 1 , FRAME = 2 , GRAPHIC = 3 , OLE = 4 , BOOKMARK = 5 , REGION = 6 , URLFIELD = 7 , REFERENCE = 8 , INDEX = 9 , POSTIT = 10 , DRAWOBJECT = 11 , TEXTFIELD = 12 , FOOTNOTE = 13 , ENDNOTE = 14 , LAST = ENDNOTE , UNKNOWN = -1 } |
enum class | RegionMode { RGN_AND , RGN_OR , RGN_XOR , RGN_DIFF , RGN_COPY , NONE = 0 , LINK = 1 , EMBEDDED = 2 } |
#define CONTEXT_COUNT 17 |
Definition at line 51 of file swcont.hxx.
#define GLOBAL_CONTEXT_COUNT 14 |
Definition at line 52 of file swcont.hxx.
|
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.