Home
last modified time | relevance | path

Searched refs:TTimeValue (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/vos/inc/vos/
H A Dtimer.hxx45 TTimeValue() in TTimeValue() function
53 TTimeValue(const TTimeValue& rTimeValue) in TTimeValue() argument
75 inline TTimeValue::TTimeValue(sal_uInt32 Secs, sal_uInt32 Nano) in TTimeValue() function in vos::TTimeValue
83 inline void TTimeValue::addTime(const TTimeValue& Time) in addTime()
96 inline sal_Bool operator<(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator <()
106 inline sal_Bool operator>(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator >()
116 inline sal_Bool operator==(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator ==()
143 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime);
173 TTimeValue m_TimeOut;
175 TTimeValue m_Expired;
[all …]
/aoo41x/main/vos/source/
H A Dtimer.cxx111 OTimer::OTimer(const TTimeValue& Time) in OTimer()
121 OTimer::OTimer(const TTimeValue& Time, const TTimeValue& Repeat) in OTimer()
182 TTimeValue Now; in isExpired()
219 void OTimer::setRemainingTime(const TTimeValue& Remaining, const TTimeValue& Repeat) in setRemainingTime()
235 TTimeValue Now; in getRemainingTime()
242 return TTimeValue(0, 0); in getRemainingTime()
254 return TTimeValue(0, 0); in getRemainingTime()
257 return TTimeValue(secs, nsecs); in getRemainingTime()
428 TTimeValue Now; in checkForTimeout()
456 TTimeValue delay; in run()
[all …]
/aoo41x/main/svtools/source/graphic/
H A Dgrfcache.cxx449 ::vos::TTimeValue maReleaseTime;
503 const ::vos::TTimeValue& GetReleaseTime() const { return maReleaseTime; } in GetReleaseTime()
841 ::vos::TTimeValue aReleaseTime; in SetCacheTimeout()
846 aReleaseTime.addTime( ::vos::TTimeValue( nTimeoutSeconds, 0 ) ); in SetCacheTimeout()
937 ::vos::TTimeValue aReleaseTime; in CreateDisplayCacheObj()
940 aReleaseTime.addTime( ::vos::TTimeValue( GetCacheTimeout(), 0 ) ); in CreateDisplayCacheObj()
971 ::vos::TTimeValue aReleaseTime; in CreateDisplayCacheObj()
974 aReleaseTime.addTime( ::vos::TTimeValue( GetCacheTimeout(), 0 ) ); in CreateDisplayCacheObj()
1001 ::vos::TTimeValue aReleaseTime; in DrawDisplayCacheObj()
1076 ::vos::TTimeValue aCurTime; in IMPL_LINK()
[all …]
/aoo41x/main/sdext/source/presenter/
H A DPresenterAnimator.cxx160 ::vos::TTimeValue aTimeValue (GetSeconds(mnNextTime), GetNanoSeconds(mnNextTime)); in ScheduleNextRun()
H A DPresenterClock.cxx677 : OTimer(vos::TTimeValue(10), vos::TTimeValue(100/*ms*/)), in Timer()
/aoo41x/main/connectivity/source/cpool/
H A DZConnectionPool.hxx50 OPoolTimer(OConnectionPool* _pPool,const ::vos::TTimeValue& _Time) in OPoolTimer()
H A DZConnectionPool.cxx97 m_xInvalidator = new OPoolTimer(this,::vos::TTimeValue(m_nTimeOut,0)); in OConnectionPool()
/aoo41x/main/svtools/source/contnr/
H A Dfileview.cxx89 using ::vos::TTimeValue;
2037 m_pCancelAsyncTimer->setRemainingTime( TTimeValue( nMaxTimeout - nMinTimeout ) ); in GetFolderContent_Impl()

Completed in 75 milliseconds