Searched refs:aLogPt (Results 1 – 2 of 2) sorted by relevance
213 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local216 aWorkRect = Rectangle( aLogPt, aLogPt ); in MouseButtonDown()238 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local240 aPipetteColor = GetPixel( aLogPt ); in MouseMove()243 if ( aPipetteLink.IsSet() && Rectangle( Point(), GetGraphicSize() ).IsInside( aLogPt ) ) in MouseMove()264 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp() local266 bClickValid = aGraphRect.IsInside( aLogPt ); in MouseButtonUp()280 aWorkRect.Right() = aLogPt.X(); in MouseButtonUp()281 aWorkRect.Bottom() = aLogPt.Y(); in MouseButtonUp()
722 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local724 if ( !Rectangle( Point(), aGraphSize ).IsInside( aLogPt ) && !pView->IsEditMode() ) in MouseButtonDown()737 pView->BegInsObjPoint( aLogPt, rMEvt.IsMod1()); in MouseButtonDown()751 SetPointer( pView->GetPreferedPointer( aLogPt, this ) ); in MouseButtonDown()
Completed in 24 milliseconds