Home
last modified time | relevance | path

Searched defs:sheet (Results 1 – 25 of 68) sorted by last modified time

123

/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java223 Object sheet = xIndexedSheets.getByIndex(0); in useCalc() local
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java85 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testCellMerge() local
H A DInsertDeleteRowAndColumn.java76 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteRows() local
122 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteColumns() local
H A DResizeHideShowRowColumn.java78 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn() local
169 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeRow() local
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java145 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellAlignment() local
H A DCellBorder.java184 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellBorder() local
H A DCellColor.java139 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellColor() local
H A DCellEffectOverline.java172 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharOverline() local
H A DCellEffectUnderline.java171 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharUnderline() local
H A DCellFontSize.java133 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellFontSize() local
H A DCellProtected.java144 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellProtected() local
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartAxis.java165 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYAxes() local
246 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYZAxes() local
H A DChartDataLabel.java155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateDataLabel() local
H A DChartGrid.java165 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYGrid() local
237 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYZGrid() local
H A DChartLegend.java145 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testDisableLegend() local
196 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testLegendPosition() local
H A DChartMeanValueLine.java144 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateTrendline() local
H A DChartTitle.java148 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateMainTitle() local
205 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateSubTitle() local
266 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testInputTitles() local
H A DChartTrendline.java147 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateTrendline() local
H A DChartType.java155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateChart() local
H A DChartYErrorBar.java155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateYErrorBar() local
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java107 XSpreadsheet sheet = SCUtil.getSCSheetByName(scDocument, sheetname); in testAddtion() local
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java537 public String getSheetName(int sheet) { in getSheetName()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSpreadsheetEncoder.java98 public abstract String getSheetName(int sheet); in getSheetName()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelEncoder.java273 public String getSheetName(int sheet) { in getSheetName()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DSpreadsheetView.java57 …XSpreadsheet sheet = UnoRuntime.queryInterface( XSpreadsheet.class, sheets.getByIndex( sheetIndex … in activateSheet() local

Completed in 69 milliseconds

123