19package org.openoffice.test.tools;
41 super( orb, document );
49 XSpreadsheetDocument spreadsheetDoc = UnoRuntime.queryInterface( XSpreadsheetDocument.class,
getDocument() );
50 return spreadsheetDoc.getSheets();
58 XIndexAccess sheets = UnoRuntime.queryInterface( XIndexAccess.class,
getSheets() );
59 return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex(
index ) );