Home
last modified time | relevance | path

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

1234

/trunk/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
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSpreadsheetDocument.java48 XSpreadsheets sheets = oObj.getSheets(); in _getSheets() local
49 tRes.tested("getSheets()", sheets != null); in _getSheets()
/trunk/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()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DSpreadsheetDocument.java66 XIndexAccess sheets = UnoRuntime.queryInterface( XIndexAccess.class, getSheets() ); in getSheet() local
67 return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex( index ) ); in getSheet()
H A DSpreadsheetView.java55 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 DDocumentRenderer.src131 < "Distribute on multiple sheets of paper" ; > ;
141 < "Distribute on multiple sheets of paper" ; > ;
/trunk/main/sc/source/ui/src/
H A Dscstring.src555 Text [ en-US ] = "~Selected sheets" ;
772 < "~All sheets" ; >;
773 < "~Selected sheets" ; >;
H A Dscerrors.src128 …Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceede…
/trunk/main/wizards/source/euro/
H A Deuro.src60 Text [ en-US ] = "First, unprotect all sheets." ;
264 Text [ en-US ] = "Protection for the sheets will not be removed." ;
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java220 Object sheets = xSpreadsheetDocument.getSheets(); in useCalc() local
222 XIndexAccess.class, sheets); in useCalc()
/trunk/main/oox/source/xls/
H A Dworkbookfragment.cxx88 case XLS_TOKEN( sheets ): in onCreateContext()
101 case XLS_TOKEN( sheets ): in onCreateContext()

Completed in 138 milliseconds

1234