Searched refs:nPPTNodeType (Results 1 – 2 of 2) sorted by relevance
984 sal_uInt32 nPPTNodeType = DFF_ANIM_NODE_TYPE_ON_CLICK; in exportAnimPropertySet() local987 …case ::com::sun::star::presentation::EffectNodeType::ON_CLICK : nPPTNodeType = DFF_ANIM_NODE_TYPE_… in exportAnimPropertySet()988 …case ::com::sun::star::presentation::EffectNodeType::WITH_PREVIOUS : nPPTNodeType = DFF_ANIM_NODE_… in exportAnimPropertySet()989 …case ::com::sun::star::presentation::EffectNodeType::AFTER_PREVIOUS : nPPTNodeType = DFF_ANIM_NODE… in exportAnimPropertySet()990 …case ::com::sun::star::presentation::EffectNodeType::MAIN_SEQUENCE : nPPTNodeType = DFF_ANIM_NODE_… in exportAnimPropertySet()991 …case ::com::sun::star::presentation::EffectNodeType::TIMING_ROOT : nPPTNodeType = DFF_ANIM_NODE_TY… in exportAnimPropertySet()992 …case ::com::sun::star::presentation::EffectNodeType::INTERACTIVE_SEQUENCE: nPPTNodeType = DFF_ANIM… in exportAnimPropertySet()994 exportAnimPropertyuInt32( rStrm, DFF_ANIM_NODE_TYPE, nPPTNodeType, TRANSLATE_NONE ); in exportAnimPropertySet()
477 sal_Int32 nPPTNodeType = 0; in importAnimationContainer() local478 if( aSet.getProperty( DFF_ANIM_NODE_TYPE ) >>= nPPTNodeType ) in importAnimationContainer()480 switch(nPPTNodeType) in importAnimationContainer()1177 sal_Int32 nPPTNodeType = 0; in fillNode() local1178 if( rSet.getProperty( DFF_ANIM_NODE_TYPE ) >>= nPPTNodeType ) in fillNode()1181 switch( nPPTNodeType ) in fillNode()
Completed in 37 milliseconds