Home
last modified time | relevance | path

Searched refs:nCurTabPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx105 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()
2128 nCurTabPos = FIRST_ENTRY_TAB; in MouseButtonDown()
2281 nCurTabPos = FIRST_ENTRY_TAB; in KeyInput()
2310 nCurTabPos = FIRST_ENTRY_TAB; in KeyInput()
2345 ++nCurTabPos; in KeyInput()
2375 if ( nCurTabPos > FIRST_ENTRY_TAB ) in KeyInput()
2377 --nCurTabPos; in KeyInput()
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx150 sal_uInt16 nCurTabPos; member in SvImpLBox
368 inline sal_uInt16 GetCurrentTabPos() const { return nCurTabPos; } in GetCurrentTabPos()

Completed in 34 milliseconds