Searched refs:cellCoords (Results 1 – 1 of 1) sorted by relevance
81 Point[] cellCoords = new Point[3]; in _setTableOperation() local90 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() argument147 boolean locres = oSheet.getCellByPosition(cellCoords[i].X, in checkValues()148 cellCoords[i].Y) in checkValues()[all …]