Lines Matching refs:size_t

57         for ( size_t i=0; i<m_rPanelDeck.GetPanelCount(); ++i )  in DrawerDeckLayouter()
72 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in IMPLEMENT_IREFERENCE()
77 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in IMPLEMENT_IREFERENCE()
84 const size_t nUpperBound = !!aActivePanel ? *aActivePanel : nPanelCount - 1; in IMPLEMENT_IREFERENCE()
85 for ( size_t i=0; i<=nUpperBound; ++i ) in IMPLEMENT_IREFERENCE()
95 for ( size_t j = nPanelCount - 1; j > nUpperBound; --j ) in IMPLEMENT_IREFERENCE()
123 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in SetFocusToPanelSelector()
127 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in SetFocusToPanelSelector()
135 size_t DrawerDeckLayouter::GetAccessibleChildCount() const in GetAccessibleChildCount()
141 …Reference< XAccessible > DrawerDeckLayouter::GetAccessibleChild( const size_t i_nChildIndex, const… in GetAccessibleChild()
160 void DrawerDeckLayouter::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
184 void DrawerDeckLayouter::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
199 …er::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< in ActivePanelChanged()
224size_t DrawerDeckLayouter::impl_getPanelPositionFromWindow( const Window* i_pDrawerWindow ) const in impl_getPanelPositionFromWindow()
238 void DrawerDeckLayouter::impl_removeDrawer( const size_t i_nPosition ) in impl_removeDrawer()
279 const size_t nPanelPos = impl_getPanelPositionFromWindow( pWindowEvent->GetWindow() ); in IMPL_LINK()