LibreOffice Module sd (master) 1
Macros | Enumerations
pres.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NAVIGATOR_DRAGTYPE_COUNT   4
 

Enumerations

enum class  PresObjKind {
  NONE = 0 ,
  Title ,
  Outline ,
  Text ,
  Graphic ,
  Object ,
  Chart ,
  OrgChart ,
  Table ,
  Page ,
  Handout ,
  Notes ,
  Header ,
  Footer ,
  DateTime ,
  SlideNumber ,
  Calc ,
  Media ,
  LAST = Media
}
 
enum class  PageKind {
  Standard ,
  Notes ,
  Handout ,
  LAST = Handout
}
 
enum class  EditMode {
  Page ,
  MasterPage
}
 
enum class  DocumentType {
  Impress ,
  Draw
}
 
enum  NavigatorDragType {
  NAVIGATOR_DRAGTYPE_NONE ,
  NAVIGATOR_DRAGTYPE_URL ,
  NAVIGATOR_DRAGTYPE_LINK ,
  NAVIGATOR_DRAGTYPE_EMBEDDED
}
 

Macro Definition Documentation

◆ NAVIGATOR_DRAGTYPE_COUNT

#define NAVIGATOR_DRAGTYPE_COUNT   4

Definition at line 71 of file pres.hxx.

Enumeration Type Documentation

◆ DocumentType

enum class DocumentType
strong
Enumerator
Impress 
Draw 

Definition at line 58 of file pres.hxx.

◆ EditMode

enum class EditMode
strong
Enumerator
Page 
MasterPage 

Definition at line 52 of file pres.hxx.

◆ NavigatorDragType

Enumerator
NAVIGATOR_DRAGTYPE_NONE 
NAVIGATOR_DRAGTYPE_URL 
NAVIGATOR_DRAGTYPE_LINK 
NAVIGATOR_DRAGTYPE_EMBEDDED 

Definition at line 64 of file pres.hxx.

◆ PageKind

enum class PageKind
strong
Enumerator
Standard 
Notes 
Handout 
LAST 

Definition at line 44 of file pres.hxx.

◆ PresObjKind

enum class PresObjKind
strong
Enumerator
NONE 
Title 
Outline 
Text 
Graphic 
Object 
Chart 
OrgChart 
Table 
Page 
Handout 
Notes 
Header 
Footer 
DateTime 
SlideNumber 
Calc 
Media 
LAST 

Definition at line 21 of file pres.hxx.