|
LibreOffice Module sd (master) 1
|
Classes | |
| struct | AfterEffectNode |
| class | AnimationExporter |
| class | AnimationImporter |
| struct | AnimationNode |
| this atom is the first entry in each animation group More... | |
| class | Atom |
| class | ExSoundCollection |
| class | ExSoundEntry |
| class | PropertySet |
Typedefs | |
| typedef std::shared_ptr< AfterEffectNode > | AfterEffectNodePtr |
| typedef sal_uInt32 | TranslateMode |
| typedef ::std::map< sal_Int32, css::uno::Any > | PropertySetMap_t |
Functions | |
| static void | ImplTranslateAttribute (OUString &rString, const TranslateMode eTranslateMode) |
| SvStream & | WriteAnimationNode (SvStream &rOut, AnimationNode const &rNode) |
| static SvStream & | operator>> (SvStream &rIn, AnimationNode &rNode) |
| static bool | is_random (const AnimationNode &rNode, const PropertySet &rSet, sal_Int32 &rPresetClass) |
Variables | |
| const int | AFTEREFFECT_NONE = 0 |
| const int | AFTEREFFECT_COLOR = 1 |
| const int | AFTEREFFECT_SET = 2 |
| const sal_Int32 | mso_Anim_GroupType_PAR = 0 |
| const sal_Int32 | mso_Anim_GroupType_SEQ = 1 |
| const sal_Int32 | mso_Anim_GroupType_NODE = 3 |
| const sal_Int32 | mso_Anim_GroupType_MEDIA = 4 |
| const sal_Int32 | mso_Anim_Fill_ALWAYS = 1 |
| const sal_Int32 | mso_Anim_Fill_WHENOFF = 2 |
| const sal_Int32 | mso_Anim_Fill_NEVER = 3 |
| const sal_Int32 | mso_Anim_Fill_REMOVE = 1 |
| const sal_Int32 | mso_Anim_Fill_FREEZE = 2 |
| const sal_Int32 | mso_Anim_Fill_HOLD = 3 |
| const sal_Int32 | mso_Anim_Behaviour_FILTER = 24 |
| const sal_Int32 | mso_Anim_Behaviour_ANIMATION = 25 |
| typedef std::shared_ptr< AfterEffectNode > ppt::AfterEffectNodePtr |
Definition at line 57 of file pptexanimations.hxx.
| typedef ::std::map< sal_Int32, css::uno::Any > ppt::PropertySetMap_t |
Definition at line 161 of file pptanimations.hxx.
| typedef sal_uInt32 ppt::TranslateMode |
Definition at line 59 of file pptexanimations.hxx.
|
static |
Definition at line 85 of file pptexanimations.cxx.
References oox::ppt::getAttributeConversionList(), nIndex, nLength, p, TRANSLATE_ATTRIBUTE, TRANSLATE_MEASURE, TRANSLATE_NONE, and TRANSLATE_VALUE.
Referenced by ppt::AnimationExporter::convertAnimateValue(), ppt::AnimationExporter::exportAnimateKeyPoints(), and ppt::AnimationExporter::exportAnimPropertyString().
|
static |
Definition at line 224 of file pptinanimations.cxx.
References DFF_ANIM_PRESET_CLASS, DFF_ANIM_PRESET_ID, DFF_ANIM_PRESS_CLASS_ENTRANCE, DFF_ANIM_PRESS_CLASS_EXIT, ppt::AnimationNode::mnGroupType, mso_Anim_GroupType_PAR, and rSet.
Referenced by ppt::AnimationImporter::importAnimationContainer().
|
static |
Definition at line 89 of file pptinanimations.cxx.
References ppt::AnimationNode::mnDuration, ppt::AnimationNode::mnFill, ppt::AnimationNode::mnGroupType, ppt::AnimationNode::mnNodeType, ppt::AnimationNode::mnRestart, ppt::AnimationNode::mnU1, ppt::AnimationNode::mnU3, ppt::AnimationNode::mnU4, and SvStream::ReadInt32().
| SvStream & ppt::WriteAnimationNode | ( | SvStream & | rOut, |
| AnimationNode const & | rNode | ||
| ) |
Definition at line 248 of file pptexanimations.cxx.
Referenced by ppt::AnimationExporter::exportAnimNode(), and ppt::AnimationExporter::exportNode().
| const int ppt::AFTEREFFECT_COLOR = 1 |
Definition at line 67 of file pptexanimations.hxx.
Referenced by ppt::AnimationExporter::exportAnimateTarget(), and ppt::AnimationExporter::exportNode().
| const int ppt::AFTEREFFECT_NONE = 0 |
Definition at line 66 of file pptexanimations.hxx.
Referenced by ppt::AnimationExporter::exportAnimateTarget(), and ppt::AnimationExporter::exportNode().
| const int ppt::AFTEREFFECT_SET = 2 |
Definition at line 68 of file pptexanimations.hxx.
Referenced by ppt::AnimationExporter::exportNode().
| const sal_Int32 ppt::mso_Anim_Behaviour_ANIMATION = 25 |
Definition at line 159 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), and ppt::AnimationExporter::exportAnimNode().
| const sal_Int32 ppt::mso_Anim_Behaviour_FILTER = 24 |
Definition at line 158 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), and ppt::AnimationExporter::exportAnimNode().
| const sal_Int32 ppt::mso_Anim_Fill_ALWAYS = 1 |
Definition at line 148 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_Fill_FREEZE = 2 |
Definition at line 154 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_Fill_HOLD = 3 |
Definition at line 155 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_Fill_NEVER = 3 |
Definition at line 150 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_Fill_REMOVE = 1 |
Definition at line 153 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_Fill_WHENOFF = 2 |
Definition at line 149 of file pptanimations.hxx.
| const sal_Int32 ppt::mso_Anim_GroupType_MEDIA = 4 |
Definition at line 145 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), ppt::AnimationExporter::exportAnimNode(), and ppt::AnimationImporter::importAnimationContainer().
| const sal_Int32 ppt::mso_Anim_GroupType_NODE = 3 |
Definition at line 144 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), ppt::AnimationExporter::exportAnimNode(), and ppt::AnimationImporter::importAnimationContainer().
| const sal_Int32 ppt::mso_Anim_GroupType_PAR = 0 |
Definition at line 142 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), ppt::AnimationExporter::exportAnimNode(), ppt::AnimationExporter::exportNode(), ppt::AnimationImporter::importAnimationContainer(), and is_random().
| const sal_Int32 ppt::mso_Anim_GroupType_SEQ = 1 |
Definition at line 143 of file pptanimations.hxx.
Referenced by ppt::AnimationImporter::createNode(), ppt::AnimationExporter::exportAnimNode(), and ppt::AnimationImporter::importAnimationContainer().