| /trunk/main/offapi/com/sun/star/style/ | 
| H A D | StyleFamilies.idl | 49 	<dd>the container of style sheets for sequences of characters  55 	<dd>the container of style sheets for text paragraphs 60 	<dd>the container of style sheets for text frames 65 	<dd>the container of style sheets for pages 70 	<dd>the container for style sheets for numbering 75 	<dd>the container for style sheets for cells 80 	<dd>the container for style sheets for shapes
  | 
| H A D | StyleFamily.idl | 42 /** This service is a container of style sheets of the same style family.@see StyleFamilies 50 				the style sheets within this family by name.  60 				remove the style sheets within this family by name.  68 	/** This optional interface makes it possible to access the style sheets 
  | 
| /trunk/main/sc/source/ui/vba/ | 
| H A D | vbawindow.cxx | 76 …st Sheets& sheets, const uno::Reference< frame::XModel >& xModel ) throw ( uno::RuntimeException )…  in SelectedSheetsEnum()  argument 102 	Sheets sheets;  member in SelectedSheetsEnumAccess 121 		sheets.reserve( nTabCount );  in SelectedSheetsEnumAccess() 130 				sheets.push_back( xSheet );  in SelectedSheetsEnumAccess() 140 		return new SelectedSheetsEnum( m_xContext, sheets, m_xModel  );   in createEnumeration() 145 		return sheets.size();  in getCount() 150 		|| static_cast< Sheets::size_type >( Index ) >= sheets.size() )   in getByIndex() 153 		return uno::makeAny( sheets[ Index ] );  in getByIndex() 164 		return (sheets.size() > 0);  in hasElements() 173 		return uno::makeAny( sheets[ it->second ] );  in getByName()
  | 
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | ListSelection.java | 256         XSpreadsheets sheets = document.getSheets();  in prepareDocument()  local 259         String[] sheetNames = sheets.getElementNames();  in prepareDocument() 261             sheets.removeByName( sheetNames[ i ] );  in prepareDocument() 268             sheets.getByName( sheetNames[ 0 ] )  in prepareDocument() 289             sheets.copyByName( newSheetNames[0], newSheetNames[i], i );  in prepareDocument()
  | 
| H A D | SpreadsheetView.java | 62             XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface(  in activateSheet()  local 66                 XSpreadsheet.class, sheets.getByIndex( sheetIndex ) );  in activateSheet()
  | 
| H A D | SpreadsheetDocument.java | 72         XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class,  in getSheet()  local 76             sheets.getByIndex( index )  in getSheet()
  | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ | 
| H A D | XMLImporter.java | 169         final XSpreadsheets sheets = xSpreadsheetDoc.getSheets() ;  in createTestEnvironment()  local 171         String[] names = sheets.getElementNames() ;  in createTestEnvironment() 179                     String[] snames = sheets.getElementNames() ;  in createTestEnvironment() 184                     return sheets.hasByName(impValue) ;  in createTestEnvironment()
  | 
| H A D | ScDatabaseRangeObj.java | 141         XSpreadsheets sheets = xSheetDoc.getSheets();  in createTestEnvironment()  local 142         String[] names = sheets.getElementNames();  in createTestEnvironment() 147             Object sheet = sheets.getByName(names[0]);  in createTestEnvironment() 221             Object sheet = sheets.getByName(names[0]);  in createTestEnvironment()
  | 
| H A D | ScAnnotationsObj.java | 120         XSpreadsheets sheets = (XSpreadsheets) xSpreadsheetDoc.getSheets();  in createTestEnvironment()  local 123             UnoRuntime.queryInterface( XNameAccess.class, sheets );  in createTestEnvironment()
  | 
| /trunk/main/offapi/com/sun/star/sheet/ | 
| H A D | Spreadsheet.idl | 245         explicit print areas, also if other sheets have print areas.</p> 247     <p> If the property is true, and there are print areas on other sheets, 250     <p> If the property is false, and there are print areas on other sheets, 253     <p> If there are no print areas on the other sheets it does not matter
  | 
| H A D | XPrintAreas.idl | 55 		<p>If none of the sheets in a document have print areas, 56 		the whole sheets are printed. If any sheet contains print areas, 57 		other sheets without print areas are not printed.</p>
  | 
| H A D | GlobalSheetSettings.idl | 158 	/** specifies whether all sheets or only selected sheets are printed.
  | 
| H A D | XFillAcrossSheet.idl | 44 	/** copies data between ranges onto different sheets in
  | 
| H A D | XDocumentAuditing.idl | 43 	/** refreshes all existing auditing arrows on all sheets of the
  | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ | 
| H A D | _XSpreadsheetDocument.java | 48         XSpreadsheets sheets = oObj.getSheets();  in _getSheets()  local 49         tRes.tested("getSheets()", sheets != null);  in _getSheets()
  | 
| /trunk/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | SpreadsheetView.java | 57             XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface(  in activateSheet()  local 61                 XSpreadsheet.class, sheets.getByIndex( sheetIndex ) );  in activateSheet()
  | 
| H A D | SpreadsheetDocument.java | 56         XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class,  in getSheet()  local 60             sheets.getByIndex( index )  in getSheet()
  | 
| /trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/ | 
| H A D | SpreadsheetDocument.java | 66         XIndexAccess sheets = UnoRuntime.queryInterface( XIndexAccess.class, getSheets() );  in getSheet()  local 67         return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex( index ) );  in getSheet()
  | 
| H A D | SpreadsheetView.java | 55             XIndexAccess sheets = UnoRuntime.queryInterface( XIndexAccess.class, doc.getSheets() );  in activateSheet()  local 57 …XSpreadsheet sheet = UnoRuntime.queryInterface( XSpreadsheet.class, sheets.getByIndex( sheetIndex …  in activateSheet()
  | 
| /trunk/main/sd/source/ui/view/ | 
| H A D | DocumentRenderer.src | 131 			< "Distribute on multiple sheets of paper" ;	> ; 141 			< "Distribute on multiple sheets of paper" ;	> ;
  | 
| /trunk/main/sc/source/ui/src/ | 
| H A D | scstring.src | 555 	Text [ en-US ] = "~Selected sheets" ; 772 		< "~All sheets" ;						>; 773 		< "~Selected sheets" ;					>;
  | 
| H A D | scerrors.src | 128 …Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceede…
  | 
| /trunk/main/odk/examples/DevelopersGuide/FirstSteps/ | 
| H A D | HelloTextTableShape.java | 220             Object sheets = xSpreadsheetDocument.getSheets();  in useCalc()  local 222                 XIndexAccess.class, sheets);  in useCalc()
  | 
| /trunk/main/wizards/source/euro/ | 
| H A D | euro.src | 60 Text [ en-US ] = "First, unprotect all sheets." ; 264 Text [ en-US ] = "Protection for the sheets will not be removed." ;
  | 
| /trunk/main/oox/source/xls/ | 
| H A D | workbookfragment.cxx | 88                 case XLS_TOKEN( sheets ):  in onCreateContext() 101         case XLS_TOKEN( sheets ):  in onCreateContext()
  |