Searched refs:getChartDataRangeByName (Results 1 – 10 of 10) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 153 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateMainTitle() 210 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateSubTitle() 271 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testInputTitles()
|
H A D | ChartLegend.java | 149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testDisableLegend() 200 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testLegendPosition()
|
H A D | ChartAxis.java | 170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYAxes() 251 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZAxes()
|
H A D | ChartGrid.java | 170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYGrid() 242 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYZGrid()
|
H A D | ChartType.java | 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateChart()
|
H A D | ChartDataLabel.java | 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateDataLabel()
|
H A D | ChartMeanValueLine.java | 149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
|
H A D | ChartTrendline.java | 152 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
|
H A D | ChartYErrorBar.java | 160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateYErrorBar()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 624 …public static CellRangeAddress getChartDataRangeByName(XSpreadsheet xSpreadsheet, String rangeName… in getChartDataRangeByName() method in SCUtil
|
Completed in 43 milliseconds