Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java67 private XChartDocument mxOldDoc; field in TestCaseOldAPI
98 mxOldDoc = (XChartDocument) UnoRuntime.queryInterface( in before()
132 XPropertySet.class, mxOldDoc ); in testTitle()
138 XShape xTitleShape = mxOldDoc.getTitle(); in testTitle()
182 XPropertySet.class, mxOldDoc ); in testSubTitle()
188 XShape xTitleShape = mxOldDoc.getSubTitle(); in testSubTitle()
227 XDiagram xDia = mxOldDoc.getDiagram(); in testDiagram()
340 XAxisYSupplier.class, mxOldDoc.getDiagram() ); in testAxis()
434 XShape xLegend = mxOldDoc.getLegend(); in testLegend()
481 XPropertySet xArea = mxOldDoc.getArea(); in testArea()
[all …]