Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XChartDataArray.java165 String[] dscs = oObj.getColumnDescriptions(); in _getColumnDescriptions() local
166 bResult &= dscs.length == colDscs.length; in _getColumnDescriptions()
168 for (int i = 0; i < dscs.length; i++) { in _getColumnDescriptions()
169 bResult &= dscs[i].equals(colDscs[i]); in _getColumnDescriptions()
189 String[] dscs = oObj.getRowDescriptions(); in _getRowDescriptions() local
190 bResult &= dscs.length == rowDscs.length; in _getRowDescriptions()
192 for (int i = 0; i < dscs.length; i++) { in _getRowDescriptions()
193 bResult &= dscs[i].equals(rowDscs[i]); in _getRowDescriptions()

Completed in 64 milliseconds