Lines Matching refs:CustomToolPanel

303     class CustomToolPanel : public ::svt::ToolPanelBase  class
306CustomToolPanel( const ::utl::OConfigurationNode& i_rPanelWindowState, const Reference< XFrame >& …
323 ~CustomToolPanel();
341CustomToolPanel::CustomToolPanel( const ::utl::OConfigurationNode& i_rPanelWindowState, const Refe… in CustomToolPanel() function in sfx2::CustomToolPanel
354 CustomToolPanel::~CustomToolPanel() in ~CustomToolPanel()
359 bool CustomToolPanel::impl_ensureToolPanelWindow( Window& i_rPanelParentWindow ) in impl_ensureToolPanelWindow()
388 void CustomToolPanel::impl_updatePanelConfig( const bool i_bVisible ) const in impl_updatePanelConfig()
398 ::rtl::OUString CustomToolPanel::GetDisplayName() const in GetDisplayName()
404 Image CustomToolPanel::GetImage() const in GetImage()
419 rtl::OString CustomToolPanel::GetHelpID() const in GetHelpID()
425 void CustomToolPanel::Activate( Window& i_rParentWindow ) in Activate()
438 void CustomToolPanel::Deactivate() in Deactivate()
449 void CustomToolPanel::SetSizePixel( const Size& i_rPanelWindowSize ) in SetSizePixel()
465 void CustomToolPanel::GrabFocus() in GrabFocus()
473 void CustomToolPanel::Dispose() in Dispose()
492 …Reference< XAccessible > CustomToolPanel::CreatePanelAccessible( const Reference< XAccessible >& i… in CreatePanelAccessible()
608 ::svt::PToolPanel pCustomPanel( new CustomToolPanel( aResourceNode, m_xFrame ) ); in impl_initFromConfiguration()
671 … const CustomToolPanel* pCustomPanel = dynamic_cast< const CustomToolPanel* >( pPanel.get() ); in GetPanelPos()
687 … const CustomToolPanel* pCustomPanel = dynamic_cast< const CustomToolPanel* >( pPanel.get() ); in GetPanelResourceURL()