Searched refs:nCurTabPos (Results 1 – 2 of 2) sorted by relevance
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()[all …]
150 sal_uInt16 nCurTabPos; member in SvImpLBox368 inline sal_uInt16 GetCurrentTabPos() const { return nCurTabPos; } in GetCurrentTabPos()