Home
last modified time | relevance | path

Searched refs:maChartDocument (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java78 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()
[all …]
H A DListenAtCalcRangeInDraw.java99 maChartDocument = aChartHelper.insertOLEChartInDraw( in ListenAtCalcRangeInDraw()
107 maChartDocument.attachData( maChartData ); in ListenAtCalcRangeInDraw()
117 XPropertySet.class, maChartDocument )).setPropertyValue( in run()
126 XComponent.class, maChartDocument )).addEventListener( this ); in run()
160 XComponent.class, maChartDocument )).removeEventListener( this ); in disposing()
176 XPropertySet.class, maChartDocument ); in chartDataChanged()
180 XPropertySet.class, maChartDocument.getSubTitle())).setPropertyValue( in chartDataChanged()
183 maChartDocument.attachData( maChartData ); in chartDataChanged()
198 private XChartDocument maChartDocument; field in ListenAtCalcRangeInDraw
H A DChartInCalc.java141 maChartDocument = aChartDoc; in ChartInCalc()
142 maDiagram = maChartDocument.getDiagram(); in ChartInCalc()
150 ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).lockControllers(); in lockControllers()
158 … ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).unlockControllers(); in unlockControllers()
238 XChartDataArray.class, maChartDocument.getData()); in testDataPointProperties()
277 XPropertySet aArea = maChartDocument.getArea(); in testArea()
309 XPropertySet.class, maChartDocument ); in testTitle()
312 XShape aTitle = maChartDocument.getTitle(); in testTitle()
359 XNumberFormatsSupplier.class, maChartDocument ); in testAxis()
411 private XChartDocument maChartDocument; field in ChartInCalc
H A DChartInDraw.java119 maChartDocument = aChartDoc; in ChartInDraw()
120 maDiagram = maChartDocument.getDiagram(); in ChartInDraw()
128 ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).lockControllers(); in lockControllers()
136 … ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).unlockControllers(); in unlockControllers()
145 XPropertySet aArea = maChartDocument.getArea(); in testArea()
177 XPropertySet.class, maChartDocument ); in testTitle()
180 XShape aTitle = maChartDocument.getTitle(); in testTitle()
196 XShape aLegend = maChartDocument.getLegend(); in testLegend()
295 private XChartDocument maChartDocument; field in ChartInDraw
H A DChartInWriter.java126 maChartDocument = aChartDoc; in ChartInWriter()
127 maDiagram = maChartDocument.getDiagram(); in ChartInWriter()
135 ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).lockControllers(); in lockControllers()
143 … ((XModel) UnoRuntime.queryInterface( XModel.class, maChartDocument )).unlockControllers(); in unlockControllers()
165 private XChartDocument maChartDocument; field in ChartInWriter
H A DSelectionChangeListener.java93 maChartDocument = aCalcHelper.insertChart( in SelectionChangeListener()
111 XModel.class, maChartDocument )).getCurrentController()) ); in run()
206 private XChartDocument maChartDocument; field in SelectionChangeListener

Completed in 28 milliseconds