Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java288 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram() local
291 Point aOldPos = xDiagramShape.getPosition(); in testDiagram()
297 xDiagramShape.setPosition( aSetPos ); in testDiagram()
299 Point aNewPos = xDiagramShape.getPosition(); in testDiagram()
308 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram() local
311 Size aOldSize = xDiagramShape.getSize(); in testDiagram()
317 xDiagramShape.setSize( aSetSize ); in testDiagram()
319 Size aNewSize = xDiagramShape.getSize(); in testDiagram()