/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | ListSelection.java | 228 XSpreadsheets sheets = document.getSheets(); in prepareDocument() local 231 String[] sheetNames = sheets.getElementNames(); in prepareDocument() 233 sheets.removeByName( sheetNames[ i ] ); in prepareDocument() 240 sheets.getByName( sheetNames[ 0 ] ) in prepareDocument() 261 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()
|
/aoo4110/main/qadevOOo/tests/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()
|
/aoo4110/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
|
H A D | XSpreadsheetDocument.idl | 49 /** returns the collection of sheets in the document.
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSpreadsheetDocument.java | 48 XSpreadsheets sheets = oObj.getSheets(); in _getSheets() local 49 tRes.tested("getSheets()", sheets != null); in _getSheets()
|
/aoo4110/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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | DocumentRenderer.src | 131 < "Distribute on multiple sheets of paper" ; > ; 141 < "Distribute on multiple sheets of paper" ; > ;
|
/aoo4110/main/sc/source/ui/src/ |
H A D | scstring.src | 554 Text [ en-US ] = "~Selected sheets"; 771 < "~All sheets"; >; 772 < "~Selected sheets"; >;
|
H A D | scerrors.src | 131 …Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceede…
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | SheetObjects.idl | 32 drawing objects and drawing controls embedded in sheets. All these symbols 50 <li>EditBoxes: text edit controls (dialog sheets only),</li>
|
/aoo4110/main/wizards/source/euro/ |
H A D | euro.src | 59 Text [ en-US ] = "First, unprotect all sheets."; 279 Text [ en-US ] = "Protection for the sheets will not be removed.";
|
/aoo4110/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | HelloTextTableShape.java | 220 Object sheets = xSpreadsheetDocument.getSheets(); in useCalc() local 222 XIndexAccess.class, sheets); in useCalc()
|
/aoo4110/main/oox/source/xls/ |
H A D | workbookfragment.cxx | 88 case XLS_TOKEN( sheets ): in onCreateContext() 101 case XLS_TOKEN( sheets ): in onCreateContext()
|