Home
last modified time | relevance | path

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

/aoo41x/main/sdext/source/presenter/
H A DPresenterAnimator.cxx93 const double nTotalDuration (double(pAnimation->GetEndTime() - pAnimation->GetStartTime())); in Process()
94 …double nProgress (nTotalDuration > 0 ? (nCurrentTime - pAnimation->GetStartTime()) / nTotalDuratio… in Process()
H A DPresenterAnimation.cxx47 const sal_uInt64 nTotalDuration, in PresenterAnimation() argument
50 mnTotalDuration(nTotalDuration), in PresenterAnimation()
H A DPresenterAnimation.hxx61 const sal_uInt64 nTotalDuration,

Completed in 75 milliseconds