Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dvalueset.cxx609 nLastItem += mnCols; in Format()
615 if ( (i >= nFirstItem) && (i < nLastItem) ) in Format()
1435 if ( !nLastItem || !ImplGetFirstItem() ) in KeyInput()
1441 nLastItem--; in KeyInput()
1463 nItemPos = nLastItem; in KeyInput()
1480 nItemPos = nLastItem; in KeyInput()
1486 nItemPos = nLastItem; in KeyInput()
1526 if ( nLastItem+1 <= mnCols ) in KeyInput()
1531 if ( nItemPos+mnCols <= nLastItem ) in KeyInput()
1547 if ( nLastItem+1 <= mnCols ) in KeyInput()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3430 sal_uInt16 nLastItem = pEntry->ItemCount() - 1; in SetMostRight() local
3431 if( nLastTab != USHRT_MAX && nLastItem != USHRT_MAX ) in SetMostRight()
3433 if( nLastItem < nLastTab ) in SetMostRight()
3434 nLastTab = nLastItem; in SetMostRight()

Completed in 29 milliseconds