Searched refs:i_rNewActive (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svtools/source/toolpanel/ |
H A D | toolpaneldeck.cxx | 136 …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 D | drawerlayouter.cxx | 199 … 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 D | paneldecklisteners.cxx | 74 … 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 D | paneltabbar.cxx | 371 …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 D | paneldecklisteners.hxx | 53 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeck.cxx | 106 …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 D | AccessibleToolPanelDeckTabBarItem.cxx | 97 …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 D | AccessibleToolPanelDeckTabBar.cxx | 132 …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 D | toolpaneltest.cxx | 297 …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 D | taskpane.cxx | 887 …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 D | drawerlayouter.hxx | 76 …const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
|
H A D | toolpaneldeck.hxx | 60 …t ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive ) = 0;
|
Completed in 126 milliseconds