Searched refs:i_rOldActive (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/svtools/source/toolpanel/ |
H A D | toolpaneldeck.cxx | 136 …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 D | drawerlayouter.cxx | 199 …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 D | paneldecklisteners.cxx | 74 …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 D | paneltabbar.cxx | 371 …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 D | paneldecklisteners.hxx | 53 …void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::option…
|
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeck.cxx | 106 …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 D | AccessibleToolPanelDeckTabBarItem.cxx | 97 …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 D | AccessibleToolPanelDeckTabBar.cxx | 132 …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()
|
/aoo42x/main/svtools/workben/toolpanel/ |
H A D | toolpaneltest.cxx | 297 …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()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 887 …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()
|
/aoo42x/main/svtools/inc/svtools/toolpanel/ |
H A D | drawerlayouter.hxx | 76 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
|
H A D | toolpaneldeck.hxx | 60 …virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::o…
|
Completed in 67 milliseconds