Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterAnimator.cxx66 maFutureAnimations.insert(AnimationList::value_type(rpAnimation->GetStartTime(), rpAnimation)); in AddAnimation()
93 const double nTotalDuration (double(pAnimation->GetEndTime() - pAnimation->GetStartTime())); in Process()
94 …double nProgress (nTotalDuration > 0 ? (nCurrentTime - pAnimation->GetStartTime()) / nTotalDuratio… in Process()
H A DPresenterAnimation.hxx68 sal_uInt64 GetStartTime (void);
H A DPresenterAnimation.cxx67 sal_uInt64 PresenterAnimation::GetStartTime (void) in GetStartTime() function in sdext::presenter::PresenterAnimation

Completed in 38 milliseconds