Lines Matching refs:ShapeUtil

38 import testlib.uno.ShapeUtil;
107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape()
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape()
134 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToShape()
135 assertEquals("Not put text correctly","test",ShapeUtil.getPortion(xShape)); 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()
335 xShapes=ShapeUtil.getShapes(impressDocument, 0); in testShapeRemove()
336 ShapeUtil.createAndInsertShape(impressDocument, xShapes, aPos, aSize, in testShapeRemove()
339 int countBeforeRemove=ShapeUtil.getShapes(impressDocument, 0).getCount(); in testShapeRemove()
340 ShapeUtil.removeOneShape(impressDocument, 0, 2); in testShapeRemove()
341 int countAfterRemove=ShapeUtil.getShapes(impressDocument, 0).getCount(); in testShapeRemove()
345 xShapes=ShapeUtil.getShapes(reLoadFile, 0); in testShapeRemove()
375 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()