Home
last modified time | relevance | path

Searched refs:GraphicsUtil (Results 1 – 7 of 7) sorted by path

/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java46 public class GraphicsUtil { class
H A DLogger.java121 GraphicsUtil.screenShot(screenshotPath); in fail()
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java44 import org.openoffice.test.common.GraphicsUtil;
220 Rectangle rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInDocument()
228 rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInDocument()
245 Rectangle rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInSpreadsheet()
255 rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInSpreadsheet()
272 Rectangle rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInPresentation()
280 rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFFFF0000); in testInsertPictureInPresentation()
292 Rectangle rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFFFF0000); in testSlideShow()
296 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF00FF00); in testSlideShow()
300 rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFF0000FF); in testSlideShow()
[all …]
H A DFileTypeTest.java41 import org.openoffice.test.common.GraphicsUtil;
288 Rectangle rectangle = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
297 Rectangle rectangle1 = GraphicsUtil.findRectangle(draw.getScreenRectangle(), 0xFF00FF00); in saveNewDrawing()
/trunk/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java45 import org.openoffice.test.common.GraphicsUtil;
/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java47 import org.openoffice.test.common.GraphicsUtil;
175 final Rectangle rect = GraphicsUtil.getScreenRectangle(); in slideShow()
184 assertFalse("Slideshow is not started", GraphicsUtil.isFilledWith(0xFF00FF00, rect)); in slideShow()
190 return GraphicsUtil.isFilledWith(0xFF00FF00, rect); in slideShow()

Completed in 38 milliseconds