Lines Matching refs:PresenterClockTimer
449 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::mpInstance;
451 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::Instance ( in Instance()
456 ::rtl::Reference<PresenterClockTimer> pTimer; in Instance()
463 pTimer = ::rtl::Reference<PresenterClockTimer>(new PresenterClockTimer(rxContext)); in Instance()
471 PresenterClockTimer::PresenterClockTimer (const Reference<XComponentContext>& rxContext) in PresenterClockTimer() function in sdext::presenter::PresenterClockTimer
491 PresenterClockTimer::~PresenterClockTimer (void) in ~PresenterClockTimer()
507 void PresenterClockTimer::AddListener (const SharedListener& rListener) in AddListener()
517 ::boost::bind(&PresenterClockTimer::CheckCurrentTime, this, _1), in AddListener()
525 void PresenterClockTimer::RemoveListener (const SharedListener& rListener) in RemoveListener()
549 oslDateTime PresenterClockTimer::GetCurrentTime (void) in GetCurrentTime()
560 sal_Int64 PresenterClockTimer::GetTimeDifference ( in GetTimeDifference()
577 void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime) in CheckCurrentTime()
614 void SAL_CALL PresenterClockTimer::notify (const css::uno::Any& rUserData) in notify()