Lines Matching refs:maChartDocument
78 maChartDocument = (XChartDocument) UnoRuntime.queryInterface( in initialize()
82 XPropertySet.class, maChartDocument ); in initialize()
91 XDrawPageSupplier.class, maChartDocument ); in initialize()
98 XMultiServiceFactory.class, maChartDocument ); in initialize()
111 XPropertySet.class, maChartDocument ); in refresh()
210 XChartDataArray.class, maChartDocument.getData()); in refresh()
214 XDiagram aDiagram = maChartDocument.getDiagram(); in refresh()
316 return maChartDocument.getDiagram().getDataRowProperties( nRow ); in getDataRowProperties()
322 return maChartDocument.getDiagram().getDataPointProperties( nCol, nRow ); in getDataPointProperties()
328 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getSize(); in getSize()
332 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setSize( aSize ); in setSize()
337 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getPositi… in getPosition()
341 …((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).setPosition( aPo… in setPosition()
352 private com.sun.star.chart.XChartDocument maChartDocument; field in JavaSampleChartAddIn