Lines Matching refs:nCurVis
1498 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop +1; in ProcessKeyInput() local
1499 SetTopEntry( ( mnTop > nCurVis ) ? in ProcessKeyInput()
1500 (mnTop-nCurVis) : 0 ); in ProcessKeyInput()
1512 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop +1; in ProcessKeyInput() local
1513 SetTopEntry( ( mnTop > nCurVis ) ? ( mnTop-nCurVis+1 ) : 0 ); in ProcessKeyInput()
1540 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop; in ProcessKeyInput() local
1541 sal_uInt16 nTmp = Min( nCurVis, nCount ); in ProcessKeyInput()
1545 long nTmp2 = Min( (long)(nCount-nCurVis), (long)((long)mnTop+(long)nCurVis-1) ); in ProcessKeyInput()
1547 nTmp = (sal_uInt16)(nTmp2+(nCurVis-1) ); in ProcessKeyInput()
1596 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop + 1; in ProcessKeyInput() local
1597 if( nCount > nCurVis ) in ProcessKeyInput()
1598 SetTopEntry( nCount - nCurVis ); in ProcessKeyInput()