Home
last modified time | relevance | path

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

/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java151 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in insertGraphic() local
153 xDrawShape.setSize(size); in insertGraphic()
154 xDrawShape.setPosition(position); in insertGraphic()
156 toPage.add(xDrawShape); in insertGraphic()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java295 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, drawShape); in useDraw() local
296 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()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx47 …ccess >& xShapes, const css::uno::Reference< css::drawing::XDrawPage>& xDrawShape, const css::uno:…

Completed in 18 milliseconds