Searched refs:OTimer (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vos/source/ |
| H A D | timer.cxx | 52 sal_Bool SAL_CALL registerTimer(vos::OTimer* pTimer); 55 sal_Bool SAL_CALL unregisterTimer(vos::OTimer* pTimer); 58 sal_Bool SAL_CALL lookupTimer(const vos::OTimer* pTimer); 76 vos::OTimer* m_pHead; 99 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OTimer, vos), 100 VOS_NAMESPACE(OTimer, vos), 103 OTimer::OTimer() in OTimer() function in OTimer 111 OTimer::OTimer(const TTimeValue& Time) in OTimer() function in OTimer 121 OTimer::OTimer(const TTimeValue& Time, const TTimeValue& Repeat) in OTimer() function in OTimer 132 OTimer::~OTimer() in ~OTimer() [all …]
|
| /AOO41X/main/vos/inc/vos/ |
| H A D | timer.hxx | 132 class OTimer : virtual public OReference , virtual public OObject class 134 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OTimer, vos)); 139 OTimer(); 141 OTimer(const TTimeValue& Time); 143 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime); 153 sal_Bool SAL_CALL expiresBefore(const OTimer* pTimer) const; 168 virtual ~OTimer(); 179 OTimer* m_pNext; 184 OTimer(const OTimer& rTimer); 186 void SAL_CALL operator=(const OTimer& rTimer);
|
| /AOO41X/main/connectivity/source/cpool/ |
| H A D | ZConnectionPool.hxx | 46 class OPoolTimer : public ::vos::OTimer 51 : ::vos::OTimer(_Time) in OPoolTimer()
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterClock.cxx | 61 class PresenterClock::Timer : public vos::OTimer 677 : OTimer(vos::TTimeValue(10), vos::TTimeValue(100/*ms*/)), in Timer()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | fileview.cxx | 138 class CallbackTimer : public ::vos::OTimer 552 ::rtl::Reference< ::vos::OTimer > m_pCancelAsyncTimer;
|