Lines Matching refs:PresenterClock

61 class PresenterClock::Timer : public vos::OTimer
64 explicit Timer (const ::rtl::Reference<PresenterClock>& rpClock);
73 ::rtl::Reference<PresenterClock> mpClock;
95 class PresenterClock::Painter
114 class AnalogDefaultPainter : public PresenterClock::Painter
162 class AnalogBitmapPainter : public PresenterClock::Painter
209 class DigitalDefaultPainter : public PresenterClock::Painter
249 ::rtl::Reference<PresenterClock> PresenterClock::Create ( in Create()
255 ::rtl::Reference<PresenterClock> pClock (new PresenterClock( in Create()
267 PresenterClock::PresenterClock ( in PresenterClock() function in sdext::presenter::PresenterClock
329 PresenterClock::~PresenterClock (void) in ~PresenterClock()
336 void PresenterClock::LateInit (void) in LateInit()
344 void SAL_CALL PresenterClock::disposing (void) in disposing()
365 void PresenterClock::UpdateTime (void) in UpdateTime()
391 void SAL_CALL PresenterClock::disposing (const lang::EventObject& rEventObject) in disposing()
410 void SAL_CALL PresenterClock::windowPaint (const awt::PaintEvent& rEvent) in windowPaint()
424 void SAL_CALL PresenterClock::windowResized (const awt::WindowEvent& rEvent) in windowResized()
434 void SAL_CALL PresenterClock::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
444 void SAL_CALL PresenterClock::windowShown (const lang::EventObject& rEvent) in windowShown()
454 void SAL_CALL PresenterClock::windowHidden (const lang::EventObject& rEvent) in windowHidden()
465 void SAL_CALL PresenterClock::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed()
478 void SAL_CALL PresenterClock::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased()
487 void SAL_CALL PresenterClock::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered()
496 void SAL_CALL PresenterClock::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited()
507 Reference<XResourceId> SAL_CALL PresenterClock::getResourceId (void) in getResourceId()
516 sal_Bool SAL_CALL PresenterClock::isAnchorOnly (void) in isAnchorOnly()
527 void PresenterClock::Resize (void) in Resize()
546 void PresenterClock::Paint (const awt::Rectangle& rUpdateBox) in Paint()
602 void PresenterClock::Clear (const Reference<rendering::XPolyPolygon2D>& rxUpdatePolygon) in Clear()
621 void PresenterClock::SetMode (const sal_Int32 nMode) in SetMode()
659 void PresenterClock::ThrowIfDisposed (void) in ThrowIfDisposed()
676 PresenterClock::Timer::Timer (const ::rtl::Reference<PresenterClock>& rpClock) in Timer()
687 PresenterClock::Timer::~Timer (void) in ~Timer()
696 void PresenterClock::Timer::Stop (void) in Stop()
706 void SAL_CALL PresenterClock::Timer::onShot (void) in onShot()