Lines Matching refs:xShape

118 		XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size(  in insertDefaultChart()  local
120 xShapes.add(xShape); in insertDefaultChart()
121 xChartDoc = ChartUtil.retrieveChartDocument(xShape); in insertDefaultChart()
135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2() local
137 xShapes.add(xShape); in insertDefaultChart2()
138 xChart2Doc = ChartUtil.retrieveChart2Document(xShape); in insertDefaultChart2()
150 XShape xShape = null; in testAreaBordersProperties() local
158 xShape = saveAndLoadShape(1, 0); in testAreaBordersProperties()
159 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaBordersProperties()
176 XShape xShape = null; in testAreaFillProperties() local
183 xShape = saveAndLoadShape(1, 0); in testAreaFillProperties()
184 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaFillProperties()
201 XShape xShape = null; in testAreaTransparencyProperties() local
209 xShape = saveAndLoadShape(1, 0); in testAreaTransparencyProperties()
210 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaTransparencyProperties()
226 XShape xShape = null; in testLegendBorderProperties() local
233 xShape = saveAndLoadShape(1, 0); in testLegendBorderProperties()
234 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendBorderProperties()
251 XShape xShape = null; in testLegendFillAndTransparence() local
259 xShape = saveAndLoadShape(1, 0); in testLegendFillAndTransparence()
260 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendFillAndTransparence()
276 XShape xShape = null; in testLegendCharFont() local
283 xShape = saveAndLoadShape(1, 0); in testLegendCharFont()
284 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendCharFont()
301 XShape xShape = null; in testLegendCharFontEffects() local
311 xShape = saveAndLoadShape(1, 0); in testLegendCharFontEffects()
312 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendCharFontEffects()
334 XShape xShape = null; in testLegendposition() local
341 xShape = saveAndLoadShape(1, 0); in testLegendposition()
342 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendposition()
358 XShape xShape = null; in testTitleAndSubTitle() local
367 xShape = saveAndLoadShape(1, 0); in testTitleAndSubTitle()
368 xChartDoc = ChartUtil.getChartDocument(xShape); in testTitleAndSubTitle()
394 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, in testTitleAndSubTitle()
396 xChartDoc = ChartUtil.getChartDocument(xShape); in testTitleAndSubTitle()
413 XShape xShape = null; in testDataLabel() local
422 xShape = saveAndLoadShape(1, 0); in testDataLabel()
423 xChartDoc = ChartUtil.getChartDocument(xShape); in testDataLabel()
440 XShape xShape = null; in testGridLine() local
452 xShape = saveAndLoadShape(1, 0); in testGridLine()
453 xChartDoc = ChartUtil.getChartDocument(xShape); in testGridLine()
469 XShape xShape = null; in testWall() local
477 xShape = saveAndLoadShape(1, 0); in testWall()
478 xChart2Doc = ChartUtil.getChart2Document(xShape); in testWall()