Searched refs:nCalcPos (Results 1 – 1 of 1) sorted by relevance
1433 sal_uInt16 nCalcPos; in KeyInput() local1445 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()[all …]