Lines Matching refs:PresenterClockTimer
470 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::mpInstance;
472 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::Instance ( in Instance()
477 ::rtl::Reference<PresenterClockTimer> pTimer; in Instance()
484 pTimer = ::rtl::Reference<PresenterClockTimer>(new PresenterClockTimer(rxContext)); in Instance()
493 PresenterClockTimer::PresenterClockTimer (const Reference<XComponentContext>& rxContext) in PresenterClockTimer() function in sdext::presenter::PresenterClockTimer
514 PresenterClockTimer::~PresenterClockTimer (void) in ~PresenterClockTimer()
531 void PresenterClockTimer::AddListener (const SharedListener& rListener) in AddListener()
541 ::boost::bind(&PresenterClockTimer::CheckCurrentTime, this, _1), in AddListener()
550 void PresenterClockTimer::RemoveListener (const SharedListener& rListener) in RemoveListener()
575 oslDateTime PresenterClockTimer::GetCurrentTime (void) in GetCurrentTime()
587 sal_Int64 PresenterClockTimer::GetTimeDifference ( in GetTimeDifference()
605 void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime) in CheckCurrentTime()
643 void SAL_CALL PresenterClockTimer::notify (const css::uno::Any& rUserData) in notify()