Searched refs:aMouseMovePoint (Results 1 – 1 of 1) sorted by relevance
1214 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove() local1332 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1333 DragMove( aMouseMovePoint.X(), POINTER_HSPLIT ); in MouseMove()1343 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1344 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()1352 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()1353 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()1371 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()1372 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()1380 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()[all …]