Lines Matching refs:queryInterface

85         XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface(  in getChartSheet()
91 aSheet = (XSpreadsheet) UnoRuntime.queryInterface( in getChartSheet()
108 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getDataSheet()
116 aSheet = (XSpreadsheet) UnoRuntime.queryInterface( in getDataSheet()
152 aSheet = (XTableChartsSupplier) UnoRuntime.queryInterface( in insertChart()
162 XNameAccess aChartCollectionNA = (XNameAccess) UnoRuntime.queryInterface( in insertChart()
179 XTableChart aTableChart = (XTableChart) UnoRuntime.queryInterface( in insertChart()
183 aResult = (XChartDocument) UnoRuntime.queryInterface( in insertChart()
185 ((XEmbeddedObjectSupplier) UnoRuntime.queryInterface( in insertChart()
191 (XDiagram) UnoRuntime.queryInterface( in insertChart()
193 ((XMultiServiceFactory) UnoRuntime.queryInterface( in insertChart()
221 … XCellRange aSheetRange = (XCellRange) UnoRuntime.queryInterface( XCellRange.class, aSheet ); in insertRandomRange()
284 … XCellRange aSheetRange = (XCellRange) UnoRuntime.queryInterface( XCellRange.class, aSheet ); in insertFormulaRange()
299 …XText xCellText = (XText) UnoRuntime.queryInterface( XText.class, aSheet.getCellByPosition( nFacto… in insertFormulaRange()
340 ((XSpreadsheetView) UnoRuntime.queryInterface( in raiseChartSheet()
342 ((XModel) UnoRuntime.queryInterface( in raiseChartSheet()
365 XNameContainer aSheetsNC = (XNameContainer) UnoRuntime.queryInterface( in initSpreadSheet()
367 XIndexAccess aSheetsIA = (XIndexAccess) UnoRuntime.queryInterface( in initSpreadSheet()
380 ( (XNamed) UnoRuntime.queryInterface( in initSpreadSheet()
384 XNamed aFirstSheet = (XNamed) UnoRuntime.queryInterface( in initSpreadSheet()