Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XMultipleOperation.java82 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 …]
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java375 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 23 milliseconds