LibreOffice Module sd (master) 1
Classes | Namespaces | Macros | Typedefs | Variables
pptexanimations.hxx File Reference
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.h>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for pptexanimations.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ppt::AfterEffectNode
 
class  ppt::AnimationExporter
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::animations
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::drawing
 
namespace  ppt
 

Macros

#define TRANSLATE_NONE   0
 
#define TRANSLATE_VALUE   1
 
#define TRANSLATE_ATTRIBUTE   2
 
#define TRANSLATE_MEASURE   4
 
#define TRANSLATE_NUMBER_TO_STRING   8
 

Typedefs

typedef std::shared_ptr< AfterEffectNode > ppt::AfterEffectNodePtr
 
typedef sal_uInt32 ppt::TranslateMode
 

Variables

const int ppt::AFTEREFFECT_NONE = 0
 
const int ppt::AFTEREFFECT_COLOR = 1
 
const int ppt::AFTEREFFECT_SET = 2
 

Macro Definition Documentation

◆ TRANSLATE_ATTRIBUTE

#define TRANSLATE_ATTRIBUTE   2

Definition at line 62 of file pptexanimations.hxx.

◆ TRANSLATE_MEASURE

#define TRANSLATE_MEASURE   4

Definition at line 63 of file pptexanimations.hxx.

◆ TRANSLATE_NONE

#define TRANSLATE_NONE   0

Definition at line 60 of file pptexanimations.hxx.

◆ TRANSLATE_NUMBER_TO_STRING

#define TRANSLATE_NUMBER_TO_STRING   8

Definition at line 64 of file pptexanimations.hxx.

◆ TRANSLATE_VALUE

#define TRANSLATE_VALUE   1

Definition at line 61 of file pptexanimations.hxx.