Home
last modified time | relevance | path

Searched refs:cellAddress (Results 1 – 10 of 10) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java152 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateMainTitle() local
153 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateMainTitle()
156 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateMainTitle()
209 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateSubTitle() local
210 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateSubTitle()
213 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateSubTitle()
270 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testInputTitles() local
271 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testInputTitles()
274 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testInputTitles()
H A DChartLegend.java148 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testDisableLegend() local
149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testDisableLegend()
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testDisableLegend()
199 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testLegendPosition() local
200 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testLegendPosition()
203 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testLegendPosition()
H A DChartAxis.java169 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateXYAxes() local
170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYAxes()
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYAxes()
250 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateXYZAxes() local
251 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZAxes()
254 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYZAxes()
H A DChartGrid.java169 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateXYGrid() local
170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYGrid()
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYGrid()
241 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateXYZGrid() local
242 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZGrid()
245 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYZGrid()
H A DChartType.java159 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateChart() local
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateChart()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateChart()
H A DChartDataLabel.java159 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateDataLabel() local
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateDataLabel()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateDataLabel()
H A DChartMeanValueLine.java148 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateTrendline() local
149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
H A DChartTrendline.java151 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateTrendline() local
152 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
155 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
H A DChartYErrorBar.java159 CellRangeAddress[] cellAddress = new CellRangeAddress[1]; in testCreateYErrorBar() local
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateYErrorBar()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateYErrorBar()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAuditing.java126 …String cellAddress = new String(new byte[]{(byte)(precedentAddress.Column + 65)}) + (precedentAddr… in _showErrors() local
127 xAddress.setFormula("=SQRT(" + cellAddress + ")"); in _showErrors()

Completed in 39 milliseconds