Lines Matching refs:PresenterToolBarView
1157 PresenterToolBarView::PresenterToolBarView ( in PresenterToolBarView() function in sdext::presenter::PresenterToolBarView
1209 PresenterToolBarView::~PresenterToolBarView (void) in ~PresenterToolBarView()
1216 void SAL_CALL PresenterToolBarView::disposing (void) in disposing()
1239 ::rtl::Reference<PresenterToolBar> PresenterToolBarView::GetPresenterToolBar (void) const in GetPresenterToolBar()
1249 void SAL_CALL PresenterToolBarView::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint()
1266 void SAL_CALL PresenterToolBarView::disposing (const lang::EventObject& rEventObject) in disposing()
1278 Reference<XResourceId> SAL_CALL PresenterToolBarView::getResourceId (void) in getResourceId()
1287 sal_Bool SAL_CALL PresenterToolBarView::isAnchorOnly (void) in isAnchorOnly()
1298 void SAL_CALL PresenterToolBarView::setCurrentPage (const Reference<drawing::XDrawPage>& rxSlide) in setCurrentPage()
1309 Reference<drawing::XDrawPage> SAL_CALL PresenterToolBarView::getCurrentPage (void) in getCurrentPage()
1320 void PresenterToolBarView::ThrowIfDisposed (void) const in ThrowIfDisposed()