LibreOffice Module sw (master) 1
Classes | Macros | Enumerations
swcont.hxx File Reference
#include <rtl/ustring.hxx>
#include <tools/long.hxx>
#include <vcl/naturalsort.hxx>
Include dependency graph for swcont.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ CONTEXT_COUNT

#define CONTEXT_COUNT   17

Definition at line 51 of file swcont.hxx.

◆ GLOBAL_CONTEXT_COUNT

#define GLOBAL_CONTEXT_COUNT   14

Definition at line 52 of file swcont.hxx.

Enumeration Type Documentation

◆ ContentTypeId

enum class ContentTypeId
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.

◆ RegionMode

enum class RegionMode
strong
Enumerator
RGN_AND 
RGN_OR 
RGN_XOR 
RGN_DIFF 
RGN_COPY 
NONE 
LINK 
EMBEDDED 

Definition at line 55 of file swcont.hxx.