Searched refs:aPixPt (Results 1 – 4 of 4) sorted by relevance
1299 Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local1315 …if( aPixPt.X() < ( nRight[i] + 2 ) && ( aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightT… in MouseMove()1326 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove()1331 …else if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMo… in MouseMove()1367 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()1369 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()1404 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove()1405 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove()1406 …( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) ) || bHeaderRulerMo… in MouseMove()1407 …( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) ) || bFooterRulerMo… in MouseMove()[all …]
361 Point aPixPt( rEvt.maPosPixel ); in AcceptDrop() local372 if(!aWin.IsInside(aPixPt)) { in AcceptDrop()383 if(aPixPt.X() > aWin.Right()) aPixPt.X() += nMargin; in AcceptDrop()384 if(aPixPt.X() < aWin.Left()) aPixPt.X() -= nMargin; in AcceptDrop()385 if(aPixPt.Y() > aWin.Bottom()) aPixPt.Y() += nMargin; in AcceptDrop()386 if(aPixPt.Y() < aWin.Top()) aPixPt.Y() -= nMargin; in AcceptDrop()387 Point aDocPt(PixelToLogic(aPixPt)); in AcceptDrop()399 m_nDropDestination = GetDropDestination( aPixPt, &pObj ); in AcceptDrop()416 const Point aDocPt( PixelToLogic( aPixPt ) ); in AcceptDrop()
3452 const Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local3453 const Point aDocPt( PixelToLogic( aPixPt ) ); in MouseMove()3495 if ( !aRect.IsInside( aPixPt ) ) // MA 23. May. 95: Tatterschutz. in MouseMove()3640 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()3665 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()3756 (IsMinMove( aStartPos,aPixPt ) || bIsInMove) && in MouseMove()
65 …const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_M… in AppendCERNCoords() local68 rStr += ByteString::CreateFromInt32( aPixPt.X() ); in AppendCERNCoords()70 rStr += ByteString::CreateFromInt32( aPixPt.Y() ); in AppendCERNCoords()83 …const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_M… in AppendNCSACoords() local85 rStr += ByteString::CreateFromInt32( aPixPt.X() ); in AppendNCSACoords()87 rStr += ByteString::CreateFromInt32( aPixPt.Y() ); in AppendNCSACoords()
Completed in 39 milliseconds