Lines Matching refs:begin
85 sal_uInt64 nRequestedTime (maActiveAnimations.begin()->first); in Process()
86 SharedPresenterAnimation pAnimation (maActiveAnimations.begin()->second); in Process()
91 maActiveAnimations.erase(maActiveAnimations.begin()); in Process()
122 && maFutureAnimations.begin()->first <= nCurrentTime) in ActivateAnimations()
124 SharedPresenterAnimation pAnimation (maFutureAnimations.begin()->second); in ActivateAnimations()
125 maActiveAnimations.insert(*maFutureAnimations.begin()); in ActivateAnimations()
126 maFutureAnimations.erase(maFutureAnimations.begin()); in ActivateAnimations()
140 nStartTime = maActiveAnimations.begin()->first; in ScheduleNextRun()
142 if (maFutureAnimations.begin()->first < nStartTime) in ScheduleNextRun()
143 nStartTime = maFutureAnimations.begin()->first; in ScheduleNextRun()
146 nStartTime = maFutureAnimations.begin()->first; in ScheduleNextRun()