Home
last modified time | relevance | path

Searched refs:i_rOldActive (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx136 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::b…
321 …void ToolPanelDeck_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, cons… in ActivePanelChanged() argument
324 if ( !!i_rOldActive ) in ActivePanelChanged()
326 const PToolPanel pOldActive( m_aPanels.GetPanel( *i_rOldActive ) ); in ActivePanelChanged()
339 m_aListeners.ActivePanelChanged( i_rOldActive, i_rNewActive ); in ActivePanelChanged()
H A Ddrawerlayouter.cxx199 …void DrawerDeckLayouter::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, cons… in ActivePanelChanged() argument
201 if ( !!i_rOldActive ) in ActivePanelChanged()
203 …OSL_ENSURE( *i_rOldActive < m_aDrawers.size(), "DrawerDeckLayouter::ActivePanelChanged: illegal ol… in ActivePanelChanged()
204 m_aDrawers[ *i_rOldActive ]->SetExpanded( false ); in ActivePanelChanged()
H A Dpaneldecklisteners.cxx74 …void PanelDeckListeners::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, cons… in ActivePanelChanged() argument
82 (*loop)->ActivePanelChanged( i_rOldActive, i_rNewActive ); in ActivePanelChanged()
H A Dpaneltabbar.cxx371 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
960 …void PanelTabBar_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const … in ActivePanelChanged() argument
964 if ( !!i_rOldActive ) in ActivePanelChanged()
965 InvalidateItem( *i_rOldActive, ITEM_STATE_ACTIVE ); in ActivePanelChanged()
H A Dpaneldecklisteners.hxx53 …void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::option…
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeck.cxx106 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
224 …anelDeck_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost:… in ActivePanelChanged() argument
226 if ( !!i_rOldActive ) in ActivePanelChanged()
H A DAccessibleToolPanelDeckTabBarItem.cxx97 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
220 …bBarItem_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost:… in ActivePanelChanged() argument
222 if ( m_nItemPos == i_rOldActive ) in ActivePanelChanged()
H A DAccessibleToolPanelDeckTabBar.cxx132 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
240 …elTabBar_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost:… in ActivePanelChanged() argument
242 (void)i_rOldActive; in ActivePanelChanged()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx297 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
617 void OptionsWindow::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::bo… in ActivePanelChanged() argument
619 (void)i_rOldActive; in ActivePanelChanged()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx887 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
1107 …ntroller_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost:… in ActivePanelChanged() argument
1114 (void)i_rOldActive; in ActivePanelChanged()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Ddrawerlayouter.hxx76 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
H A Dtoolpaneldeck.hxx60 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…

Completed in 64 milliseconds