Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx1261 Point aMouseMovePoint = PixelToLogic( rMEvt.GetPosPixel(), aMMMode ); in MouseMove() local
1379 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1380 DragMove( aMouseMovePoint.X(), POINTER_HSPLIT ); in MouseMove()
1390 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1391 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()
1399 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1400 DragMove( aMouseMovePoint.X(), POINTER_HSIZEBAR ); in MouseMove()
1418 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1427 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1436 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
[all …]

Completed in 28 milliseconds