Searched refs:xMotion (Results 1 – 3 of 3) sorted by relevance
1152 Reference< XAnimateMotion > xMotion( xEnumeration->nextElement(), UNO_QUERY ); in getPath() local1153 if( xMotion.is() ) in getPath()1155 xMotion->getPath() >>= aPath; in getPath()1179 Reference< XAnimateMotion > xMotion( xEnumeration->nextElement(), UNO_QUERY ); in setPath() local1180 if( xMotion.is() ) in setPath()1184 xMotion->setPath( Any( rPath ) ); in setPath()
2094 Reference< XAnimateMotion > xMotion( xNode, UNO_QUERY ); in importAnimateMotionContainer() local2096 …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()
1939 Reference< XAnimateMotion > xMotion( xNode, UNO_QUERY ); in exportAnimateMotion() local1940 if ( xMotion.is() ) in exportAnimateMotion()1962 if ( xMotion->getPath() >>= aStr ) in exportAnimateMotion()
Completed in 55 milliseconds