Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java23 import static testlib.uno.GraphicUtil.getGraphicsOfPage;
145 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testGraphicBorder_ODP()
164 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testGraphicBorder_ODP()
182 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testGraphicBorder_PPT()
201 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testGraphicBorder_PPT()
H A DGraphicPro_Position.java23 import static testlib.uno.GraphicUtil.getGraphicsOfPage;
132 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testPosition()
142 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testPosition()
H A DGraphicPro_Size.java23 import static testlib.uno.GraphicUtil.getGraphicsOfPage;
127 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testGraphicSize()
137 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testGraphicSize()
/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java112 public static Object[] getGraphicsOfPage(XDrawPage xDrawPage) throws Exception { in getGraphicsOfPage() method in GraphicUtil

Completed in 23 milliseconds