Lines Matching refs:rpToolBar

150         Element (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
234 const ::rtl::Reference<PresenterToolBar>& rpToolBar);
255 Button (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
272 Label (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
292 ProgressLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
313 TimeLabel(const ::rtl::Reference<PresenterToolBar>& rpToolBar);
335 const ::rtl::Reference<PresenterToolBar>& rpToolBar);
343 CurrentTimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
352 const ::rtl::Reference<PresenterToolBar>& rpToolBar);
361 PresentationTimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
369 explicit VerticalSeparator (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
383 explicit HorizontalSeparator (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
1340 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Element()
1342 mpToolBar(rpToolBar), in Element()
1685 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
1687 ::rtl::Reference<Button> pElement (new Button(rpToolBar)); in Create()
1696 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Button()
1697 : Element(rpToolBar), in Button()
1860 Label::Label (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Label() argument
1861 : Element(rpToolBar) in Label()
2064 ProgressLabel::ProgressLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in ProgressLabel() argument
2065 : Label(rpToolBar) in ProgressLabel()
2158 TimeLabel::TimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in TimeLabel() argument
2159 : Label(rpToolBar), in TimeLabel()
2188 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
2190 ::rtl::Reference<TimeLabel> pElement(new CurrentTimeLabel(rpToolBar)); in Create()
2206 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in CurrentTimeLabel()
2207 : TimeLabel(rpToolBar), in CurrentTimeLabel()
2240 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
2242 ::rtl::Reference<TimeLabel> pElement(new PresentationTimeLabel(rpToolBar)); in Create()
2258 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in PresentationTimeLabel()
2259 : TimeLabel(rpToolBar), in PresentationTimeLabel()
2322 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in VerticalSeparator()
2323 : Element(rpToolBar) in VerticalSeparator()
2385 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in HorizontalSeparator()
2386 : Element(rpToolBar) in HorizontalSeparator()