Lines Matching refs:TimeLabel
307 class TimeLabel : public Label class
313 TimeLabel(const ::rtl::Reference<PresenterToolBar>& rpToolBar);
320 Listener (const ::rtl::Reference<TimeLabel>& rxLabel) in Listener()
326 ::rtl::Reference<TimeLabel> mxLabel;
331 class CurrentTimeLabel : public TimeLabel
348 class PresentationTimeLabel : public TimeLabel
2158 TimeLabel::TimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in TimeLabel() function in sdext::presenter::__anon19d47ae00811::TimeLabel
2167 void SAL_CALL TimeLabel::disposing (void) in disposing()
2176 void TimeLabel::ConnectToTimer (void) in ConnectToTimer()
2190 ::rtl::Reference<TimeLabel> pElement(new CurrentTimeLabel(rpToolBar)); in Create()
2207 : TimeLabel(rpToolBar), in CurrentTimeLabel()
2230 TimeLabel::SetModes(rpNormalMode, rpMouseOverMode, rpSelectedMode, rpDisabledMode); in SetModes()
2242 ::rtl::Reference<TimeLabel> pElement(new PresentationTimeLabel(rpToolBar)); in Create()
2259 : TimeLabel(rpToolBar), in PresentationTimeLabel()
2307 TimeLabel::SetModes(rpNormalMode, rpMouseOverMode, rpSelectedMode, rpDisabledMode); in SetModes()