Home
last modified time | relevance | path

Searched refs:findRectangle (Results 1 – 4 of 4) sorted by relevance

/aoo4110/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java214 Rectangle rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInDocument()
222 rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInDocument()
239 Rectangle rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInSpreadsheet()
249 rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInSpreadsheet()
266 Rectangle rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInPresentation()
274 rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInPresentation()
286 Rectangle rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFFFF0000); in testSlideShow()
290 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF00FF00); in testSlideShow()
294 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF0000FF); in testSlideShow()
298 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF0000FF); in testSlideShow()
H A DFileTypeTest.java279 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
288 Rectangle rectangle1 = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java173 public static Rectangle findRectangle(Rectangle rect, int color) { in findRectangle() method in GraphicsUtil
174 return findRectangle(screenshot(rect), color); in findRectangle()
186 public static Rectangle findRectangle(BufferedImage src, int color) { in findRectangle() method in GraphicsUtil
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 31 milliseconds