Home
last modified time | relevance | path

Searched refs:nCurrentTime (Results 1 – 14 of 14) sorted by path

/trunk/main/sdext/source/presenter/
H A DPresenterAnimation.hxx97 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) = 0;
H A DPresenterAnimator.cxx79 const sal_uInt64 nCurrentTime (GetCurrentTime()); in Process() local
81 ActivateAnimations(nCurrentTime); in Process()
88 if (nRequestedTime > nCurrentTime) in Process()
94 …double nProgress (nTotalDuration > 0 ? (nCurrentTime - pAnimation->GetStartTime()) / nTotalDuratio… in Process()
101 nCurrentTime/1e6, nRequestedTime/1e6, nProgress); in Process()
102 pAnimation->Run(nProgress, nCurrentTime); in Process()
104 if (nCurrentTime < pAnimation->GetEndTime()) in Process()
107 nCurrentTime + pAnimation->GetStepDuration(), in Process()
119 void PresenterAnimator::ActivateAnimations (const sal_uInt64 nCurrentTime) in ActivateAnimations() argument
122 && maFutureAnimations.begin()->first <= nCurrentTime) in ActivateAnimations()
H A DPresenterAnimator.hxx60 void ActivateAnimations (const sal_uInt64 nCurrentTime);
H A DPresenterPaneAnimator.cxx193 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime);
1282 void MultiAnimation::Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run() argument
1284 (void)nCurrentTime; in Run()
H A DPresenterWindowManager.cxx1519 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) in Run() argument
1521 (void)nCurrentTime; in Run()
/trunk/main/slideshow/source/engine/
H A Ddelayevent.cxx49 double Delay::getActivationTime( double nCurrentTime ) const in getActivationTime()
51 return nCurrentTime + mnTimeout; in getActivationTime()
H A Deventqueue.cxx308 const double nCurrentTime (mpTimer->getElapsedTime()); in nextTimeout() local
310 nTimeout = maEvents.top().nTime - nCurrentTime; in nextTimeout()
312 nTimeout = ::std::min(nTimeout, maNextEvents.front().nTime - nCurrentTime); in nextTimeout()
314 nTimeout = ::std::min(nTimeout, maNextNextEvents.top().nTime - nCurrentTime); in nextTimeout()
H A Drehearsetimingsactivity.cxx88 virtual double getActivationTime( double nCurrentTime ) const in getActivationTime()
92 return ::std::max( nCurrentTime, in getActivationTime()
93 nCurrentTime - nElapsedTime + mnNextTime ); in getActivationTime()
H A Dwakeupevent.cxx71 double WakeupEvent::getActivationTime( double nCurrentTime ) const in getActivationTime()
75 return ::std::max( nCurrentTime, in getActivationTime()
76 nCurrentTime - nElapsedTime + mnNextTime ); in getActivationTime()
/trunk/main/slideshow/source/inc/
H A Ddelayevent.hxx68 virtual double getActivationTime( double nCurrentTime ) const;
H A Devent.hxx72 virtual double getActivationTime( double nCurrentTime ) const = 0;
H A Dinterruptabledelayevent.hxx74 virtual double getActivationTime( double nCurrentTime ) const in getActivationTime()
78 return nCurrentTime + mnTimeout; in getActivationTime()
H A Dwakeupevent.hxx55 virtual double getActivationTime( double nCurrentTime ) const;
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1980 int nCurrentTime = time( NULL ); in handleSendPropertyNotify() local
1986 … if( (nCurrentTime - inc_it->second.m_nTransferStartTime) > (getSelectionTimeout()+2) ) in handleSendPropertyNotify()
2034 rInc.m_nTransferStartTime = nCurrentTime; in handleSendPropertyNotify()

Completed in 123 milliseconds