Lines Matching refs:xShapes

79 	XShapes xShapes = null;  field in ShapeProperties
106 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertShape()
109 xShapes.add(xShape); in testInsertShape()
129 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToShape()
132 xShapes.add(xShape); in testInsertTextToShape()
146 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillGradient()
149 xShapes.add(xShape); in testShapeFillGradient()
182 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillColor()
185 xShapes.add(xShape); in testShapeFillColor()
205 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillHatch()
208 xShapes.add(xShape); in testShapeFillHatch()
237 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
240 xShapes.add(xShape); in testShapeLineStyle()
270 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
273 xShapes.add(xShape); in testShapeLineColor()
293 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapePositionSize()
296 xShapes.add(xShape); in testShapePositionSize()
309 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeRotation()
312 xShapes.add(xShape); in testShapeRotation()
335 xShapes=ShapeUtil.getShapes(impressDocument, 0); in testShapeRemove()
336 ShapeUtil.createAndInsertShape(impressDocument, xShapes, aPos, aSize, in testShapeRemove()
345 xShapes=ShapeUtil.getShapes(reLoadFile, 0); in testShapeRemove()
346 assertEquals("Shape count is wrong after reload",6,xShapes.getCount()); in testShapeRemove()
375 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
376 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()