Searched refs:aSheetsIA (Results 1 – 2 of 2) sorted by relevance
367 XIndexAccess aSheetsIA = (XIndexAccess) UnoRuntime.queryInterface( in initSpreadSheet() local372 aSheetsIA != null ) in initSpreadSheet()377 for( int i = aSheetsIA.getCount() - 1; i > 0; i-- ) in initSpreadSheet()381 XNamed.class, aSheetsIA.getByIndex( i ) )).getName() ); in initSpreadSheet()386 aSheetsIA.getByIndex( 0 )); in initSpreadSheet()
224 … XIndexAccess aSheetsIA = (XIndexAccess) UnoRuntime.queryInterface( XIndexAccess.class, aSheets ); in initSpreadsheet() local225 … maSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, aSheetsIA.getByIndex( 0 )); in initSpreadsheet()
Completed in 17 milliseconds