Lines Matching refs:queryInterface

109             XTextDocument xTextDocument = (XTextDocument)UnoRuntime.queryInterface(  in useWriter()
116 XMultiServiceFactory xWriterFactory = (XMultiServiceFactory)UnoRuntime.queryInterface( in useWriter()
121 XTextContent xTextContentTable = (XTextContent)UnoRuntime.queryInterface( in useWriter()
126 XCellRange xCellRange = (XCellRange)UnoRuntime.queryInterface( in useWriter()
129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter()
137 XShape xWriterShape = (XShape)UnoRuntime.queryInterface( in useWriter()
140 XTextContent xTextContentShape = (XTextContent)UnoRuntime.queryInterface( in useWriter()
145 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useWriter()
151 XText xShapeText = (XText)UnoRuntime.queryInterface(XText.class, writerShape); in useWriter()
218 (XSpreadsheetDocument)UnoRuntime.queryInterface( in useCalc()
221 XIndexAccess xIndexedSheets = (XIndexAccess)UnoRuntime.queryInterface( in useCalc()
226 XCellRange xSpreadsheetCells = (XCellRange)UnoRuntime.queryInterface( in useCalc()
229 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc()
233 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useCalc()
239 XMultiServiceFactory xCalcFactory = (XMultiServiceFactory)UnoRuntime.queryInterface( in useCalc()
242 …XDrawPageSupplier xDrawPageSupplier = (XDrawPageSupplier)UnoRuntime.queryInterface(XDrawPageSuppli… in useCalc()
248 XShape xCalcShape = (XShape)UnoRuntime.queryInterface( in useCalc()
255 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc()
261 XText xShapeText = (XText)UnoRuntime.queryInterface(XText.class, calcShape); in useCalc()
279 (XDrawPagesSupplier)UnoRuntime.queryInterface( in useDraw()
283 XIndexAccess xIndexedDrawPages = (XIndexAccess)UnoRuntime.queryInterface( in useDraw()
286 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawPage); in useDraw()
290 (XMultiServiceFactory)UnoRuntime.queryInterface( in useDraw()
295 XShape xDrawShape = (XShape)UnoRuntime.queryInterface(XShape.class, drawShape); in useDraw()
300 XText xShapeText = (XText)UnoRuntime.queryInterface(XText.class, drawShape); in useDraw()
301 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useDraw()
326 XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateText()
356 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
359 xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
364 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable()
371 XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in manipulateTable()
376 xTableProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable()
381 xTableProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable()
412 … XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShape); in manipulateShape()
429 XComponentLoader xComponentLoader = (XComponentLoader)UnoRuntime.queryInterface( in newDocComponent()