Home
last modified time | relevance | path

Searched defs:xDrawShape (Results 1 – 2 of 2) sorted by relevance

/AOO41X/test/testuno/source/testlib/uno/
H A DGraphicUtil.java151 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in insertGraphic() local
/AOO41X/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java295 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, drawShape); in useDraw() local