Lines Matching refs:queryInterface

60 		XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface(  in createAndInsertShape()
72 .queryInterface(XMultiServiceFactory.class, xDrawDoc); in createShape()
74 xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape()
88 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
97 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion()
101 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion()
111 …XEnumerationAccess m_paraAccess = (XEnumerationAccess)UnoRuntime.queryInterface(XEnumerationAccess… in getPortion()
120 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, aPortionObj); in getPortion()
122 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in getPortion()
139 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xShape); in getPortion()
142 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in getPortion()
157 .queryInterface(XEnumerationAccess.class, xText); in setPropertyForLastParagraph()
164 .queryInterface(XTextContent.class, xObj); in setPropertyForLastParagraph()
166 .queryInterface(XPropertySet.class, xTextContent); in setPropertyForLastParagraph()
181 XDrawPagesSupplier drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in getShapes()
184 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in getShapes()
185 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in getShapes()
198 XDrawPagesSupplier drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in removeOneShape()
201 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in removeOneShape()
202 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in removeOneShape()
203 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in removeOneShape()