Home
last modified time | relevance | path

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

/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java312 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram() local
315 Point aOldPos = xDiagramShape.getPosition(); in testDiagram()
321 xDiagramShape.setPosition( aSetPos ); in testDiagram()
323 Point aNewPos = xDiagramShape.getPosition(); in testDiagram()
332 XShape xDiagramShape = (XShape) UnoRuntime.queryInterface( in testDiagram() local
335 Size aOldSize = xDiagramShape.getSize(); in testDiagram()
341 xDiagramShape.setSize( aSetSize ); in testDiagram()
343 Size aNewSize = xDiagramShape.getSize(); in testDiagram()

Completed in 18 milliseconds