Lines Matching refs:ToolPanelDrawer

53     DrawerVisualization::DrawerVisualization( ToolPanelDrawer& i_rParent )  in DrawerVisualization()
78 ToolPanelDrawer::ToolPanelDrawer( Window& i_rParent, const ::rtl::OUString& i_rTitle ) in ToolPanelDrawer() function in svt::ToolPanelDrawer
100 ToolPanelDrawer::~ToolPanelDrawer() in ~ToolPanelDrawer()
105 long ToolPanelDrawer::GetPreferredHeightPixel() const in GetPreferredHeightPixel()
112 void ToolPanelDrawer::Paint() in Paint()
138 Rectangle ToolPanelDrawer::impl_paintExpansionIndicator( const Rectangle& i_rTextBox ) in impl_paintExpansionIndicator()
159 Image ToolPanelDrawer::impl_getExpansionIndicator() const in impl_getExpansionIndicator()
177 sal_uInt16 ToolPanelDrawer::impl_getTextStyle() const in impl_getTextStyle()
190 void ToolPanelDrawer::impl_paintBackground( const Rectangle& i_rTitleBarBox ) in impl_paintBackground()
206 void ToolPanelDrawer::impl_paintFocusIndicator( const Rectangle& i_rTextBox ) in impl_paintFocusIndicator()
236 void ToolPanelDrawer::GetFocus() in GetFocus()
243 void ToolPanelDrawer::LoseFocus() in LoseFocus()
250 void ToolPanelDrawer::Resize() in Resize()
257 void ToolPanelDrawer::MouseButtonDown( const MouseEvent& i_rMouseEvent ) in MouseButtonDown()
265 void ToolPanelDrawer::DataChanged( const DataChangedEvent& i_rEvent ) in DataChanged()
306 Reference< XWindowPeer > ToolPanelDrawer::GetComponentInterface( sal_Bool i_bCreate ) in GetComponentInterface()
318 Rectangle ToolPanelDrawer::impl_calcTextBoundingBox() const in impl_calcTextBoundingBox()
343 Rectangle ToolPanelDrawer::impl_calcTitleBarBox( const Rectangle& i_rTextBox ) const in impl_calcTitleBarBox()
358 void ToolPanelDrawer::SetExpanded( const bool i_bExpanded ) in SetExpanded()