Searched refs:xAnimateMotion (Results 1 – 4 of 4) sorted by relevance
300 Reference< XAnimateMotion > xAnimateMotion( xNode, UNO_QUERY ); in setNode() local424 if( xAnimateMotion.is() ) in setNode()425 xAnimateMotion->setPath( aValue ); in setNode()
1100 Reference< XAnimateMotion > xAnimateMotion( mxNode, UNO_QUERY ); in init_node() local1101 if( xAnimateMotion.is() ) in init_node()1102 xAnimateMotion->setPath( mpHelper->convertPath( rValue ) ); in init_node()
1264 Reference< XAnimateMotion > xAnimateMotion( xAnimate, UNO_QUERY_THROW ); in exportAnimate() local1266 aTemp = xAnimateMotion->getPath(); in exportAnimate()1274 aTemp = xAnimateMotion->getOrigin(); in exportAnimate()
1907 …Reference< XAnimationNode > xAnimateMotion( ::comphelper::getProcessServiceFactory()->createInstan… in append() local1909 xAnimateMotion->setDuration( Any( fDuration ) ); in append()1910 xAnimateMotion->setFill( AnimationFill::HOLD ); in append()1911 xEffectContainer->appendChild( xAnimateMotion ); in append()
Completed in 59 milliseconds