Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx77 maAnimations(), in Animator()
105 AnimationList aCopy (maAnimations); in Dispose()
141 maAnimations.push_back(pAnimation); in AddAnimation()
186 maAnimations.begin(), in RemoveAnimation()
187 maAnimations.end(), in RemoveAnimation()
199 if (maAnimations.empty()) in RemoveAnimation()
216 maAnimations.begin(), in RemoveAllAnimations()
217 maAnimations.end(), in RemoveAllAnimations()
221 maAnimations.clear(); in RemoveAllAnimations()
263 for (iAnimation=maAnimations.begin(); iAnimation!=maAnimations.end(); ++iAnimation) in CleanUpAnimationList()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx252 SlideAnimations maAnimations; member in slideshow::internal::__anon016e0df80111::SlideImpl
391 maAnimations( maContext, in SlideImpl()
447 maAnimations.dispose(); in dispose()
524 maAnimations.start(); // feeds initial events into queue in show()
582 maAnimations.end(); in hide()
750 return mbHaveAnimations && maAnimations.isAnimated(); in isAnimated()
848 if( !maAnimations.importAnimations( mxRootNode ) ) in implPrefetchShow()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx195 vector<Animation> maAnimations; member in sdext::presenter::__anonb105ea440111::MultiAnimation
1267 maAnimations() in MultiAnimation()
1276 maAnimations.push_back(rAnimation); in AddAnimation()
1285 vector<Animation>::const_iterator iAnimation (maAnimations.begin()); in Run()
1286 vector<Animation>::const_iterator iEnd (maAnimations.end()); in Run()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1875 tAnimationMap::iterator aFound = maAnimations.find( pObj ); in ImportPageEffect()
1876 if( aFound != maAnimations.end() ) in ImportPageEffect()
2699 maAnimations[pObj] = pAnimation; in ProcessObj()
2745 … tAnimationMap::iterator aFound = maAnimations.find( pObj ); in ProcessObj()
2746 if( aFound != maAnimations.end() ) in ProcessObj()
2749 maAnimations.erase(aFound); in ProcessObj()
2751 maAnimations[pMediaObj] = pAnimation; in ProcessObj()
H A Dpptin.hxx67 tAnimationMap maAnimations; member in ImplSdPPTImport
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx109 AnimationList maAnimations; member in sd::slidesorter::controller::Animator

Completed in 40 milliseconds