Searched refs:nCurrentTime (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sdext/source/presenter/ |
H A D | PresenterAnimator.cxx | 79 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 D | PresenterAnimator.hxx | 60 void ActivateAnimations (const sal_uInt64 nCurrentTime);
|
H A D | PresenterPaneAnimator.cxx | 193 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 D | PresenterAnimation.hxx | 97 virtual void Run (const double nProgress, const sal_uInt64 nCurrentTime) = 0;
|
H A D | PresenterWindowManager.cxx | 1519 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 D | eventqueue.cxx | 308 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 D | wakeupevent.cxx | 71 double WakeupEvent::getActivationTime( double nCurrentTime ) const in getActivationTime() 75 return ::std::max( nCurrentTime, in getActivationTime() 76 nCurrentTime - nElapsedTime + mnNextTime ); in getActivationTime()
|
H A D | delayevent.cxx | 49 double Delay::getActivationTime( double nCurrentTime ) const in getActivationTime() 51 return nCurrentTime + mnTimeout; in getActivationTime()
|
H A D | rehearsetimingsactivity.cxx | 88 virtual double getActivationTime( double nCurrentTime ) const in getActivationTime() 92 return ::std::max( nCurrentTime, in getActivationTime() 93 nCurrentTime - nElapsedTime + mnNextTime ); in getActivationTime()
|
/trunk/main/slideshow/source/inc/ |
H A D | interruptabledelayevent.hxx | 74 virtual double getActivationTime( double nCurrentTime ) const in getActivationTime() 78 return nCurrentTime + mnTimeout; in getActivationTime()
|
H A D | event.hxx | 72 virtual double getActivationTime( double nCurrentTime ) const = 0;
|
H A D | wakeupevent.hxx | 55 virtual double getActivationTime( double nCurrentTime ) const;
|
H A D | delayevent.hxx | 68 virtual double getActivationTime( double nCurrentTime ) const;
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1980 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 90 milliseconds