Home
last modified time | relevance | path

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

/trunk/main/vos/inc/vos/
H A Dtimer.hxx46 TTimeValue() in TTimeValue() function
54 TTimeValue(const TTimeValue& rTimeValue) in TTimeValue() function
76 inline TTimeValue::TTimeValue(sal_uInt32 Secs, sal_uInt32 Nano) in TTimeValue() function in vos::TTimeValue
84 inline void TTimeValue::addTime(const TTimeValue& Time) in addTime()
97 inline sal_Bool operator<(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator <()
107 inline sal_Bool operator>(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator >()
117 inline sal_Bool operator==(const TTimeValue& rTimeA, const TTimeValue& rTimeB) in operator ==()
144 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime);
174 TTimeValue m_TimeOut;
176 TTimeValue m_Expired;
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/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()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx89 using ::vos::TTimeValue;
2037 m_pCancelAsyncTimer->setRemainingTime( TTimeValue( nMaxTimeout - nMinTimeout ) ); in GetFolderContent_Impl()

Completed in 58 milliseconds