/trunk/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 152 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 D | ChartLegend.java | 148 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 D | ChartAxis.java | 169 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 D | ChartGrid.java | 169 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 D | ChartType.java | 159 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 D | ChartDataLabel.java | 159 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 D | ChartMeanValueLine.java | 148 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 D | ChartTrendline.java | 151 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 D | ChartYErrorBar.java | 159 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XSheetAuditing.java | 126 …String cellAddress = new String(new byte[]{(byte)(precedentAddress.Column + 65)}) + (precedentAddr… in _showErrors() local 127 xAddress.setFormula("=SQRT(" + cellAddress + ")"); in _showErrors()
|