Lines Matching refs:nX
204 long nX = 0; in KeyInput() local
210 nX = 0; in KeyInput()
216 nX = 0; in KeyInput()
222 nX = -1; in KeyInput()
228 nX = 1; in KeyInput()
238 nX *= aPixelSize.Width(); in KeyInput()
244 nX *= 100; in KeyInput()
262 aMarkRect.Move( nX, nY ); in KeyInput()
267 nX += rWorkArea.Left() - aMarkRect.Left(); in KeyInput()
270 nX -= aMarkRect.Right() - rWorkArea.Right(); in KeyInput()
280 if ( nX != 0 || nY != 0 ) in KeyInput()
282 pView->MoveAllMarked( Size( nX, nY ) ); in KeyInput()
290 if ( pHdl && ( nX || nY ) ) in KeyInput()
293 Point aEndPoint( pHdl->GetPos() + Point( nX, nY ) ); in KeyInput()
329 ScrollBar* pScrollBar = ( nX != 0 ) ? pParent->GetHScroll() : pParent->GetVScroll(); in KeyInput()
334 …long nThumbPos = pScrollBar->GetThumbPos() + ( ( nX != 0 ) ? nX : nY ) * pScrollBar->GetLineSize(); in KeyInput()