Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx259 aTags.swap( maMotionPathTags ); in ~CustomAnimationPane()
992 aTags.swap( maMotionPathTags ); in updateMotionPathTags()
1005 …pl( *this, *pView, mpMainSequence->getBegin(), mpMainSequence->getEnd(), aTags, maMotionPathTags ); in updateMotionPathTags()
1012 … |= updateMotionPathImpl( *this, *pView, pIS->getBegin(), pIS->getEnd(), aTags, maMotionPathTags ); in updateMotionPathTags()
2446 for( aIter = maMotionPathTags.begin(); aIter != maMotionPathTags.end(); aIter++ ) in onPreview()
H A DCustomAnimationPane.hxx183 MotionPathTagVector maMotionPathTags; member in sd::CustomAnimationPane