Lines Matching refs:xShape
94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox() local
96 xShapes.add(xShape); in testInsertTextToTextbox()
97 xShape = saveAndLoadShape(1, 0); 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() local
114 xShapes.add(xShape); in testFillGradient()
115 ShapeUtil.addPortion(xShape, "test", false); in testFillGradient()
117 XPropertySet.class, xShape); in testFillGradient()
132 xShape = saveAndLoadShape(1, 0); in testFillGradient()
134 xShape); in testFillGradient()
152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor() local
154 xShapes.add(xShape); in testFillColor()
155 ShapeUtil.addPortion(xShape, "test", false); in testFillColor()
157 XPropertySet.class, xShape); in testFillColor()
161 xShape = saveAndLoadShape(1, 0); in testFillColor()
163 xShape); in testFillColor()
180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch() local
182 xShapes.add(xShape); in testFillHatch()
183 ShapeUtil.addPortion(xShape, "test", false); in testFillHatch()
185 XPropertySet.class, xShape); in testFillHatch()
195 xShape = saveAndLoadShape(1, 0); in testFillHatch()
197 xShape); in testFillHatch()