Lines Matching refs:ShapeUtil
33 import testlib.uno.ShapeUtil;
94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox()
98 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToTextbox()
100 ShapeUtil.getPortion(xShape)); in testInsertTextToTextbox()
112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient()
115 ShapeUtil.addPortion(xShape, "test", false); in testFillGradient()
152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor()
155 ShapeUtil.addPortion(xShape, "test", false); in testFillColor()
180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch()
183 ShapeUtil.addPortion(xShape, "test", false); in testFillHatch()
231 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()