Searched refs:ToolPanelDrawer (Results 1 – 5 of 5) sorted by relevance
53 DrawerVisualization::DrawerVisualization( ToolPanelDrawer& i_rParent ) in DrawerVisualization()78 ToolPanelDrawer::ToolPanelDrawer( Window& i_rParent, const ::rtl::OUString& i_rTitle ) in ToolPanelDrawer() function in svt::ToolPanelDrawer100 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()[all …]
34 class ToolPanelDrawer;50 DrawerVisualization( ToolPanelDrawer& i_rParent );58 ToolPanelDrawer& m_rDrawer;65 class ToolPanelDrawer : public Window class68 ToolPanelDrawer( Window& i_rParent, const ::rtl::OUString& i_rTitle );69 ~ToolPanelDrawer();
107 const ToolPanelDrawer* pDrawer( dynamic_cast< const ToolPanelDrawer* > ( GetWindow() ) ); in FillAccessibleStateSet()
164 … PToolPanelDrawer pDrawer( new ToolPanelDrawer( m_rParentWindow, i_pPanel->GetDisplayName() ) ); in PanelInserted()
40 class ToolPanelDrawer;41 typedef ::boost::shared_ptr< ToolPanelDrawer > PToolPanelDrawer;