Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/chart/
H A D_XChartDataArray.java51 String[] colDscs = new String[3]; field in _XChartDataArray
90 colDscs = oObj.getColumnDescriptions(); in _setColumnDescriptions()
95 for (int i = 0; i < colDscs.length; i++) { in _setColumnDescriptions()
96 colDscs[i] = "Col" + i; in _setColumnDescriptions()
98 oObj.setColumnDescriptions(colDscs); in _setColumnDescriptions()
137 colDscs = oObj.getColumnDescriptions(); in _setData()
144 for (int j = 0; j < colDscs.length; j++) in _setData()
166 bResult &= dscs.length == colDscs.length; in _getColumnDescriptions()
169 bResult &= dscs[i].equals(colDscs[i]); in _getColumnDescriptions()
216 for (int j = 0; j < colDscs.length; j++) { in _getData()

Completed in 15 milliseconds