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.cxx955 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl() local
965 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() local
2450 xMotionPathTag = (*aIter); in onPreview()
2455 if( xMotionPathTag.is() ) in onPreview()
2458 pSequence->append( xMotionPathTag->getEffect()->clone() ); in onPreview()