Home
last modified time | relevance | path

Searched refs:xAnimateMotion (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dtimenode.cxx300 Reference< XAnimateMotion > xAnimateMotion( xNode, UNO_QUERY ); in setNode() local
424 if( xAnimateMotion.is() ) in setNode()
425 xAnimateMotion->setPath( aValue ); in setNode()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1100 Reference< XAnimateMotion > xAnimateMotion( mxNode, UNO_QUERY ); in init_node() local
1101 if( xAnimateMotion.is() ) in init_node()
1102 xAnimateMotion->setPath( mpHelper->convertPath( rValue ) ); in init_node()
H A Danimationexport.cxx1264 Reference< XAnimateMotion > xAnimateMotion( xAnimate, UNO_QUERY_THROW ); in exportAnimate() local
1266 aTemp = xAnimateMotion->getPath(); in exportAnimate()
1274 aTemp = xAnimateMotion->getOrigin(); in exportAnimate()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1907 …Reference< XAnimationNode > xAnimateMotion( ::comphelper::getProcessServiceFactory()->createInstan… in append() local
1909 xAnimateMotion->setDuration( Any( fDuration ) ); in append()
1910 xAnimateMotion->setFill( AnimationFill::HOLD ); in append()
1911 xEffectContainer->appendChild( xAnimateMotion ); in append()

Completed in 69 milliseconds