Searched refs:xshape (Results 1 – 2 of 2) sorted by relevance
71 XShape xshape = (XShape)UnoRuntime.queryInterface(XShape.class, shape); in getShapesOfPageByType() local72 String type = xshape.getShapeType(); in getShapesOfPageByType()
120 XShape xshape = (XShape)UnoRuntime.queryInterface(XShape.class, shape); in getGraphicsOfPage() local121 String type = xshape.getShapeType(); in getGraphicsOfPage()
Completed in 22 milliseconds