Lines Matching refs:queryInterface

106 	 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage);  in testInsertShape()
110 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testInsertShape()
115 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testInsertShape()
129 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToShape()
146 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillGradient()
150 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillGradient()
167 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeFillGradient()
182 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillColor()
186 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillColor()
192 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeFillColor()
205 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillHatch()
209 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeFillHatch()
221 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeFillHatch()
237 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
242 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineStyle()
255 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineStyle()
270 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
274 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineColor()
279 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineColor()
293 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapePositionSize()
309 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeRotation()
313 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeRotation()
317 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeRotation()
355 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
357 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
376 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
397 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
401 return (XComponent) UnoRuntime.queryInterface(XComponent.class, in saveAndReloadDoc()