|
LibreOffice Module sd (master) 1
|
#include <rtl/ustring.hxx>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/uno/Reference.h>#include <memory>#include <utility>#include <vector>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 |
| #define TRANSLATE_ATTRIBUTE 2 |
Definition at line 62 of file pptexanimations.hxx.
| #define TRANSLATE_MEASURE 4 |
Definition at line 63 of file pptexanimations.hxx.
| #define TRANSLATE_NONE 0 |
Definition at line 60 of file pptexanimations.hxx.
| #define TRANSLATE_NUMBER_TO_STRING 8 |
Definition at line 64 of file pptexanimations.hxx.
| #define TRANSLATE_VALUE 1 |
Definition at line 61 of file pptexanimations.hxx.