Lines Matching refs:PresenterPaneBase

51 PresenterPaneBase::PresenterPaneBase (  in PresenterPaneBase()  function in sdext::presenter::PresenterPaneBase
77 PresenterPaneBase::~PresenterPaneBase (void) in ~PresenterPaneBase()
84 void PresenterPaneBase::disposing (void) in disposing()
126 void PresenterPaneBase::SetTitle (const OUString& rsTitle) in SetTitle()
139 ::rtl::OUString PresenterPaneBase::GetTitle (void) const in GetTitle()
148 PresenterPaneBase::GetPaneBorderPainter (void) const in GetPaneBorderPainter()
156 void PresenterPaneBase::SetCalloutAnchor (const css::awt::Point& rCalloutAnchor) in SetCalloutAnchor()
188 awt::Point PresenterPaneBase::GetCalloutAnchor (void) const in GetCalloutAnchor()
196 ::boost::shared_ptr<PresenterTextView> PresenterPaneBase::GetTextViewForTitle (void) in GetTextViewForTitle()
211 void SAL_CALL PresenterPaneBase::initialize (const Sequence<Any>& rArguments) in initialize()
311 Reference<XResourceId> SAL_CALL PresenterPaneBase::getResourceId (void) in getResourceId()
321 sal_Bool SAL_CALL PresenterPaneBase::isAnchorOnly (void) in isAnchorOnly()
332 void SAL_CALL PresenterPaneBase::windowResized (const awt::WindowEvent& rEvent) in windowResized()
343 void SAL_CALL PresenterPaneBase::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
353 void SAL_CALL PresenterPaneBase::windowShown (const lang::EventObject& rEvent) in windowShown()
363 void SAL_CALL PresenterPaneBase::windowHidden (const lang::EventObject& rEvent) in windowHidden()
375 void SAL_CALL PresenterPaneBase::disposing (const lang::EventObject& rEvent) in disposing()
390 void PresenterPaneBase::CreateWindows ( in CreateWindows()
415 Reference<awt::XWindow> PresenterPaneBase::GetBorderWindow (void) const in GetBorderWindow()
423 void PresenterPaneBase::ToTop (void) in ToTop()
432 void PresenterPaneBase::SetBackground (const SharedBitmapDescriptor& rpBackground) in SetBackground()
440 void PresenterPaneBase::PaintBorderBackground ( in PaintBorderBackground()
471 void PresenterPaneBase::PaintBorder (const awt::Rectangle& rUpdateBox) in PaintBorder()
503 void PresenterPaneBase::LayoutContextWindow (void) in LayoutContextWindow()
527 bool PresenterPaneBase::IsVisible (void) const in IsVisible()
539 void PresenterPaneBase::ThrowIfDisposed (void) in ThrowIfDisposed()