Searched refs:aPixBounds (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/access/ |
H A D | accdoc.cxx | 265 Rectangle aPixBounds( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ) ); in getBounds() 266 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBounds() 267 aPixBounds.GetWidth(), aPixBounds.GetHeight() ); in getBounds() 335 Rectangle aPixBounds( pWin->GetWindowExtentsRelative( 0 ) ); in containsPoint() 336 aPixBounds.Move(-aPixBounds.Left(), -aPixBounds.Top()); in containsPoint() 339 return aPixBounds.IsInside( aPixPoint ); in containsPoint()
|
H A D | acccontext.cxx | 844 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint() local 845 aPixBounds.X = 0; in containsPoint() 846 aPixBounds.Y = 0; in containsPoint() 848 return lcl_PointInRectangle(aPoint, aPixBounds); in containsPoint() 923 Rectangle aPixBounds( 0, 0, 0, 0 ); in getBoundsImpl() local 938 aPixBounds = GetMap()->CoreToPixel( aLogBounds.SVRect() ); in getBoundsImpl() 943 aPixBounds.Move( -aParentPixPos.X(), -aParentPixPos.Y() ); in getBoundsImpl() 947 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBoundsImpl() 948 aPixBounds.GetWidth(), aPixBounds.GetHeight() ); in getBoundsImpl()
|
H A D | accfield.cxx | 181 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint() local 182 aPixBounds.X = 0; in containsPoint() 183 aPixBounds.Y = 0; in containsPoint() 185 return lcl_PointInRectangle(aPoint, aPixBounds); in containsPoint()
|
H A D | accframe.cxx | 248 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel() local 249 if( aPixBounds.IsInside( rPixPos ) ) in GetChildAtPixel() 279 Rectangle aPixBounds( rAccMap.CoreToPixel( aLogBounds.SVRect() ) ); in GetChildAtPixel() local 280 if( aPixBounds.IsInside( rPixPos ) ) in GetChildAtPixel()
|
Completed in 45 milliseconds