Searched refs:aMouseMovePoint (Results 1 – 1 of 1) sorted by relevance
1255 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove() local1373 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1374 DragMove( aMouseMovePoint.X(), POINTER_HSPLIT ); in MouseMove()1384 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1385 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()1393 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1394 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()1412 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()1413 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()1421 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()[all …]