Lines Matching refs:PresenterNotesView
71 PresenterNotesView::PresenterNotesView ( in PresenterNotesView() function in sdext::presenter::PresenterNotesView
135 ::boost::bind(&PresenterNotesView::SetTop, this, _1)); in PresenterNotesView()
145 PresenterNotesView::disposing(); in PresenterNotesView()
153 PresenterNotesView::~PresenterNotesView (void) in ~PresenterNotesView()
160 void SAL_CALL PresenterNotesView::disposing (void) in disposing()
208 void PresenterNotesView::CreateToolBar ( in CreateToolBar()
248 void PresenterNotesView::SetSlide (const Reference<drawing::XDrawPage>& rxNotesPage) in SetSlide()
314 void SAL_CALL PresenterNotesView::disposing (const lang::EventObject& rEventObject) in disposing()
326 void SAL_CALL PresenterNotesView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
336 void SAL_CALL PresenterNotesView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
345 void SAL_CALL PresenterNotesView::windowShown (const lang::EventObject& rEvent) in windowShown()
354 void SAL_CALL PresenterNotesView::windowHidden (const lang::EventObject& rEvent) in windowHidden()
365 void SAL_CALL PresenterNotesView::windowPaint (const awt::PaintEvent& rEvent) in windowPaint()
382 Reference<XResourceId> SAL_CALL PresenterNotesView::getResourceId (void) in getResourceId()
391 sal_Bool SAL_CALL PresenterNotesView::isAnchorOnly (void) in isAnchorOnly()
402 void SAL_CALL PresenterNotesView::setCurrentPage (const Reference<drawing::XDrawPage>& rxSlide) in setCurrentPage()
423 Reference<drawing::XDrawPage> SAL_CALL PresenterNotesView::getCurrentPage (void) in getCurrentPage()
434 void SAL_CALL PresenterNotesView::keyPressed (const awt::KeyEvent& rEvent) in keyPressed()
479 void SAL_CALL PresenterNotesView::keyReleased (const awt::KeyEvent& rEvent) in keyReleased()
490 void PresenterNotesView::Layout (void) in Layout()
573 void PresenterNotesView::Paint (const awt::Rectangle& rUpdateBox) in Paint()
600 void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox) in PaintToolBar()
638 void PresenterNotesView::PaintText (const awt::Rectangle& rUpdateBox) in PaintText()
674 void PresenterNotesView::Invalidate (void) in Invalidate()
684 void PresenterNotesView::Scroll (const double rnDistance) in Scroll()
701 void PresenterNotesView::SetTop (const double nTop) in SetTop()
718 void PresenterNotesView::ChangeFontSize (const sal_Int32 nSizeChange) in ChangeFontSize()
757 ::boost::shared_ptr<PresenterTextView> PresenterNotesView::GetTextView (void) const in GetTextView()
765 void PresenterNotesView::UpdateScrollBar (void) in UpdateScrollBar()
789 void PresenterNotesView::ThrowIfDisposed (void) in ThrowIfDisposed()