Searched refs:oGraphic (Results 1 – 5 of 5) sorted by relevance
88 Object oGraphic = null; in main() local91 oGraphic = in main()108 com.sun.star.text.XTextContent.class, oGraphic ); in main()126 com.sun.star.beans.XPropertySet.class, oGraphic); in main()
146 Object oGraphic = graphics[0]; in testGraphicBorder_ODP() local147 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_ODP()183 Object oGraphic = graphics[0]; in testGraphicBorder_PPT() local184 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicBorder_PPT()
133 Object oGraphic = graphics[0]; in testPosition() local134 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testPosition()
128 Object oGraphic = graphics[0]; in testGraphicSize() local129 XShape xGraphicShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in testGraphicSize()
147 Object oGraphic = xDrawFactory.createInstance("com.sun.star.drawing.GraphicObjectShape"); in insertGraphic() local148 … XPropertySet xGraphicPro = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, oGraphic); in insertGraphic()151 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic); in insertGraphic()
Completed in 17 milliseconds