Lines Matching refs:xShape
91 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle() local
93 xShapes.add(xShape); in testShapeLineStyle()
94 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineStyle()
96 XPropertySet.class, xShape); in testShapeLineStyle()
107 xShape=saveAndLoadShape(1,0); in testShapeLineStyle()
108 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineStyle()
124 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor() local
126 xShapes.add(xShape); in testShapeLineColor()
127 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineColor()
129 XPropertySet.class, xShape); in testShapeLineColor()
132 xShape=saveAndLoadShape(1,0); in testShapeLineColor()
133 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineColor()