Searched refs:xMotionPathTag (Results 1 – 1 of 1) sorted by relevance
955 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl() local965 xMotionPathTag = xTag; in updateMotionPathImpl()973 if( !xMotionPathTag.is() ) in updateMotionPathImpl()975 xMotionPathTag.set( new MotionPathTag( rPane, rView, pEffect ) ); in updateMotionPathImpl()979 if( xMotionPathTag.is() ) in updateMotionPathImpl()980 rNewTags.push_back( xMotionPathTag ); in updateMotionPathImpl()2444 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview() local2450 xMotionPathTag = (*aIter); in onPreview()2455 if( xMotionPathTag.is() ) in onPreview()2458 pSequence->append( xMotionPathTag->getEffect()->clone() ); in onPreview()