Lines Matching refs:nCalcPos
1433 sal_uInt16 nCalcPos; in KeyInput() local
1445 nCalcPos = nCurPos; in KeyInput()
1479 if ( nCalcPos == VALUESET_ITEM_NONEITEM ) in KeyInput()
1481 else if ( !nCalcPos ) in KeyInput()
1489 nItemPos = nCalcPos-1; in KeyInput()
1490 nCalcPos = nItemPos; in KeyInput()
1498 if ( nCalcPos == VALUESET_ITEM_NONEITEM ) in KeyInput()
1500 else if ( nCalcPos == nLastItem ) in KeyInput()
1508 nItemPos = nCalcPos+1; in KeyInput()
1509 nCalcPos = nItemPos; in KeyInput()
1524 if ( nCalcPos == VALUESET_ITEM_NONEITEM ) in KeyInput()
1535 else if ( nCalcPos >= ( nLineCount * mnCols ) ) in KeyInput()
1537 nCalcPos - ( nLineCount * mnCols )); in KeyInput()
1542 mnCurCol = nCalcPos%mnCols; in KeyInput()
1548 nItemPos = nCalcPos; in KeyInput()
1551 nItemPos = ((((nLastItem+1)/mnCols)-1)*mnCols)+(nCalcPos%mnCols); in KeyInput()
1557 nCalcPos = nItemPos; in KeyInput()
1575 if ( nCalcPos == VALUESET_ITEM_NONEITEM ) in KeyInput()
1577 else if ( nCalcPos + ( nLineCount * mnCols ) <= nLastItem ) in KeyInput()
1579 nCalcPos + ( nLineCount * mnCols )); in KeyInput()
1595 mnCurCol = nCalcPos%mnCols; in KeyInput()
1599 nItemPos = nCalcPos%mnCols; in KeyInput()
1602 nCalcPos = nItemPos; in KeyInput()