Searched refs:getGraphicsOfPage (Results 1 – 4 of 4) sorted by relevance
23 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()
23 import static testlib.uno.GraphicUtil.getGraphicsOfPage;132 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testPosition()142 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testPosition()
23 import static testlib.uno.GraphicUtil.getGraphicsOfPage;127 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testGraphicSize()137 Object oGraphic2 = getGraphicsOfPage(CurrentPage)[0]; in testGraphicSize()
112 public static Object[] getGraphicsOfPage(XDrawPage xDrawPage) throws Exception { in getGraphicsOfPage() method in GraphicUtil
Completed in 21 milliseconds