Lines Matching refs:animations

57 …  typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::animations::XTargetPropertiesCreator,
74 …virtual uno::Sequence< animations::TargetProperties > SAL_CALL createInitialTargetProperties( cons…
189 void operator()( const uno::Reference< animations::XAnimationNode >& xNode ) const in operator ()()
203 case animations::AnimationNodeType::ITERATE: in operator ()()
209 uno::Reference< animations::XIterateContainer > xIterNode( xNode, in operator ()()
248 case animations::AnimationNodeType::PAR: in operator ()()
250 case animations::AnimationNodeType::SEQ: in operator ()()
265 case animations::AnimationNodeType::CUSTOM: in operator ()()
267 case animations::AnimationNodeType::ANIMATE: in operator ()()
269 case animations::AnimationNodeType::ANIMATEMOTION: in operator ()()
271 case animations::AnimationNodeType::ANIMATECOLOR: in operator ()()
273 case animations::AnimationNodeType::ANIMATETRANSFORM: in operator ()()
275 case animations::AnimationNodeType::TRANSITIONFILTER: in operator ()()
277 case animations::AnimationNodeType::AUDIO: in operator ()()
283 case animations::AnimationNodeType::SET: in operator ()()
286 uno::Reference< animations::XAnimate > xAnimateNode( xNode, in operator ()()
424 …uno::Sequence< animations::TargetProperties > SAL_CALL TargetPropertiesCreator::createInitialTarge… in createInitialTargetProperties()
426 const uno::Reference< animations::XAnimationNode >& xRootNode in createInitialTargetProperties()
449 uno::Sequence< animations::TargetProperties > aRes( aShapeHash.size() ); in createInitialTargetProperties()
456 animations::TargetProperties& rCurrProps( aRes[ nCurrIndex++ ] ); in createInitialTargetProperties()