Searched refs:graphicURL (Results 1 – 6 of 6) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sw/frame/ |
H A D | FrameBackGraphic.java | 56 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/tree/ |
H A D | _XTreeNode.java | 213 String graphicURL = oObj.getNodeGraphicURL(); in _getNodeGraphicURL() local 215 if ( ! this.msNodeGraphicURL.equals(graphicURL)){ in _getNodeGraphicURL() 218 "\tGot: " + graphicURL); in _getNodeGraphicURL()
|
/aoo41x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Position.java | 94 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 D | GraphicPro_Size.java | 91 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 D | GraphicPro_Border.java | 107 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()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | GraphicUtil.java | 141 …public static void insertGraphic(XComponent component, XDrawPage toPage, String graphicURL, Size s… in insertGraphic() argument 149 xGraphicPro.setPropertyValue("GraphicURL", graphicURL); in insertGraphic()
|
Completed in 26 milliseconds