/aoo41x/main/svtools/source/toolpanel/ |
H A D | toolpaneldeck.cxx | 117 size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ); 134 virtual void PanelInserted( 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() argument 206 return m_aPanels.InsertPanel( i_pPanel, i_nPosition ); in InsertPanel() 307 void ToolPanelDeck_Impl::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() argument 310 m_aListeners.PanelInserted( i_pPanel, i_nPosition ); in PanelInserted() 414 size_t ToolPanelDeck::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() argument 416 return m_pImpl->InsertPanel( i_pPanel, i_nPosition ); in InsertPanel()
|
H A D | toolpanelcollection.cxx | 105 size_t ToolPanelCollection::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() argument 107 OSL_ENSURE( i_pPanel.get(), "ToolPanelCollection::InsertPanel: illegal panel!" ); in InsertPanel() 108 if ( !i_pPanel.get() ) in InsertPanel() 113 m_pData->aPanels.insert( m_pData->aPanels.begin() + position, i_pPanel ); in InsertPanel() 123 m_pData->aListeners.PanelInserted( i_pPanel, i_nPosition ); in InsertPanel()
|
H A D | paneltabbar.cxx | 350 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() argument 352 (void)i_pPanel; in PanelInserted() 403 …Size impl_calculateItemContentSize( const PToolPanel& i_pPanel, const TabItemContent i_eIte… 404 …void impl_renderItemContent( const PToolPanel& i_pPanel, const Rectangle& i_rContentArea, c… 579 …Size PanelTabBar_Impl::impl_calculateItemContentSize( const PToolPanel& i_pPanel, const TabItemCon… in impl_calculateItemContentSize() argument 584 const Image aImage( i_pPanel->GetImage() ); in impl_calculateItemContentSize() 587 const ::rtl::OUString sItemText( i_pPanel->GetDisplayName() ); in impl_calculateItemContentSize() 623 …void PanelTabBar_Impl::impl_renderItemContent( const PToolPanel& i_pPanel, const Rectangle& i_rCon… in impl_renderItemContent() argument 638 const Image aItemImage( i_pPanel->GetImage() ); in impl_renderItemContent() 658 const ::rtl::OUString sItemText( i_pPanel->GetDisplayName() ); in impl_renderItemContent()
|
H A D | drawerlayouter.cxx | 160 void DrawerDeckLayouter::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() argument 164 … PToolPanelDrawer pDrawer( new ToolPanelDrawer( m_rParentWindow, i_pPanel->GetDisplayName() ) ); in PanelInserted() 165 pDrawer->SetHelpId( i_pPanel->GetHelpID() ); in PanelInserted()
|
H A D | paneldecklisteners.cxx | 48 void PanelDeckListeners::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() argument 56 (*loop)->PanelInserted( i_pPanel, i_nPosition ); in PanelInserted()
|
H A D | paneldecklisteners.hxx | 51 void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
|
H A D | toolpanelcollection.hxx | 53 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
|
/aoo41x/main/svtools/inc/svtools/toolpanel/ |
H A D | toolpaneldeck.hxx | 52 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) = 0; 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 );
|
H A D | drawerlayouter.hxx | 74 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeck.cxx | 104 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ); 211 …void AccessibleToolPanelDeck_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t … in PanelInserted() argument 213 (void)i_pPanel; in PanelInserted()
|
H A D | AccessibleToolPanelDeckTabBarItem.cxx | 95 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ); 197 …void AccessibleToolPanelDeckTabBarItem_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, con… in PanelInserted() argument 199 (void)i_pPanel; in PanelInserted()
|
H A D | AccessibleToolPanelDeckTabBar.cxx | 130 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ); 221 …void AccessibleToolPanelTabBar_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_… in PanelInserted() argument 224 (void)i_pPanel; in PanelInserted()
|
/aoo41x/main/svtools/workben/toolpanel/ |
H A D | toolpaneltest.cxx | 295 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ); 604 void OptionsWindow::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() argument 606 …m_aPanelList.InsertEntry( i_pPanel->GetDisplayName(), i_pPanel->GetImage(), sal_uInt16( i_nPositio… in PanelInserted()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 885 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ); 1087 …void TaskPaneController_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPo… in PanelInserted() argument 1093 …aPanelRepository.insert( m_aPanelRepository.begin() + nLogicalIndex, PanelDescriptor( i_pPanel ) ); in PanelInserted()
|