Home
last modified time | relevance | path

Searched refs:OTimer (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/vos/source/
H A Dtimer.cxx46 sal_Bool SAL_CALL registerTimer(vos::OTimer* pTimer);
49 sal_Bool SAL_CALL unregisterTimer(vos::OTimer* pTimer);
52 sal_Bool SAL_CALL lookupTimer(const vos::OTimer* pTimer);
70 vos::OTimer* m_pHead;
89 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OTimer, vos),
90 VOS_NAMESPACE(OTimer, vos),
93 OTimer::OTimer() in OTimer() function in OTimer
101 OTimer::OTimer(const TTimeValue& Time) in OTimer() function in OTimer
111 OTimer::OTimer(const TTimeValue& Time, const TTimeValue& Repeat) in OTimer() function in OTimer
122 OTimer::~OTimer() in ~OTimer()
[all …]
/AOO42X/main/vos/inc/vos/
H A Dtimer.hxx133 class VOS_DLLPUBLIC OTimer : virtual public OReference , virtual public OObject class
135 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OTimer, vos));
140 OTimer();
142 OTimer(const TTimeValue& Time);
144 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime);
154 sal_Bool SAL_CALL expiresBefore(const OTimer* pTimer) const;
169 virtual ~OTimer();
180 OTimer* m_pNext;
185 OTimer(const OTimer& rTimer);
187 void SAL_CALL operator=(const OTimer& rTimer);
/AOO42X/main/connectivity/source/cpool/
H A DZConnectionPool.hxx46 class OPoolTimer : public ::vos::OTimer
51 : ::vos::OTimer(_Time) in OPoolTimer()
/AOO42X/main/sdext/source/presenter/
H A DPresenterClock.cxx61 class PresenterClock::Timer : public vos::OTimer
677 : OTimer(vos::TTimeValue(10), vos::TTimeValue(100/*ms*/)), in Timer()
/AOO42X/main/svtools/source/contnr/
H A Dfileview.cxx138 class CallbackTimer : public ::vos::OTimer
552 ::rtl::Reference< ::vos::OTimer > m_pCancelAsyncTimer;