Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx136 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
321 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
331 …const PToolPanel pNewActive( !i_rNewActive ? m_pDummyPanel : m_aPanels.GetPanel( *i_rNewActive ) ); in ActivePanelChanged()
339 m_aListeners.ActivePanelChanged( i_rOldActive, i_rNewActive ); in ActivePanelChanged()
H A Ddrawerlayouter.cxx199 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
207 if ( !!i_rNewActive ) in ActivePanelChanged()
209 …OSL_ENSURE( *i_rNewActive < m_aDrawers.size(), "DrawerDeckLayouter::ActivePanelChanged: illegal ne… in ActivePanelChanged()
210 m_aDrawers[ *i_rNewActive ]->SetExpanded( true ); in ActivePanelChanged()
H A Dpaneldecklisteners.cxx74 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
82 (*loop)->ActivePanelChanged( i_rOldActive, i_rNewActive ); in ActivePanelChanged()
H A Dpaneltabbar.cxx371 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
960 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
966 if ( !!i_rNewActive ) in ActivePanelChanged()
967 InvalidateItem( *i_rNewActive ); in ActivePanelChanged()
H A Dpaneldecklisteners.hxx53 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeck.cxx106 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
224 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
242 if ( !!i_rNewActive ) in ActivePanelChanged()
H A DAccessibleToolPanelDeckTabBarItem.cxx97 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
220 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
227 else if ( m_nItemPos == i_rNewActive ) in ActivePanelChanged()
H A DAccessibleToolPanelDeckTabBar.cxx132 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
240 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
243 (void)i_rNewActive; in ActivePanelChanged()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx297 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
617 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
621 if ( !i_rNewActive ) in ActivePanelChanged()
624 m_aPanelList.SelectEntryPos( sal_uInt16( *i_rNewActive ) ); in ActivePanelChanged()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx887 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
1107 … const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) in ActivePanelChanged() argument
1115 (void)i_rNewActive; in ActivePanelChanged()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Ddrawerlayouter.hxx76 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
H A Dtoolpaneldeck.hxx60 …t ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) = 0;

Completed in 64 milliseconds