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.cxx1258 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove() local
1376 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1377 DragMove( aMouseMovePoint.X(), POINTER_HSPLIT ); in MouseMove()
1387 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1388 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()
1396 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1397 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()
1415 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1424 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1433 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
[all …]

Completed in 20 milliseconds