Lines Matching refs:sheet
45 import com.sun.star.sheet.XSpreadsheet;
46 import com.sun.star.sheet.XSpreadsheetDocument;
165 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYAxes() local
167 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateXYAxes()
170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYAxes()
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYAxes()
201 sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYAxes()
203 xChartDocument = SCUtil.getChartByName(sheet, chartName); in testCreateXYAxes()
246 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYZAxes() local
248 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateXYZAxes()
251 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZAxes()
254 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYZAxes()
271 sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYZAxes()
273 xChartDocument = SCUtil.getChartByName(sheet, chartName); in testCreateXYZAxes()