Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1302 Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local
1318 …if( aPixPt.X() < ( nRight[i] + 2 ) && ( aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightT… in MouseMove()
1329 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove()
1334 …else if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMo… in MouseMove()
1370 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
1372 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()
1407 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove()
1408 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove()
1409 …( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) ) || bHeaderRulerMo… in MouseMove()
1410 …( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) ) || bFooterRulerMo… in MouseMove()
[all …]
/trunk/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.cxx3454 const Point aPixPt( rMEvt.GetPosPixel() ); in MouseMove() local
3455 const Point aDocPt( PixelToLogic( aPixPt ) ); in MouseMove()
3497 if ( !aRect.IsInside( aPixPt ) ) // MA 23. May. 95: Tatterschutz. in MouseMove()
3642 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()
3667 if ( bIsInMove || IsMinMove( aStartPos, aPixPt ) ) in MouseMove()
3758 (IsMinMove( aStartPos,aPixPt ) || bIsInMove) && in MouseMove()
/trunk/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()

Completed in 56 milliseconds