Home
last modified time | relevance | path

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

/aoo4110/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()
2445 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview() local
2451 xMotionPathTag = (*aIter); in onPreview()
2456 if( xMotionPathTag.is() ) in onPreview()
2459 pSequence->append( xMotionPathTag->getEffect()->clone() ); in onPreview()

Completed in 26 milliseconds