Lines Matching refs:xChartDoc

76 	XChartDocument xChartDoc = null;  field in ChartProperties
121 xChartDoc = ChartUtil.retrieveChartDocument(xShape); in insertDefaultChart()
122 return xChartDoc; in insertDefaultChart()
153 XPropertySet.class, xChartDoc.getArea()); in testAreaBordersProperties()
159 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaBordersProperties()
161 xChartDoc.getArea()); in testAreaBordersProperties()
179 XPropertySet.class, xChartDoc.getArea()); in testAreaFillProperties()
184 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaFillProperties()
186 xChartDoc.getArea()); in testAreaFillProperties()
204 XPropertySet.class, xChartDoc.getArea()); in testAreaTransparencyProperties()
210 xChartDoc = ChartUtil.getChartDocument(xShape); in testAreaTransparencyProperties()
212 xChartDoc.getArea()); in testAreaTransparencyProperties()
229 XPropertySet.class, xChartDoc.getLegend()); in testLegendBorderProperties()
234 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendBorderProperties()
236 xChartDoc.getLegend()); in testLegendBorderProperties()
254 XPropertySet.class, xChartDoc.getLegend()); in testLegendFillAndTransparence()
260 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendFillAndTransparence()
262 xChartDoc.getLegend()); in testLegendFillAndTransparence()
279 XPropertySet.class, xChartDoc.getLegend()); in testLegendCharFont()
284 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendCharFont()
286 xChartDoc.getLegend()); in testLegendCharFont()
304 XPropertySet.class, xChartDoc.getLegend()); in testLegendCharFontEffects()
312 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendCharFontEffects()
314 xChartDoc.getLegend()); in testLegendCharFontEffects()
337 XPropertySet.class, xChartDoc.getLegend()); in testLegendposition()
342 xChartDoc = ChartUtil.getChartDocument(xShape); in testLegendposition()
344 xChartDoc.getLegend()); in testLegendposition()
361 XPropertySet.class, xChartDoc.getTitle()); in testTitleAndSubTitle()
364 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
368 xChartDoc = ChartUtil.getChartDocument(xShape); in testTitleAndSubTitle()
370 xChartDoc.getTitle()); in testTitleAndSubTitle()
372 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
396 xChartDoc = ChartUtil.getChartDocument(xShape); in testTitleAndSubTitle()
398 xChartDoc.getTitle()); in testTitleAndSubTitle()
400 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
417 XPropertySet.class, xChartDoc.getDiagram() in testDataLabel()
423 xChartDoc = ChartUtil.getChartDocument(xShape); in testDataLabel()
425 xChartDoc.getDiagram().getDataPointProperties(3, 1)); in testDataLabel()
442 XDiagram xdiagram = xChartDoc.getDiagram(); in testGridLine()
453 xChartDoc = ChartUtil.getChartDocument(xShape); in testGridLine()
454 xdiagram = xChartDoc.getDiagram(); in testGridLine()