Searched refs:cellRangeName (Results 1 – 9 of 9) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 136 String cellRangeName = "A1:D4"; in testCreateMainTitle() local 142 cellRangeName = "A1:C4"; in testCreateMainTitle() 153 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateMainTitle() 193 String cellRangeName = "A1:D4"; in testCreateSubTitle() local 199 cellRangeName = "A1:C4"; in testCreateSubTitle() 210 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateSubTitle() 255 String cellRangeName = "A1:D4"; in testInputTitles() local 260 cellRangeName = "A1:C4"; in testInputTitles() 271 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testInputTitles()
|
H A D | ChartAxis.java | 148 String cellRangeName = "A1:D4"; in testCreateXYAxes() local 159 cellRangeName = "A1:C4"; in testCreateXYAxes() 170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYAxes() 229 String cellRangeName = "A1:D4"; in testCreateXYZAxes() local 240 cellRangeName = "A1:C4"; in testCreateXYZAxes() 251 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZAxes()
|
H A D | ChartGrid.java | 148 String cellRangeName = "A1:D4"; in testCreateXYGrid() local 159 cellRangeName = "A1:C4"; in testCreateXYGrid() 170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYGrid() 220 String cellRangeName = "A1:D4"; in testCreateXYZGrid() local 231 cellRangeName = "A1:C4"; in testCreateXYZGrid() 242 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZGrid()
|
H A D | ChartLegend.java | 138 String cellRangeName = "A1:D4"; in testDisableLegend() local 149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testDisableLegend() 187 String cellRangeName = "A1:D4"; in testLegendPosition() local 200 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testLegendPosition()
|
H A D | ChartType.java | 146 String cellRangeName = "A1:D4"; in testCreateChart() local 149 cellRangeName = "A1:C4"; in testCreateChart() 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateChart()
|
H A D | ChartDataLabel.java | 145 String cellRangeName = "A1:D4"; in testCreateDataLabel() local 149 cellRangeName = "A1:C4"; in testCreateDataLabel() 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateDataLabel()
|
H A D | ChartMeanValueLine.java | 134 String cellRangeName = "A1:D4"; in testCreateTrendline() local 138 cellRangeName = "A1:C4"; in testCreateTrendline() 149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
|
H A D | ChartTrendline.java | 137 String cellRangeName = "A1:D4"; in testCreateTrendline() local 141 cellRangeName = "A1:C4"; in testCreateTrendline() 152 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
|
H A D | ChartYErrorBar.java | 144 String cellRangeName = "A1:D4"; in testCreateYErrorBar() local 149 cellRangeName = "A1:C4"; in testCreateYErrorBar() 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateYErrorBar()
|
Completed in 24 milliseconds