Home
last modified time | relevance | path

Searched refs:aLogPt (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/dialog/
H A Dcontwnd.cxx213 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local
216 aWorkRect = Rectangle( aLogPt, aLogPt ); in MouseButtonDown()
238 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove() local
240 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() local
266 bClickValid = aGraphRect.IsInside( aLogPt ); in MouseButtonUp()
280 aWorkRect.Right() = aLogPt.X(); in MouseButtonUp()
281 aWorkRect.Bottom() = aLogPt.Y(); in MouseButtonUp()
H A Dgraphctl.cxx722 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown() local
724 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 18 milliseconds