Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterAnimator.cxx44 maActiveAnimations(), in PresenterAnimator()
83 while ( ! maActiveAnimations.empty()) in Process()
85 sal_uInt64 nRequestedTime (maActiveAnimations.begin()->first); in Process()
86 SharedPresenterAnimation pAnimation (maActiveAnimations.begin()->second); in Process()
91 maActiveAnimations.erase(maActiveAnimations.begin()); in Process()
105 maActiveAnimations.insert( in Process()
125 maActiveAnimations.insert(*maFutureAnimations.begin()); in ActivateAnimations()
138 if ( ! maActiveAnimations.empty()) in ScheduleNextRun()
140 nStartTime = maActiveAnimations.begin()->first; in ScheduleNextRun()
H A DPresenterAnimator.hxx55 AnimationList maActiveAnimations; member in sdext::presenter::PresenterAnimator

Completed in 14 milliseconds