LibreOffice Module sd (master) 1
|
#include <pptinanimations.hxx>
Public Member Functions | |
AnimationImporter (ImplSdPPTImport *pPPTImport, SvStream &rStCtrl) | |
int | import (const css::uno::Reference< css::drawing::XDrawPage > &xPage, const DffRecordHeader &rProgTagContentHd) |
Private Member Functions | |
int | importAnimationContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xParent) |
int | importTimeContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
int | importAnimationNodeContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateSetContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateFilterContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateScaleContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateColorContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateRotationContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateMotionContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importCommandContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
int | importAudioContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimationEvents (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimationValues (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimationActions (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateAttributeTargetContainer (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importAnimateKeyPoints (const Atom *pAtom, const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
void | importPropertySetContainer (const Atom *pAtom, PropertySet &rSet) |
bool | importAttributeValue (const Atom *pAtom, css::uno::Any &rAny) |
void | importAttributeNamesContainer (const Atom *pAtom, OUString &rAttributeNames) |
void | importTargetElementContainer (const Atom *pAtom, css::uno::Any &rTarget, sal_Int16 &nSubType) |
bool | convertAnimationNode (const css::uno::Reference< css::animations::XAnimationNode > &xNode, const css::uno::Reference< css::animations::XAnimationNode > &xParent) |
css::uno::Any | implGetColorAny (sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int32 nC) |
void | dump (const char *pText, sal_Int64 nInt) |
Static Private Member Functions | |
static void | fillNode (css::uno::Reference< css::animations::XAnimationNode > const &xTiming, const AnimationNode &rNode, const PropertySet &rSet) |
static css::uno::Reference< css::animations::XAnimationNode > | createNode (const Atom *pAtom, const AnimationNode &rNode) |
static sal_Int16 | implGetColorSpace (sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int32 nC) |
static void | dump_atom_header (const Atom *pAtom, bool bOpen, bool bAppend) |
static void | dump_atom (const Atom *pAtom, bool bNewLine=true) |
static void | dump_target (css::uno::Any &rAny) |
static void | dump (css::uno::Any &rAny) |
static void | dump (const PropertySet &rSet) |
static void | dump (const AnimationNode &rNode) |
static void | dump (const char *pText) |
static void | dump (const char *pText, sal_Int32 nInt) |
static void | dump (const char *pText, double fDouble) |
static void | dump (const char *pText, const char *pText2) |
static void | dump (const char *pText, std::u16string_view rString) |
Private Attributes | |
css::uno::Reference< css::animations::XAnimationNode > | mxRootNode |
ImplSdPPTImport * | mpPPTImport |
SvStream & | mrStCtrl |
std::vector< sd::AfterEffectNode > | maAfterEffectNodes |
Definition at line 44 of file pptinanimations.hxx.
ppt::AnimationImporter::AnimationImporter | ( | ImplSdPPTImport * | pPPTImport, |
SvStream & | rStCtrl | ||
) |
Definition at line 117 of file pptinanimations.cxx.
|
private |
Definition at line 462 of file pptinanimations.cxx.
References aEvent, Any, oox::ppt::convertAnimationValue(), oox::ppt::convertMeasure(), DBG_ASSERT, dump(), oox::ppt::getAttributeConversionList(), maAfterEffectNodes, p, and oox::ppt::UNKNOWN.
Referenced by importAnimationContainer().
|
staticprivate |
Definition at line 161 of file pptinanimations.cxx.
References DBG_ASSERT, DFF_msofbtAnimateColor, DFF_msofbtAnimateFilter, DFF_msofbtAnimateMotion, DFF_msofbtAnimateRotation, DFF_msofbtAnimateScale, DFF_msofbtAnimateSet, DFF_msofbtAnimCommand, DFF_msofbtAnimIteration, ppt::Atom::hasChildAtom(), ppt::AnimationNode::mnGroupType, ppt::AnimationNode::mnNodeType, ppt::mso_Anim_Behaviour_ANIMATION, ppt::mso_Anim_Behaviour_FILTER, ppt::mso_Anim_GroupType_MEDIA, ppt::mso_Anim_GroupType_NODE, ppt::mso_Anim_GroupType_PAR, and ppt::mso_Anim_GroupType_SEQ.
Referenced by importAnimationContainer().
|
staticprivate |
Definition at line 3265 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3269 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3281 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3277 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3273 of file pptinanimations.cxx.
|
private |
|
staticprivate |
Definition at line 3285 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3261 of file pptinanimations.cxx.
|
staticprivate |
Definition at line 3257 of file pptinanimations.cxx.
Referenced by convertAnimationNode(), implGetColorAny(), import(), importAnimateAttributeTargetContainer(), importAnimateColorContainer(), importAnimateContainer(), importAnimateFilterContainer(), importAnimateKeyPoints(), importAnimateMotionContainer(), importAnimateRotationContainer(), importAnimateScaleContainer(), importAnimateSetContainer(), importAnimationActions(), importAnimationContainer(), importAnimationEvents(), importAnimationValues(), importAudioContainer(), importCommandContainer(), importTargetElementContainer(), and importTimeContainer().
|
staticprivate |
Definition at line 3249 of file pptinanimations.cxx.
Referenced by importAnimationContainer(), importAnimationNodeContainer(), and importTimeContainer().
|
staticprivate |
Definition at line 3245 of file pptinanimations.cxx.
Referenced by importAnimationContainer(), importAnimationNodeContainer(), and importTimeContainer().
|
staticprivate |
Definition at line 3253 of file pptinanimations.cxx.
Referenced by importAnimateAttributeTargetContainer().
|
staticprivate |
Definition at line 612 of file pptinanimations.cxx.
References Any, DFF_ANIM_AFTEREFFECT, DFF_ANIM_COLORSPACE, DFF_ANIM_DIRECTION, DFF_ANIM_EVENT_FILTER, DFF_ANIM_GROUP_ID, DFF_ANIM_ID, DFF_ANIM_MASTERREL, DFF_ANIM_NODE_TYPE, DFF_ANIM_NODE_TYPE_AFTER_GROUP, DFF_ANIM_NODE_TYPE_AFTER_PREVIOUS, DFF_ANIM_NODE_TYPE_CLICK_PARALLEL, DFF_ANIM_NODE_TYPE_INTERACTIVE_SEQ, DFF_ANIM_NODE_TYPE_MAIN_SEQUENCE, DFF_ANIM_NODE_TYPE_ON_CLICK, DFF_ANIM_NODE_TYPE_TIMING_ROOT, DFF_ANIM_NODE_TYPE_WITH_GROUP, DFF_ANIM_NODE_TYPE_WITH_PREVIOUS, DFF_ANIM_PRESET_CLASS, DFF_ANIM_PRESET_ID, DFF_ANIM_PRESET_SUB_TYPE, DFF_ANIM_PRESS_CLASS_EMPHASIS, DFF_ANIM_PRESS_CLASS_ENTRANCE, DFF_ANIM_PRESS_CLASS_EXIT, DFF_ANIM_PRESS_CLASS_MEDIACALL, DFF_ANIM_PRESS_CLASS_MOTIONPATH, DFF_ANIM_PRESS_CLASS_OLE_ACTION, DFF_ANIM_TIMEFILTER, oox::ppt::getConvertedSubType(), oox::ppt::preset_mapping::getList(), o3tl::getToken(), ppt::AnimationNode::mnDuration, ppt::AnimationNode::mnFill, ppt::AnimationNode::mnRestart, nElements, nIndex, nPos, p, pValues, rSet, and o3tl::toDouble().
Referenced by importAnimationContainer().
|
private |
Definition at line 1308 of file pptinanimations.cxx.
References Any, dump(), Color::GetBlue(), SdrPowerPointImport::GetColorFromPalette(), Color::GetGreen(), Color::GetRed(), Color::GetRGBColor(), and mpPPTImport.
Referenced by importAnimateColorContainer().
|
staticprivate |
Definition at line 1294 of file pptinanimations.cxx.
Referenced by importAnimateColorContainer().
int ppt::AnimationImporter::import | ( | const css::uno::Reference< css::drawing::XDrawPage > & | xPage, |
const DffRecordHeader & | rProgTagContentHd | ||
) |
Definition at line 122 of file pptinanimations.cxx.
References dump(), ppt::Atom::import(), importAnimationContainer(), maAfterEffectNodes, mrStCtrl, mxRootNode, OUStringToOString(), and sd::stl_process_after_effect_node_func().
Referenced by ImplSdPPTImport::Import().
|
private |
Definition at line 1154 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_ANIM_RUNTIMECONTEXT, DFF_msofbtAnimateAttributeNames, DFF_msofbtAnimateTarget, DFF_msofbtAnimateTargetElement, DFF_msofbtAnimateTargetSettings, DFF_msofbtAnimPropertySet, dump(), dump_target(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::PropertySet::getProperty(), ppt::Atom::getType(), ppt::PropertySet::hasProperty(), importAttributeNamesContainer(), importPropertySetContainer(), importTargetElementContainer(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimateColorContainer(), importAnimateContainer(), importAnimateFilterContainer(), importAnimateMotionContainer(), importAnimateRotationContainer(), importAnimateScaleContainer(), importAnimateSetContainer(), and importCommandContainer().
|
private |
Definition at line 1356 of file pptinanimations.cxx.
References DBG_ASSERT, DFF_msofbtAnimateColor, DFF_msofbtAnimateColorData, DFF_msofbtAnimateTarget, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), SvStream::good(), implGetColorAny(), implGetColorSpace(), importAnimateAttributeTargetContainer(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadInt32(), SvStream::ReadUInt32(), SAL_WARN, and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 1489 of file pptinanimations.cxx.
References a, Any, DBG_ASSERT, DFF_msofbtAnimate, DFF_msofbtAnimateData, DFF_msofbtAnimateTarget, DFF_msofbtAnimAttributeValue, DFF_msofbtAnimKeyPoints, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getInstance(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), importAnimateKeyPoints(), importAttributeValue(), ppt::Atom::isContainer(), mrStCtrl, n, SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 1077 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimateFilter, DFF_msofbtAnimateFilterData, DFF_msofbtAnimateTarget, DFF_msofbtAnimAttributeValue, dump(), oox::ppt::transition::find(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getInstance(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), importAttributeValue(), ppt::Atom::isContainer(), oox::ppt::transition::mbDirection, oox::ppt::transition::mnSubType, oox::ppt::transition::mnType, mrStCtrl, SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 2117 of file pptinanimations.cxx.
References Any, aStr, DBG_ASSERT, DFF_msofbtAnimAttributeValue, DFF_msofbtAnimKeyPoints, DFF_msofbtAnimKeyTime, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), i, importAttributeValue(), mrStCtrl, OUStringToOString(), SvStream::ReadInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimateContainer().
|
private |
Definition at line 1566 of file pptinanimations.cxx.
References Any, aStr, DBG_ASSERT, DFF_msofbtAnimateMotion, DFF_msofbtAnimateMotionData, DFF_msofbtAnimateTarget, DFF_msofbtAnimAttributeValue, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), importAttributeValue(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadFloat(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 1938 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimateRotation, DFF_msofbtAnimateRotationData, DFF_msofbtAnimateTarget, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadFloat(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 1840 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimateScale, DFF_msofbtAnimateScaleData, DFF_msofbtAnimateTarget, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadFloat(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 1432 of file pptinanimations.cxx.
References Any, aTo, DBG_ASSERT, DFF_msofbtAnimateSet, DFF_msofbtAnimateSetData, DFF_msofbtAnimateTarget, DFF_msofbtAnimAttributeValue, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), importAttributeValue(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 2430 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimAction, dump(), ppt::Atom::findFirstChildAtom(), mrStCtrl, SvStream::ReadInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer(), importAudioContainer(), and importTimeContainer().
|
private |
Definition at line 248 of file pptinanimations.cxx.
References Any, convertAnimationNode(), createNode(), DBG_ASSERT, DFF_ANIM_NODE_TYPE, DFF_ANIM_NODE_TYPE_INTERACTIVE_SEQ, DFF_ANIM_NODE_TYPE_MAIN_SEQUENCE, DFF_msofbtAnimate, DFF_msofbtAnimateColor, DFF_msofbtAnimateFilter, DFF_msofbtAnimateMotion, DFF_msofbtAnimateRotation, DFF_msofbtAnimateScale, DFF_msofbtAnimateSet, DFF_msofbtAnimCommand, DFF_msofbtAnimNode, DFF_msofbtAnimPropertySet, dump(), dump_atom(), dump_atom_header(), fillNode(), ppt::Atom::findFirstChildAtom(), oox::ppt::fixInteractiveSequenceTiming(), oox::ppt::fixMainSequenceTiming(), ppt::PropertySet::getProperty(), ppt::Atom::hasChildAtom(), ppt::PropertySet::hasProperty(), importAnimationNodeContainer(), importAudioContainer(), importPropertySetContainer(), importTimeContainer(), ppt::is_random(), ppt::AnimationNode::mnGroupType, mrStCtrl, ppt::mso_Anim_GroupType_MEDIA, ppt::mso_Anim_GroupType_NODE, ppt::mso_Anim_GroupType_PAR, ppt::mso_Anim_GroupType_SEQ, mxRootNode, sd::RandomAnimationNode_createInstance(), and ppt::Atom::seekToContent().
Referenced by import(), and importTimeContainer().
|
private |
Definition at line 2314 of file pptinanimations.cxx.
References oox::addToSequence(), aEvent, Any, DBG_ASSERT, DFF_msofbtAnimateTargetElement, DFF_msofbtAnimEvent, DFF_msofbtAnimTrigger, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getInstance(), ppt::Atom::getType(), importTargetElementContainer(), mrStCtrl, SvStream::ReadInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer(), importAudioContainer(), and importTimeContainer().
|
private |
Definition at line 1003 of file pptinanimations.cxx.
References DBG_ASSERT, DFF_msofbtAnimAction, DFF_msofbtAnimate, DFF_msofbtAnimateColor, DFF_msofbtAnimateFilter, DFF_msofbtAnimateMotion, DFF_msofbtAnimateRotation, DFF_msofbtAnimateScale, DFF_msofbtAnimateSet, DFF_msofbtAnimCommand, DFF_msofbtAnimEvent, DFF_msofbtAnimNode, DFF_msofbtAnimPropertySet, DFF_msofbtAnimValue, dump_atom(), dump_atom_header(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateColorContainer(), importAnimateContainer(), importAnimateFilterContainer(), importAnimateMotionContainer(), importAnimateRotationContainer(), importAnimateScaleContainer(), importAnimateSetContainer(), importAnimationActions(), importAnimationEvents(), importAnimationValues(), and importCommandContainer().
Referenced by importAnimationContainer(), and importTimeContainer().
|
private |
Definition at line 2041 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimValue, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), mrStCtrl, nType, SvStream::ReadFloat(), SvStream::ReadInt32(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationNodeContainer(), importAudioContainer(), and importTimeContainer().
|
private |
Definition at line 2006 of file pptinanimations.cxx.
References aName, Any, DBG_ASSERT, DFF_msofbtAnimateAttributeNames, DFF_msofbtAnimAttributeValue, ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), and importAttributeValue().
Referenced by importAnimateAttributeTargetContainer().
|
private |
Definition at line 2241 of file pptinanimations.cxx.
References DBG_ASSERT, DFF_ANIM_PROP_TYPE_BYTE, DFF_ANIM_PROP_TYPE_FLOAT, DFF_ANIM_PROP_TYPE_INT32, DFF_ANIM_PROP_TYPE_UNISTRING, DFF_msofbtAnimAttributeValue, ppt::Atom::getLength(), ppt::Atom::getType(), mrStCtrl, SvxMSDffManager::MSDFFReadZString(), nType, SvStream::ReadFloat(), SvStream::ReadSChar(), SvStream::ReadUChar(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimateContainer(), importAnimateFilterContainer(), importAnimateKeyPoints(), importAnimateMotionContainer(), importAnimateSetContainer(), importAttributeNamesContainer(), importAudioContainer(), importCommandContainer(), and importPropertySetContainer().
|
private |
Definition at line 1763 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimAction, DFF_msofbtAnimateTargetElement, DFF_msofbtAnimAttributeValue, DFF_msofbtAnimEvent, DFF_msofbtAnimGroup, DFF_msofbtAnimNode, DFF_msofbtAnimPropertySet, DFF_msofbtAnimSubGoup, DFF_msofbtAnimValue, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimationActions(), importAnimationEvents(), importAnimationValues(), importAttributeValue(), importTargetElementContainer(), ppt::Atom::isContainer(), and ppt::Atom::seekToContent().
Referenced by importAnimationContainer().
|
private |
Definition at line 1646 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimateTarget, DFF_msofbtAnimAttributeValue, DFF_msofbtAnimCommand, DFF_msofbtCommandData, dump(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), importAnimateAttributeTargetContainer(), importAttributeValue(), ppt::Atom::isContainer(), mrStCtrl, SvStream::ReadInt32(), ppt::Atom::seekToContent(), and u.
Referenced by importAnimationNodeContainer().
|
private |
Definition at line 2588 of file pptinanimations.cxx.
References Any, DBG_ASSERT, DFF_msofbtAnimAttributeValue, DFF_msofbtAnimPropertySet, ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getInstance(), ppt::Atom::getType(), importAttributeValue(), and rSet.
Referenced by importAnimateAttributeTargetContainer(), and importAnimationContainer().
|
private |
Definition at line 2467 of file pptinanimations.cxx.
References begin, DBG_ASSERT, DFF_msofbtAnimateTargetElement, DFF_msofbtAnimReference, dump(), DynCastSdrTextObj(), end, ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), SdrTextObj::GetOutlinerParaObject(), EditTextObject::GetParagraphCount(), SvxMSDffManager::getShapeForId(), EditTextObject::GetText(), OutlinerParaObject::GetTextObject(), ppt::Atom::getType(), SdrObject::getUnoShape(), mpPPTImport, mrStCtrl, SvStream::ReadInt32(), ImplSdPPTImport::ReadSound(), rTarget, and ppt::Atom::seekToContent().
Referenced by importAnimateAttributeTargetContainer(), importAnimationEvents(), and importAudioContainer().
|
private |
Definition at line 893 of file pptinanimations.cxx.
References DBG_ASSERT, DFF_msofbtAnimAction, DFF_msofbtAnimCommand, DFF_msofbtAnimEvent, DFF_msofbtAnimGroup, DFF_msofbtAnimIteration, DFF_msofbtAnimNode, DFF_msofbtAnimPropertySet, DFF_msofbtAnimSubGoup, DFF_msofbtAnimValue, dump(), dump_atom(), dump_atom_header(), ppt::Atom::findFirstChildAtom(), ppt::Atom::findNextChildAtom(), ppt::Atom::getType(), ppt::Atom::hasChildAtom(), importAnimationActions(), importAnimationContainer(), importAnimationEvents(), importAnimationNodeContainer(), importAnimationValues(), mrStCtrl, SvStream::ReadFloat(), SvStream::ReadInt32(), SvStream::ReadUInt32(), and ppt::Atom::seekToContent().
Referenced by importAnimationContainer().
|
private |
Definition at line 90 of file pptinanimations.hxx.
Referenced by convertAnimationNode(), and import().
|
private |
Definition at line 87 of file pptinanimations.hxx.
Referenced by implGetColorAny(), and importTargetElementContainer().
|
private |
Definition at line 88 of file pptinanimations.hxx.
Referenced by import(), importAnimateAttributeTargetContainer(), importAnimateColorContainer(), importAnimateContainer(), importAnimateFilterContainer(), importAnimateKeyPoints(), importAnimateMotionContainer(), importAnimateRotationContainer(), importAnimateScaleContainer(), importAnimateSetContainer(), importAnimationActions(), importAnimationContainer(), importAnimationEvents(), importAnimationValues(), importAttributeValue(), importCommandContainer(), importTargetElementContainer(), and importTimeContainer().
|
private |
Definition at line 85 of file pptinanimations.hxx.
Referenced by import(), and importAnimationContainer().