Lines Matching refs:xShape
151 com.sun.star.drawing.XShape xShape = null; in createShape() local
161 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createShape()
167 xShape.setSize(size); in createShape()
168 xShape.setPosition(position); in createShape()
177 com.sun.star.beans.XPropertySet.class, xShape); in createShape()
186 return xShape; in createShape()
194 com.sun.star.drawing.XShape xShape = null; in createSequence() local
214 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createSequence()
221 xShape.setSize(size); in createSequence()
222 xShape.setPosition(position); in createSequence()
234 xShape); in createSequence()
243 xShapes.add(xShape); in createSequence()
250 xShape = xSGrouper.group(xShapes); in createSequence()
252 return xShape; in createSequence()