Lines Matching refs:PresenterHelpView

126 class PresenterHelpView::TextContainer : public vector<boost::shared_ptr<Block> >
131 PresenterHelpView::PresenterHelpView ( in PresenterHelpView() function in sdext::presenter::PresenterHelpView
199 PresenterHelpView::~PresenterHelpView (void) in ~PresenterHelpView()
206 void SAL_CALL PresenterHelpView::disposing (void) in disposing()
231 void SAL_CALL PresenterHelpView::disposing (const lang::EventObject& rEventObject) in disposing()
250 void SAL_CALL PresenterHelpView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
261 void SAL_CALL PresenterHelpView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
271 void SAL_CALL PresenterHelpView::windowShown (const lang::EventObject& rEvent) in windowShown()
282 void SAL_CALL PresenterHelpView::windowHidden (const lang::EventObject& rEvent) in windowHidden()
294 void SAL_CALL PresenterHelpView::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint()
303 void PresenterHelpView::Paint (const awt::Rectangle& rUpdateBox) in Paint()
383 void PresenterHelpView::ReadHelpStrings (void) in ReadHelpStrings()
395 ::boost::bind(&PresenterHelpView::ProcessString, this, _2)); in ReadHelpStrings()
401 void PresenterHelpView::ProcessString ( in ProcessString()
421 void PresenterHelpView::CheckFontSize (void) in CheckFontSize()
496 Reference<XResourceId> SAL_CALL PresenterHelpView::getResourceId (void) in getResourceId()
506 sal_Bool SAL_CALL PresenterHelpView::isAnchorOnly (void) in isAnchorOnly()
517 void PresenterHelpView::ProvideCanvas (void) in ProvideCanvas()
536 void PresenterHelpView::Resize (void) in Resize()
558 void PresenterHelpView::ThrowIfDisposed (void) in ThrowIfDisposed()