Home
last modified time | relevance | path

Searched refs:i_rPanel (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.cxx76 void ToolPanelCollection::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel() argument
78 if ( !!i_rPanel ) in ActivatePanel()
80 …OSL_ENSURE( *i_rPanel < GetPanelCount(), "ToolPanelCollection::ActivatePanel: illegal panel no.!" … in ActivatePanel()
81 if ( *i_rPanel >= GetPanelCount() ) in ActivatePanel()
85 if ( m_pData->aActivePanel == i_rPanel ) in ActivatePanel()
89 m_pData->aActivePanel = i_rPanel; in ActivatePanel()
H A Dtoolpaneldeck.cxx116 void ActivatePanel( const ::boost::optional< size_t >& i_rPanel );
198 void ToolPanelDeck_Impl::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel() argument
200 m_aPanels.ActivatePanel( i_rPanel ); in ActivatePanel()
408 void ToolPanelDeck::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel() argument
410 m_pImpl->ActivatePanel( i_rPanel ); in ActivatePanel()
H A Dtoolpanelcollection.hxx52 virtual void ActivatePanel( const ::boost::optional< size_t >& i_rPanel );
/aoo41x/main/svtools/inc/svtools/toolpanel/
H A Dtoolpaneldeck.hxx102 virtual void ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) = 0;
164 virtual void ActivatePanel( const ::boost::optional< size_t >& i_rPanel );
/aoo41x/main/sfx2/source/dialog/
H A Dtaskpane.cxx860 PanelDescriptor( const ::svt::PToolPanel& i_rPanel ) in PanelDescriptor()
861 :pPanel( i_rPanel ) in PanelDescriptor()

Completed in 31 milliseconds