Searched refs:xDrawShape (Results 1 – 3 of 3) sorted by relevance
151 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in insertGraphic() local153 xDrawShape.setSize(size); in insertGraphic()154 xDrawShape.setPosition(position); in insertGraphic()156 toPage.add(xDrawShape); in insertGraphic()
295 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, drawShape); in useDraw() local296 xDrawShape.setSize(new Size(10000, 20000)); in useDraw()297 xDrawShape.setPosition(new Point(5000, 5000)); in useDraw()298 xDrawPage.add(xDrawShape); in useDraw()308 manipulateShape(xDrawShape); in useDraw()
47 …ccess >& xShapes, const css::uno::Reference< css::drawing::XDrawPage>& xDrawShape, const css::uno:…
Completed in 8 milliseconds