Home
last modified time | relevance | path

Searched refs:i_pPanel (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx117 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 Dtoolpanelcollection.cxx105 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 Dpaneltabbar.cxx350 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 Ddrawerlayouter.cxx160 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 Dpaneldecklisteners.cxx48 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 Dpaneldecklisteners.hxx51 void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
H A Dtoolpanelcollection.hxx53 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
/trunk/main/svtools/inc/svtools/toolpanel/
H A Dtoolpaneldeck.hxx52 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 Ddrawerlayouter.hxx74 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeck.cxx104 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 DAccessibleToolPanelDeckTabBarItem.cxx95 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 DAccessibleToolPanelDeckTabBar.cxx130 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()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx295 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()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx885 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()

Completed in 67 milliseconds