Lines Matching refs:xShapes
66 XShapes xShapes = null; field in FillProperties
93 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToTextbox()
96 xShapes.add(xShape); in testInsertTextToTextbox()
111 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillGradient()
114 xShapes.add(xShape); in testFillGradient()
151 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillColor()
154 xShapes.add(xShape); in testFillColor()
179 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillHatch()
182 xShapes.add(xShape); in testFillHatch()
231 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
233 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()