Searched refs:cellValues (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XMultipleOperation.java | 82 double[] cellValues = new double[3]; in _setTableOperation() local 93 cellValues = new double[] { 5, 10, 15 }; in _setTableOperation() 94 res &= checkValues(cellCoords, cellValues); in _setTableOperation() 106 cellValues = new double[] { 12, 24, 36 }; in _setTableOperation() 107 res &= checkValues(cellCoords, cellValues); in _setTableOperation() 120 cellValues = new double[] { 17, 34, 51 }; in _setTableOperation() 121 res &= checkValues(cellCoords, cellValues); in _setTableOperation() 142 protected boolean checkValues(Point[] cellCoords, double[] cellValues) { in checkValues() argument 145 for (int i = 0; i < cellValues.length; i++) { in checkValues() 149 .getValue() == cellValues[i]; in checkValues() [all …]
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 375 double[][] cellValues = new double[end_row - start_row+1][end_col - start_col +1]; in getValueFromCellRange() local 380 cellValues[i][j] = xCell.getValue(); in getValueFromCellRange() 384 return cellValues; in getValueFromCellRange()
|
Completed in 22 milliseconds