Home
last modified time | relevance | path

Searched refs:getBoundingBox (Results 1 – 5 of 5) sorted by relevance

/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx197 return Rectangle( Point(), getBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
203 return AWTRectangle( getBoundingBox() ); in getBounds()
209 return AWTPoint( getBoundingBox().TopLeft() ); in getLocation()
221 return AWTSize( getBoundingBox().GetSize() ); in getSize()
368 Rectangle AccessibleGridControlBase::getBoundingBox() in getBoundingBox() function in accessibility::AccessibleGridControlBase
H A DAccessibleBrowseBoxBase.cxx232 return Rectangle( Point(), getBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
238 return AWTRectangle( getBoundingBox() ); in getBounds()
244 return AWTPoint( getBoundingBox().TopLeft() ); in getLocation()
256 return AWTSize( getBoundingBox().GetSize() ); in getSize()
458 Rectangle AccessibleBrowseBoxBase::getBoundingBox() in getBoundingBox() function in accessibility::AccessibleBrowseBoxBase
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java253 public static Rectangle getBoundingBox(BufferedImage image, int color) { in getBoundingBox() method in GraphicsUtil
254 return getBoundingBox(image, color, true); in getBoundingBox()
257 public static Rectangle getBoundingBox(BufferedImage image, int color, boolean include) { in getBoundingBox() method in GraphicsUtil
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlBase.hxx318 Rectangle getBoundingBox()
H A DAccessibleBrowseBoxBase.hxx352 Rectangle getBoundingBox()

Completed in 34 milliseconds