Lines Matching refs:queryInterface

86 …(XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSpreadsheetComponent…  in getSCDocument()
101 … (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, xSpreadsheets.getByName(sheetName)); in getSCSheetByName()
116 (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in getSCSheetByIndex()
118 (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, xIndexAccess.getByIndex(index)); in getSCSheetByIndex()
136 XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in getSCSheetNameByIndex()
138 XSpreadsheet xSpreadsheet = (XSpreadsheet) UnoRuntime.queryInterface( in getSCSheetNameByIndex()
140 XNamed xsheetname = (XNamed) UnoRuntime.queryInterface(XNamed.class, in getSCSheetNameByIndex()
158 XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in setSCSheetNameByIndex()
160 XSpreadsheet xSpreadsheet = (XSpreadsheet) UnoRuntime.queryInterface( in setSCSheetNameByIndex()
162 XNamed xsheetname = (XNamed) UnoRuntime.queryInterface(XNamed.class, in setSCSheetNameByIndex()
175 (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, xSpreadsheet); in getSCRows()
189 (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, xSpreadsheet); in getSCColumns()
218 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in setTextToCell()
229 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in setTextToCell()
272 XText xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in getTextFromCell()
343 xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in setTextToCellRange()
356 xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in setTextToCellRange()
406 xText = (XText) UnoRuntime.queryInterface(XText.class, xCell); in getTextFromCellRange()
422 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xSpreadsheetDocument); in setCurrentSheet()
424 …XSpreadsheetView xSpreadsheetView = (XSpreadsheetView) UnoRuntime.queryInterface(XSpreadsheetView.… in setCurrentSheet()
434 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xSpreadsheetDocument); in getCurrentSheet()
436 …XSpreadsheetView xSpreadsheetView = (XSpreadsheetView) UnoRuntime.queryInterface(XSpreadsheetView.… in getCurrentSheet()
451 XModel xSpreadsheetModel = (XModel) UnoRuntime.queryInterface( in getSCActiveSheetName()
454 .queryInterface(XSpreadsheetView.class, in getSCActiveSheetName()
457 XNamed activesheetName = (XNamed) UnoRuntime.queryInterface( in getSCActiveSheetName()
471 (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, obj); in setProperties()
484 (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, obj); in getProperties()
542 (XStorable) UnoRuntime.queryInterface(XStorable.class, scComponent); in saveFileAs()
553 XStorable scStorable = (XStorable) UnoRuntime.queryInterface( in save()
565 …XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, xSpreadsheetDocum… in closeFile()
581 …XSpreadsheetDocument xScDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDo… in reloadFile()
594 …return (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, app.loadDocume… in openFile()
627 (XCellRangeAddressable) UnoRuntime.queryInterface(XCellRangeAddressable.class, cellRange); in getChartDataRangeByName()
661 (XTableChartsSupplier) UnoRuntime.queryInterface(XTableChartsSupplier.class, xSpreadsheet); in createChart()
664 (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, xTableCharts); in createChart()
668 XTableChart xTableChart = (XTableChart) UnoRuntime.queryInterface( in createChart()
670 …beddedObjectSupplier xEmbeddedObjectSupplier = (XEmbeddedObjectSupplier) UnoRuntime.queryInterface( in createChart()
672 xChartDocument = (XChartDocument) UnoRuntime.queryInterface( in createChart()
689 (XTableChartsSupplier) UnoRuntime.queryInterface(XTableChartsSupplier.class, xSpreadsheet); in getChartByName()
692 (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, xTableCharts); in getChartByName()
695 XTableChart xTableChart = (XTableChart) UnoRuntime.queryInterface( in getChartByName()
697 …beddedObjectSupplier xEmbeddedObjectSupplier = (XEmbeddedObjectSupplier) UnoRuntime.queryInterface( in getChartByName()
699 xChartDocument = (XChartDocument) UnoRuntime.queryInterface( in getChartByName()
713 XMultiServiceFactory xMultiServiceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface( in setChartType()
715 XDiagram xDiagram = (XDiagram) UnoRuntime.queryInterface( in setChartType()
738 (XTableChartsSupplier) UnoRuntime.queryInterface(XTableChartsSupplier.class, xSpreadsheet); in getChartNameList()