Lines Matching refs:queryInterface
93 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToTextbox()
111 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillGradient()
116 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillGradient()
133 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillGradient()
151 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillColor()
156 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillColor()
162 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillColor()
179 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillHatch()
184 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillHatch()
196 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillHatch()
211 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
213 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
232 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
255 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
259 return (XComponent) UnoRuntime.queryInterface(XComponent.class, in saveAndReloadDoc()