Home
last modified time | relevance | path

Searched refs:aMouseMovePoint (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1255 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove() local
1373 …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 …]