Home
last modified time | relevance | path

Searched refs:xMotion (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1152 Reference< XAnimateMotion > xMotion( xEnumeration->nextElement(), UNO_QUERY ); in getPath() local
1153 if( xMotion.is() ) in getPath()
1155 xMotion->getPath() >>= aPath; in getPath()
1179 Reference< XAnimateMotion > xMotion( xEnumeration->nextElement(), UNO_QUERY ); in setPath() local
1180 if( xMotion.is() ) in setPath()
1184 xMotion->setPath( Any( rPath ) ); in setPath()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2094 Reference< XAnimateMotion > xMotion( xNode, UNO_QUERY ); in importAnimateMotionContainer() local
2096 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimateMotion && xMotion.is(), "invalid call to… in importAnimateMotionContainer()
2097 if( pAtom && xMotion.is() ) in importAnimateMotionContainer()
2146 xMotion->setPath( aPath ); in importAnimateMotionContainer()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1939 Reference< XAnimateMotion > xMotion( xNode, UNO_QUERY ); in exportAnimateMotion() local
1940 if ( xMotion.is() ) in exportAnimateMotion()
1962 if ( xMotion->getPath() >>= aStr ) in exportAnimateMotion()

Completed in 49 milliseconds