Lines Matching refs:XShape
63 import com.sun.star.drawing.XShape;
107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape()
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape()
147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient()
183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor()
206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch()
238 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle()
271 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor()
294 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapePositionSize()
310 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeRotation()
372 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape()
376 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()