Lines Matching refs:XShape
54 import com.sun.star.drawing.XShape;
118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart()
135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2()
150 XShape xShape = null; in testAreaBordersProperties()
176 XShape xShape = null; in testAreaFillProperties()
201 XShape xShape = null; in testAreaTransparencyProperties()
226 XShape xShape = null; in testLegendBorderProperties()
251 XShape xShape = null; in testLegendFillAndTransparence()
276 XShape xShape = null; in testLegendCharFont()
301 XShape xShape = null; in testLegendCharFontEffects()
334 XShape xShape = null; in testLegendposition()
358 XShape xShape = null; in testTitleAndSubTitle()
394 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, in testTitleAndSubTitle()
413 XShape xShape = null; in testDataLabel()
440 XShape xShape = null; in testGridLine()
469 XShape xShape = null; in testWall()
494 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape()
498 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()