Home
last modified time | relevance | path

Searched refs:sheets (Results 1 – 25 of 79) sorted by relevance

1234

/aoo4110/main/offapi/com/sun/star/style/
H A DStyleFamilies.idl49 <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 DStyleFamily.idl42 /** 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 Dvbawindow.cxx76 …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 DListSelection.java228 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 DSpreadsheetView.java62 XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( in activateSheet() local
66 XSpreadsheet.class, sheets.getByIndex( sheetIndex ) ); in activateSheet()
H A DSpreadsheetDocument.java72 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 DXMLImporter.java169 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 DScDatabaseRangeObj.java141 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 DScAnnotationsObj.java120 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 DSpreadsheet.idl245 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 DXPrintAreas.idl55 <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 DGlobalSheetSettings.idl158 /** specifies whether all sheets or only selected sheets are printed.
H A DXFillAcrossSheet.idl44 /** copies data between ranges onto different sheets in
H A DXDocumentAuditing.idl43 /** refreshes all existing auditing arrows on all sheets of the
H A DXSpreadsheetDocument.idl49 /** returns the collection of sheets in the document.
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSpreadsheetDocument.java48 XSpreadsheets sheets = oObj.getSheets(); in _getSheets() local
49 tRes.tested("getSheets()", sheets != null); in _getSheets()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetView.java57 XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( in activateSheet() local
61 XSpreadsheet.class, sheets.getByIndex( sheetIndex ) ); in activateSheet()
H A DSpreadsheetDocument.java56 XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getSheet() local
60 sheets.getByIndex( index ) in getSheet()
/aoo4110/main/sd/source/ui/view/
H A DDocumentRenderer.src131 < "Distribute on multiple sheets of paper" ; > ;
141 < "Distribute on multiple sheets of paper" ; > ;
/aoo4110/main/sc/source/ui/src/
H A Dscstring.src554 Text [ en-US ] = "~Selected sheets";
771 < "~All sheets"; >;
772 < "~Selected sheets"; >;
H A Dscerrors.src131 …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 DSheetObjects.idl32 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 Deuro.src59 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 DHelloTextTableShape.java220 Object sheets = xSpreadsheetDocument.getSheets(); in useCalc() local
222 XIndexAccess.class, sheets); in useCalc()
/aoo4110/main/oox/source/xls/
H A Dworkbookfragment.cxx88 case XLS_TOKEN( sheets ): in onCreateContext()
101 case XLS_TOKEN( sheets ): in onCreateContext()

Completed in 75 milliseconds

1234