Searched refs:m_xdrawShapes (Results 1 – 2 of 2) sorted by relevance
59 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getShapeOfPageByIndex() local60 return m_xdrawShapes.getByIndex(index); in getShapeOfPageByIndex()64 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getShapesOfPageByType() local65 int count = m_xdrawShapes.getCount(); in getShapesOfPageByType()70 Object shape = m_xdrawShapes.getByIndex(i); in getShapesOfPageByType()
113 XShapes m_xdrawShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in getGraphicsOfPage() local114 int count = m_xdrawShapes.getCount(); in getGraphicsOfPage()119 Object shape = m_xdrawShapes.getByIndex(i); in getGraphicsOfPage()
Completed in 7 milliseconds