Lines Matching refs:nX
471 long nX = 0; in KeyInput() local
478 nX = 0; in KeyInput()
484 nX = 0; in KeyInput()
490 nX =-1; in KeyInput()
496 nX = 1; in KeyInput()
508 nX *= aLogicSizeOnePixel.Width(); in KeyInput()
513 nX *= 1000; in KeyInput()
519 nX *= 100; in KeyInput()
524 if(0 != nX || 0 != nY) in KeyInput()
541 aMarkRect.Move(nX, nY); in KeyInput()
547 nX += rWorkArea.Left() - aMarkRect.Left(); in KeyInput()
552 nX -= aMarkRect.Right() - rWorkArea.Right(); in KeyInput()
568 pView->MoveAllMarked(Size(nX, nY)); in KeyInput()
579 if(pHdl && (nX || nY)) in KeyInput()
583 Point aEndPoint(pHdl->GetPos() + Point(nX, nY)); in KeyInput()