Lines Matching refs:PresenterToolBar

118             ::sdext::presenter::PresenterToolBar::Context& rContext);
125 class PresenterToolBar::Context
150 Element (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
193 ::rtl::Reference<PresenterToolBar> mpToolBar;
218 class PresenterToolBar::ElementContainerPart
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);
399 PresenterToolBar::PresenterToolBar ( in PresenterToolBar() function in sdext::presenter::PresenterToolBar
424 void PresenterToolBar::Initialize ( in Initialize()
460 PresenterToolBar::~PresenterToolBar (void) in ~PresenterToolBar()
467 void SAL_CALL PresenterToolBar::disposing (void) in disposing()
506 void PresenterToolBar::InvalidateArea ( in InvalidateArea()
519 sal_Int32 PresenterToolBar::GetCurrentSlideIndex (void) in GetCurrentSlideIndex()
530 sal_Int32 PresenterToolBar::GetSlideCount (void) in GetSlideCount()
541 void PresenterToolBar::RequestLayout (void) in RequestLayout()
551 geometry::RealSize2D PresenterToolBar::GetSize (void) in GetSize()
563 geometry::RealSize2D PresenterToolBar::GetMinimalSize (void) in GetMinimalSize()
573 ::rtl::Reference<PresenterController> PresenterToolBar::GetPresenterController (void) const in GetPresenterController()
581 Reference<awt::XWindow> PresenterToolBar::GetWindow (void) const in GetWindow()
589 Reference<XComponentContext> PresenterToolBar::GetComponentContext (void) const in GetComponentContext()
599 void SAL_CALL PresenterToolBar::disposing (const lang::EventObject& rEventObject) in disposing()
611 void SAL_CALL PresenterToolBar::windowResized (const awt::WindowEvent& rEvent) in windowResized()
621 void SAL_CALL PresenterToolBar::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
630 void SAL_CALL PresenterToolBar::windowShown (const lang::EventObject& rEvent) in windowShown()
640 void SAL_CALL PresenterToolBar::windowHidden (const lang::EventObject& rEvent) in windowHidden()
651 void SAL_CALL PresenterToolBar::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint()
680 void SAL_CALL PresenterToolBar::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed()
689 void SAL_CALL PresenterToolBar::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased()
698 void SAL_CALL PresenterToolBar::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered()
707 void SAL_CALL PresenterToolBar::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited()
718 void SAL_CALL PresenterToolBar::mouseMoved (const css::awt::MouseEvent& rEvent) in mouseMoved()
729 void SAL_CALL PresenterToolBar::mouseDragged (const css::awt::MouseEvent& rEvent) in mouseDragged()
741 void SAL_CALL PresenterToolBar::setCurrentPage (const Reference<drawing::XDrawPage>& rxSlide) in setCurrentPage()
754 Reference<drawing::XDrawPage> SAL_CALL PresenterToolBar::getCurrentPage (void) in getCurrentPage()
765 void PresenterToolBar::CreateControls ( in CreateControls()
798 ::boost::bind(&PresenterToolBar::ProcessEntry, this, _2, ::boost::ref(aContext))); in CreateControls()
806 void PresenterToolBar::ProcessEntry ( in ProcessEntry()
863 void PresenterToolBar::Layout ( in Layout()
963 geometry::RealSize2D PresenterToolBar::CalculatePartSize ( in CalculatePartSize()
1002 void PresenterToolBar::LayoutPart ( in LayoutPart()
1060 void PresenterToolBar::Paint ( in Paint()
1086 void PresenterToolBar::UpdateSlideNumber (void) in UpdateSlideNumber()
1108 void PresenterToolBar::CheckMouseOver ( in CheckMouseOver()
1140 void PresenterToolBar::ThrowIfDisposed (void) const in ThrowIfDisposed()
1180 mpToolBar = new PresenterToolBar( in PresenterToolBarView()
1185 PresenterToolBar::Center); in PresenterToolBarView()
1239 ::rtl::Reference<PresenterToolBar> PresenterToolBarView::GetPresenterToolBar (void) const in GetPresenterToolBar()
1340 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Element()
1623 ::sdext::presenter::PresenterToolBar::Context& rContext) in ReadElementMode()
1685 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
1696 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Button()
1860 Label::Label (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Label()
2064 ProgressLabel::ProgressLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in ProgressLabel()
2158 TimeLabel::TimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in TimeLabel()
2188 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
2206 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in CurrentTimeLabel()
2240 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in Create()
2258 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in PresentationTimeLabel()
2322 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in VerticalSeparator()
2385 const ::rtl::Reference<PresenterToolBar>& rpToolBar) in HorizontalSeparator()