Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XMultipleOperation.java81 Point[] cellCoords = new Point[3]; in _setTableOperation() local
90 cellCoords = new Point[] { in _setTableOperation()
94 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
103 cellCoords = new Point[] { in _setTableOperation()
107 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
117 cellCoords = new Point[] { in _setTableOperation()
121 res &= checkValues(cellCoords, cellValues); in _setTableOperation()
142 protected boolean checkValues(Point[] cellCoords, double[] cellValues) { in checkValues() argument
147 boolean locres = oSheet.getCellByPosition(cellCoords[i].X, in checkValues()
148 cellCoords[i].Y) in checkValues()
[all …]