Searched refs:RemovePanel (Results 1 – 6 of 6) sorted by relevance
118 PToolPanel RemovePanel( const size_t i_nPosition );210 PToolPanel ToolPanelDeck_Impl::RemovePanel( const size_t i_nPosition ) in RemovePanel() function in svt::ToolPanelDeck_Impl212 return m_aPanels.RemovePanel( i_nPosition ); in RemovePanel()420 PToolPanel ToolPanelDeck::RemovePanel( const size_t i_nPosition ) in RemovePanel() function in svt::ToolPanelDeck422 return m_pImpl->RemovePanel( i_nPosition ); in RemovePanel()
54 virtual PToolPanel RemovePanel( const size_t i_nPosition );
129 PToolPanel ToolPanelCollection::RemovePanel( const size_t i_nPosition ) in RemovePanel() function in svt::ToolPanelCollection
118 virtual PToolPanel RemovePanel( const size_t i_nPosition ) = 0;166 virtual PToolPanel RemovePanel( const size_t i_nPosition );
687 rController.GetToolPanelDeck().RemovePanel( size_t( m_aPanelList.GetSelectEntryPos() ) ); in IMPL_LINK()
1159 …OSL_VERIFY( m_rTaskPane.GetPanelDeck().RemovePanel( nActualPanelIndex ).get() == m_aPanelRepositor… in impl_togglePanelVisibility()
Completed in 35 milliseconds