Searched refs:PresenterClockTimer (Results 1 – 3 of 3) sorted by relevance
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::PresenterClockTimer491 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()[all …]
87 class PresenterClockTimer class97 static ::rtl::Reference<PresenterClockTimer> Instance (116 static ::rtl::Reference<PresenterClockTimer> mpInstance;126 PresenterClockTimer (128 ~PresenterClockTimer (void);
317 class Listener : public PresenterClockTimer::Listener328 ::boost::shared_ptr<PresenterClockTimer::Listener> mpListener;2169 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->RemoveListener(mpListener); in disposing()2179 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->AddListener(mpListener); in ConnectToTimer()2231 SetText(maTimeFormatter.FormatTime(PresenterClockTimer::GetCurrentTime())); in SetModes()