Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dpreview.cxx1296 Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local
1312 …if( aPixPt.X() < ( nRight[i] + 2 ) && ( aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightT… in MouseMove()
1313 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove()
1323 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove()
1328 …else if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMo… in MouseMove()
1333 …else if( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) && !bBottomRulerMo… in MouseMove()
1340 …else if( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1347 …else if( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1354 …else if( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1364 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
[all …]
/AOO42X/main/sw/source/ui/docvw/
H A Dedtdd.cxx361 Point aPixPt( rEvt.maPosPixel ); in AcceptDrop() local
372 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()
H A Dedtwin.cxx3451 const Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local
3452 const Point aDocPt( PixelToLogic( aPixPt ) ); in MouseMove()
3494 if ( !aRect.IsInside( aPixPt ) ) // MA 23. May. 95: Tatterschutz. in MouseMove()
3639 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()
3664 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()
3755 (IsMinMove( aStartPos,aPixPt ) || bIsInMove) && in MouseMove()
/AOO42X/main/svtools/source/misc/
H A Dimap2.cxx65 …const Point aPixPt( Application::GetDefaultDevice()->LogicToPixel( rPoint100, MapMode( MAP_100TH_M… in AppendCERNCoords() local
68 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() local
85 rStr += ByteString::CreateFromInt32( aPixPt.X() ); in AppendNCSACoords()
87 rStr += ByteString::CreateFromInt32( aPixPt.Y() ); in AppendNCSACoords()