Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx959 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl() local
969 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()
2448 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview() local
2454 xMotionPathTag = (*aIter); in onPreview()
2459 if( xMotionPathTag.is() ) in onPreview()
2462 pSequence->append( xMotionPathTag->getEffect()->clone() ); in onPreview()

Completed in 25 milliseconds