Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/java/Text/
H A DGraphicsInserter.java88 Object oGraphic = null; in main() local
91 oGraphic = in main()
108 com.sun.star.text.XTextContent.class, oGraphic ); in main()
126 com.sun.star.beans.XPropertySet.class, oGraphic); in main()
/aoo41x/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java146 Object oGraphic = graphics[0]; in testGraphicBorder_ODP() local
147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP()
183 Object oGraphic = graphics[0]; in testGraphicBorder_PPT() local
184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT()
H A DGraphicPro_Position.java133 Object oGraphic = graphics[0]; in testPosition() local
134 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testPosition()
H A DGraphicPro_Size.java128 Object oGraphic = graphics[0]; in testGraphicSize() local
129 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicSize()
/aoo41x/test/testuno/source/testlib/uno/
H A DGraphicUtil.java147 Object oGraphic = xDrawFactory.createInstance("com.sun.star.drawing.GraphicObjectShape"); in insertGraphic() local
148 … XPropertySet xGraphicPro = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, oGraphic); in insertGraphic()
151 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in insertGraphic()

Completed in 27 milliseconds