Searched refs:OTimer (Results 1 – 5 of 5) sorted by relevance
76 vos::OTimer* m_pHead;103 OTimer::OTimer() in OTimer() function in OTimer111 OTimer::OTimer(const TTimeValue& Time) in OTimer() function in OTimer121 OTimer::OTimer(const TTimeValue& Time, const TTimeValue& Repeat) in OTimer() function in OTimer132 OTimer::~OTimer() in ~OTimer()137 void OTimer::start() in start()155 void OTimer::stop() in stop()189 sal_Bool OTimer::expiresBefore(const OTimer* pTimer) const in expiresBefore()320 OTimer** ppIter = &m_pHead; in registerTimer()361 OTimer** ppIter = &m_pHead; in unregisterTimer()[all …]
133 class VOS_DLLPUBLIC OTimer : virtual public OReference , virtual public OObject class135 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);
46 class OPoolTimer : public ::vos::OTimer51 : ::vos::OTimer(_Time) in OPoolTimer()
61 class PresenterClock::Timer : public vos::OTimer677 : OTimer(vos::TTimeValue(10), vos::TTimeValue(100/*ms*/)), in Timer()
138 class CallbackTimer : public ::vos::OTimer552 ::rtl::Reference< ::vos::OTimer > m_pCancelAsyncTimer;
Completed in 57 milliseconds