Searched refs:nCurVis (Results 1 – 1 of 1) sorted by relevance
1498 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop +1; in ProcessKeyInput() local1499 SetTopEntry( ( mnTop > nCurVis ) ? in ProcessKeyInput()1500 (mnTop-nCurVis) : 0 ); in ProcessKeyInput()1513 SetTopEntry( ( mnTop > nCurVis ) ? ( mnTop-nCurVis+1 ) : 0 ); in ProcessKeyInput()1540 sal_uInt16 nCurVis = GetLastVisibleEntry() - mnTop; in ProcessKeyInput() local1541 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() local1597 if( nCount > nCurVis ) in ProcessKeyInput()[all …]
Completed in 24 milliseconds