LibreOffice Module sd (master) 1
Classes | Namespaces | Macros | Enumerations
eppt.hxx File Reference
#include <memory>
#include <utility>
#include <vector>
#include "escherex.hxx"
#include <sal/types.h>
#include <sot/storage.hxx>
#include "pptexsoundcollection.hxx"
#include "text.hxx"
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/ClickAction.hpp>
#include "epptbase.hxx"
Include dependency graph for eppt.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EPPTHyperlink
 
struct  PPTExOleObjEntry
 
struct  TextRuleEntry
 
class  TextObjBinary
 
class  PPTWriter
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::drawing
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::task
 
namespace  com::sun::star::text
 

Macros

#define EPP_MAINMASTER_PERSIST_KEY   0x80010000
 
#define EPP_MAINNOTESMASTER_PERSIST_KEY   0x80020000
 
#define EPP_MAINSLIDE_PERSIST_KEY   0x80030000
 
#define EPP_MAINNOTES_PERSIST_KEY   0x80040000
 
#define EPP_Persist_Document   0x80080000
 
#define EPP_Persist_MainMaster   0x80100000
 
#define EPP_Persist_MainNotes   0x80200000
 
#define EPP_Persist_Slide   0x80400000
 
#define EPP_Persist_Notes   0x80800000
 
#define EPP_Persist_CurrentPos   0x81000000
 
#define EPP_Persist_VBAInfoAtom   0x84000000
 
#define EPP_Persist_ExObj   0x88000000
 
#define EPP_TEXTSTYLE_NORMAL   0x00000001
 
#define EPP_TEXTSTYLE_TITLE   0x00000010
 
#define EPP_TEXTSTYLE_BODY   0x00000100
 
#define EPP_TEXTSTYLE_TEXT   0x00001000
 

Enumerations

enum  PPTExOleObjEntryType {
  NORMAL_OLE_OBJECT ,
  OCX_CONTROL
}
 

Macro Definition Documentation

◆ EPP_MAINMASTER_PERSIST_KEY

#define EPP_MAINMASTER_PERSIST_KEY   0x80010000

Definition at line 46 of file eppt.hxx.

◆ EPP_MAINNOTES_PERSIST_KEY

#define EPP_MAINNOTES_PERSIST_KEY   0x80040000

Definition at line 49 of file eppt.hxx.

◆ EPP_MAINNOTESMASTER_PERSIST_KEY

#define EPP_MAINNOTESMASTER_PERSIST_KEY   0x80020000

Definition at line 47 of file eppt.hxx.

◆ EPP_MAINSLIDE_PERSIST_KEY

#define EPP_MAINSLIDE_PERSIST_KEY   0x80030000

Definition at line 48 of file eppt.hxx.

◆ EPP_Persist_CurrentPos

#define EPP_Persist_CurrentPos   0x81000000

Definition at line 56 of file eppt.hxx.

◆ EPP_Persist_Document

#define EPP_Persist_Document   0x80080000

Definition at line 51 of file eppt.hxx.

◆ EPP_Persist_ExObj

#define EPP_Persist_ExObj   0x88000000

Definition at line 58 of file eppt.hxx.

◆ EPP_Persist_MainMaster

#define EPP_Persist_MainMaster   0x80100000

Definition at line 52 of file eppt.hxx.

◆ EPP_Persist_MainNotes

#define EPP_Persist_MainNotes   0x80200000

Definition at line 53 of file eppt.hxx.

◆ EPP_Persist_Notes

#define EPP_Persist_Notes   0x80800000

Definition at line 55 of file eppt.hxx.

◆ EPP_Persist_Slide

#define EPP_Persist_Slide   0x80400000

Definition at line 54 of file eppt.hxx.

◆ EPP_Persist_VBAInfoAtom

#define EPP_Persist_VBAInfoAtom   0x84000000

Definition at line 57 of file eppt.hxx.

◆ EPP_TEXTSTYLE_BODY

#define EPP_TEXTSTYLE_BODY   0x00000100

Definition at line 62 of file eppt.hxx.

◆ EPP_TEXTSTYLE_NORMAL

#define EPP_TEXTSTYLE_NORMAL   0x00000001

Definition at line 60 of file eppt.hxx.

◆ EPP_TEXTSTYLE_TEXT

#define EPP_TEXTSTYLE_TEXT   0x00001000

Definition at line 63 of file eppt.hxx.

◆ EPP_TEXTSTYLE_TITLE

#define EPP_TEXTSTYLE_TITLE   0x00000010

Definition at line 61 of file eppt.hxx.

Enumeration Type Documentation

◆ PPTExOleObjEntryType

Enumerator
NORMAL_OLE_OBJECT 
OCX_CONTROL 

Definition at line 78 of file eppt.hxx.