Searched refs:xMotionPathTag (Results 1 – 1 of 1) sorted by relevance
959 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl() local969 xMotionPathTag = xTag; in updateMotionPathImpl()977 if( !xMotionPathTag.is() ) in updateMotionPathImpl()979 xMotionPathTag.set( new MotionPathTag( rPane, rView, pEffect ) ); in updateMotionPathImpl()983 if( xMotionPathTag.is() ) in updateMotionPathImpl()984 rNewTags.push_back( xMotionPathTag ); in updateMotionPathImpl()2445 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview() local2451 xMotionPathTag = (*aIter); in onPreview()2456 if( xMotionPathTag.is() ) in onPreview()2459 pSequence->append( xMotionPathTag->getEffect()->clone() ); in onPreview()
Completed in 21 milliseconds