Home
last modified time | relevance | path

Searched refs:graphicURL (Results 1 – 6 of 6) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBackGraphic.java56 private String graphicURL=null; field in FrameBackGraphic
58 public FrameBackGraphic(String graphicURL,String graphicName,int backGraphicLocation){ in FrameBackGraphic() argument
59 this.graphicURL=graphicURL; in FrameBackGraphic()
101 xFrameProps1.setPropertyValue("BackGraphicURL",graphicURL); in testFrameBackGraphic()
113 …assertEquals("verify Frame backgraphic URL",graphicURL,xFrameProps1_assert.getPropertyValue("BackG… in testFrameBackGraphic()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeNode.java213 String graphicURL = oObj.getNodeGraphicURL(); in _getNodeGraphicURL() local
215 if ( ! this.msNodeGraphicURL.equals(graphicURL)){ in _getNodeGraphicURL()
218 "\tGot: " + graphicURL); in _getNodeGraphicURL()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Position.java94 String graphicURL = FileUtil.getUrl(Testspace.prepareData("uno/sd/36.gif")); in setUpDocument() local
96 Size orgSize = getSizePixelOfGraphicFile(app,graphicURL); in setUpDocument()
98 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
H A DGraphicPro_Size.java91 String graphicURL = FileUtil.getUrl(Testspace.prepareData("uno/sd/36.gif")); in setUpDocument() local
92 Size orgSize = getSizePixelOfGraphicFile(app,graphicURL); in setUpDocument()
94 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
H A DGraphicPro_Border.java107 String graphicURL = FileUtil.getUrl(Testspace.prepareData("uno/sd/36.gif")); in setUpDocument() local
109 Size orgSize = getSizePixelOfGraphicFile(app,graphicURL); in setUpDocument()
111 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java141 …public static void insertGraphic(XComponent component, XDrawPage toPage, String graphicURL, Size s… in insertGraphic() argument
149 xGraphicPro.setPropertyValue("GraphicURL", graphicURL); in insertGraphic()

Completed in 49 milliseconds