Lines Matching refs:GetBoundingBox
215 return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
237 return AWTRectangle( GetBoundingBox() ); in getBounds()
243 return AWTPoint( GetBoundingBox().TopLeft() ); in getLocation()
255 return AWTSize( GetBoundingBox().GetSize() ); in getSize()
823 Rectangle SvxRectCtlAccessibleContext::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox() function in SvxRectCtlAccessibleContext
906 return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
917 return AWTRectangle( GetBoundingBox() ); in getBounds()
923 return AWTPoint( GetBoundingBox().TopLeft() ); in getLocation()
935 return AWTSize( GetBoundingBox().GetSize() ); in getSize()
1295 Rectangle aRect( GetBoundingBox() ); in GetBoundingBoxOnScreen()
1300 Rectangle SvxRectCtlChildAccessibleContext::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox() function in SvxRectCtlChildAccessibleContext