Home
last modified time | relevance | path

Searched refs:PresenterClockTimer (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sdext/source/presenter/
H A DPresenterTimer.cxx470 ::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()
550 void PresenterClockTimer::RemoveListener (const SharedListener& rListener) in RemoveListener()
575 oslDateTime PresenterClockTimer::GetCurrentTime (void) in GetCurrentTime()
587 sal_Int64 PresenterClockTimer::GetTimeDifference ( in GetTimeDifference()
[all …]
H A DPresenterTimer.hxx87 class PresenterClockTimer class
97 static ::rtl::Reference<PresenterClockTimer> Instance (
116 static ::rtl::Reference<PresenterClockTimer> mpInstance;
126 PresenterClockTimer (
128 ~PresenterClockTimer (void);
H A DPresenterToolBar.cxx317 class Listener : public PresenterClockTimer::Listener
328 ::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()

Completed in 45 milliseconds