Home
last modified time | relevance | path

Searched refs:spreadsheets (Results 1 – 25 of 81) sorted by relevance

1234

/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java74 XSpreadsheets spreadsheets = scDocument.getSheets(); in testResizeColumn() local
75 spreadsheets.insertNewByName(sheetname, (short) 0); in testResizeColumn()
76 Object sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn()
107 spreadsheets = scDocument.getSheets(); in testResizeColumn()
108 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn()
137 spreadsheets = scDocument.getSheets(); in testResizeColumn()
138 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn()
199 spreadsheets = scDocument.getSheets(); in testResizeRow()
200 sheetObj = spreadsheets.getByName(sheetname); in testResizeRow()
229 spreadsheets = scDocument.getSheets(); in testResizeRow()
[all …]
H A DInsertDeleteRowAndColumn.java72 XSpreadsheets spreadsheets = scDocument.getSheets(); in testInsertDeleteRows() local
73 Object sheetObj = spreadsheets.getByName(sheetname); in testInsertDeleteRows()
118 XSpreadsheets spreadsheets = scDocument.getSheets(); in testInsertDeleteColumns() local
119 Object sheetObj = spreadsheets.getByName(sheetname); in testInsertDeleteColumns()
H A DCellMerge.java82 XSpreadsheets spreadsheets = scDocument.getSheets(); in testCellMerge() local
83 Object sheetObj = spreadsheets.getByName(sheetname); in testCellMerge()
/aoo4110/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java81 XSpreadsheets spreadsheets = scDocument.getSheets(); in insertRenameDeleteSheet() local
82 spreadsheets.insertNewByName(sheetname, (short) 1); in insertRenameDeleteSheet()
113 spreadsheets.hasByName(changedname)); in insertRenameDeleteSheet()
135 XSpreadsheets spreadsheets = scDocument.getSheets(); in copypastesheet() local
161 XSpreadsheets spreadsheets = scDocument.getSheets(); in movesheet() local
178 spreadsheets.moveByName(sheetname, (short) 2); in movesheet()
217 XSpreadsheets spreadsheets = scDocument.getSheets(); in hideShowSheet() local
218 spreadsheets.insertNewByName(sheetname, (short) 1); in hideShowSheet()
281 spreadsheets.copyByName( in sheetColor()
342 spreadsheets = scDocument.getSheets(); in insertSheetFromfile()
[all …]
/aoo4110/main/offapi/com/sun/star/sheet/
H A DSpreadsheets.idl49 /** represents the collection of spreadsheets in a spreadsheet document.
57 /** provides methods to access the spreadsheets by name and to insert,
58 copy, remove and rearrange spreadsheets.
66 /** provides methods to access the spreadsheets by index.
74 /** creates an enumeration of all spreadsheets.
H A DSpreadsheetsEnumeration.idl37 /** represents an enumeration of spreadsheets in a spreadsheet document.
45 /** provides methods to access the spreadsheets in the enumeration.
H A DXSpreadsheets.idl37 /** provides methods to access the spreadsheets by name and to insert,
38 copy, remove and rearrange spreadsheets.
H A DSpreadsheetDocument.idl120 one or more spreadsheets.
175 /** provides access to the collection of spreadsheets.
H A DXSpreadsheetDocument.idl41 /** provides access to a collection of spreadsheets.
H A DGlobalSheetSettings.idl37 /** contributes properties to access the settings for all spreadsheets of
H A DXCellRangesAccess.idl126 name is dependent of the context of the table. In spreadsheets valid
H A DSheetCellRanges.idl144 has a different meaning in spreadsheets: If set to <TRUE/>, the
H A DSpreadsheet.idl173 other spreadsheets in this document.
H A DSheetCell.idl197 has a different meaning in spreadsheets: If set to <TRUE/>, the
/aoo4110/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java105 XSpreadsheets spreadsheets = scDocument.getSheets(); in testAddtion() local
106 spreadsheets.insertNewByName(sheetname, (short) 0); in testAddtion()
/aoo4110/main/offapi/com/sun/star/table/
H A DAccessibleCellView.idl89 <li>For spreadsheets, there are relations between the cell and the
104 spreadsheets and false otherwise.</li>
H A DTableColumn.idl69 <p>In spreadsheets, the name of a column cannot be changed.<p/>
H A DXCellRange.idl110 name is dependent of the context of the table. In spreadsheets valid
/aoo4110/main/wizards/source/euro/
H A Deuro.src249 Text [ en-US ] = "Should protected spreadsheets be temporarily unprotected?";
291 … this document as cell formats cannot be modified in documents containing protected spreadsheets.";
/aoo4110/main/scp2/source/calc/
H A Dfolderitem_calc.ulf28 en-US = "Perform calculation, analyze information and manage lists in spreadsheets by using Calc."
H A Dmodule_calc.ulf27 en-US = "Perform calculation, analyze information and manage lists in spreadsheets by using %PRODUC…
/aoo4110/main/sysui/desktop/share/
H A Dlauncher_comment.ulf32 en-US = "Perform calculation, analyze information and manage lists in spreadsheets by using Calc."
/aoo4110/main/sysui/desktop/menus/
H A Dcalc.desktop31 Comment=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
/aoo4110/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl69 <p>For spreadsheets and textdocument tables there exists a
/aoo4110/main/cui/source/options/
H A Dtreeopt.src121 …< "This is where you define various global settings for spreadsheets. For example, you can define …

Completed in 55 milliseconds

1234