Searched refs:aPixBounds (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/core/access/ |
| H A D | accdoc.cxx | 257 … Rectangle aPixBounds( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ) ); in getBounds() 258 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBounds() 259 aPixBounds.GetWidth(), aPixBounds.GetHeight() ); in getBounds() 323 Rectangle aPixBounds( pWin->GetWindowExtentsRelative( 0 ) ); in containsPoint() 324 aPixBounds.Move(-aPixBounds.Left(), -aPixBounds.Top()); in containsPoint() 327 return aPixBounds.IsInside( aPixPoint ); in containsPoint()
|
| H A D | acccontext.cxx | 830 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint() local 831 aPixBounds.X = 0; in containsPoint() 832 aPixBounds.Y = 0; in containsPoint() 834 return lcl_PointInRectangle(aPoint, aPixBounds); in containsPoint() 907 Rectangle aPixBounds( 0, 0, 0, 0 ); in getBoundsImpl() local 922 aPixBounds = GetMap()->CoreToPixel( aLogBounds.SVRect() ); in getBoundsImpl() 927 aPixBounds.Move( -aParentPixPos.X(), -aParentPixPos.Y() ); in getBoundsImpl() 931 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBoundsImpl() 932 aPixBounds.GetWidth(), aPixBounds.GetHeight() ); in getBoundsImpl()
|
| H A D | accfield.cxx | 168 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint() local 169 aPixBounds.X = 0; in containsPoint() 170 aPixBounds.Y = 0; in containsPoint() 172 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()
|