Home
last modified time | relevance | path

Searched refs:m_xdrawShapes (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java59 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getShapeOfPageByIndex() local
60 return m_xdrawShapes.getByIndex(index); in getShapeOfPageByIndex()
64 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getShapesOfPageByType() local
65 int count = m_xdrawShapes.getCount(); in getShapesOfPageByType()
70 Object shape = m_xdrawShapes.getByIndex(i); in getShapesOfPageByType()
H A DGraphicUtil.java113 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getGraphicsOfPage() local
114 int count = m_xdrawShapes.getCount(); in getGraphicsOfPage()
119 Object shape = m_xdrawShapes.getByIndex(i); in getGraphicsOfPage()

Completed in 26 milliseconds