Lines Matching refs:nCurTabPos
105 nCurTabPos = FIRST_ENTRY_TAB; in SvImpLBox()
226 if ( nCurTabPos > FIRST_ENTRY_TAB ) in CalcCellFocusRect()
228 SvLBoxItem* pItem = pCursor->GetItem( nCurTabPos ); in CalcCellFocusRect()
231 if ( pCursor->ItemCount() > ( nCurTabPos + 1 ) ) in CalcCellFocusRect()
233 SvLBoxItem* pNextItem = pCursor->GetItem( nCurTabPos + 1 ); in CalcCellFocusRect()
2128 nCurTabPos = FIRST_ENTRY_TAB; in MouseButtonDown()
2281 nCurTabPos = FIRST_ENTRY_TAB; in KeyInput()
2310 nCurTabPos = FIRST_ENTRY_TAB; in KeyInput()
2343 if ( nCurTabPos < ( pView->TabCount() - 1 /*!2*/ ) ) in KeyInput()
2345 ++nCurTabPos; in KeyInput()
2375 if ( nCurTabPos > FIRST_ENTRY_TAB ) in KeyInput()
2377 --nCurTabPos; in KeyInput()
3615 nCurTabPos = _nNewPos; in SetCurrentTabPos()