Lines Matching refs:queryInterface
109 (com.sun.star.container.XIndexAccess)UnoRuntime.queryInterface( in getSpreadsheet()
111 xSheet = (com.sun.star.sheet.XSpreadsheet) UnoRuntime.queryInterface( in getSpreadsheet()
137 UnoRuntime.queryInterface(com.sun.star.sheet.XSpreadsheet.class, in insertSpreadsheet()
194 (com.sun.star.util.XNumberFormatsSupplier) UnoRuntime.queryInterface( in setDate()
197 (com.sun.star.util.XNumberFormatTypes) UnoRuntime.queryInterface( in setDate()
203 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in setDate()
222 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in prepareRange()
235 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in prepareRange()
241 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in prepareRange()
247 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in prepareRange()
264 UnoRuntime.queryInterface( com.sun.star.sheet.XCellAddressable.class, in createCellAddress()
277 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, in createCellRangeAddress()
324 UnoRuntime.queryInterface( com.sun.star.container.XNamed.class, xSheet ); in getCellRangeAddressString()
328 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in getCellRangeAddressString()
347 UnoRuntime.queryInterface( com.sun.star.sheet.XSheetCellRange.class, aRangeObj ); in getCellRangeListString()
380 UnoRuntime.queryInterface( in initDocument()
389 return (com.sun.star.sheet.XSpreadsheetDocument)UnoRuntime.queryInterface( in initDocument()