Searched refs:aLogPos (Results 1 – 4 of 4) sorted by relevance
766 const Point aLogPos( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local773 !pView->PickHandle( aLogPos ) && in MouseMove()779 SetPointer( pView->GetPreferedPointer( aLogPos, this ) ); in MouseMove()786 if ( Rectangle( Point(), aGraphSize ).IsInside( aLogPos ) ) in MouseMove()787 aMousePos = aLogPos; in MouseMove()
1644 Point aLogPos(aRect.TopLeft()); in CreateHtmlForPresPages() local1703 aArea.Move(aLogPos.X() - pPage->GetLftBorder(), in CreateHtmlForPresPages()1704 aLogPos.Y() - pPage->GetUppBorder()); in CreateHtmlForPresPages()1718 aCenter += Point(aLogPos.X() - pPage->GetLftBorder(), in CreateHtmlForPresPages()1719 aLogPos.Y() - pPage->GetUppBorder()); in CreateHtmlForPresPages()1735 …:basegfx::B2DPolyPolygon(aArea.getB2DPolygon()), Size(aLogPos.X() - pPage->GetLftBorder(), aLogPos… in CreateHtmlForPresPages()
421 Point aLogPos = GetActiveWindow()->PixelToLogic(maMousePos); in MouseMove() local422 mpDrawView->MovAction(aLogPos); in MouseMove()
1531 Point aLogPos = OutputDevice::LogicToLogic(Point(nScrX,nScrY), aOffsetMode, aLogicMode); in LocateArea() local1532 long nLogStX = aLogPos.X(); in LocateArea()1533 long nLogStY = aLogPos.Y(); in LocateArea()
Completed in 109 milliseconds