Searched refs:InsertPanel (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svtools/source/toolpanel/ |
H A D | toolpaneldeck.cxx | 117 size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ); 204 size_t ToolPanelDeck_Impl::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() function in svt::ToolPanelDeck_Impl 206 return m_aPanels.InsertPanel( i_pPanel, i_nPosition ); in InsertPanel() 414 size_t ToolPanelDeck::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() function in svt::ToolPanelDeck 416 return m_pImpl->InsertPanel( i_pPanel, i_nPosition ); in InsertPanel()
|
H A D | toolpanelcollection.hxx | 53 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
|
H A D | toolpanelcollection.cxx | 105 size_t ToolPanelCollection::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() function in svt::ToolPanelCollection
|
/aoo41x/main/svtools/workben/toolpanel/ |
H A D | toolpaneltest.cxx | 696 rController.GetToolPanelDeck().InsertPanel( pNewPanel, nNewPanelPos ); in IMPL_LINK() 755 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow() 756 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow() 757 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow() 758 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow()
|
/aoo41x/main/svtools/inc/svtools/toolpanel/ |
H A D | toolpaneldeck.hxx | 108 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) = 0; 165 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 627 nPanelPos = m_aPanelDeck.InsertPanel( pCustomPanel, nPanelPos ); in impl_initFromConfiguration() 1151 …OSL_VERIFY( m_rTaskPane.GetPanelDeck().InsertPanel( m_aPanelRepository[ i_nLogicalPanelIndex ].pPa… in impl_togglePanelVisibility()
|
Completed in 40 milliseconds