Home
last modified time | relevance | path

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

/aoo41x/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()
148 cellCoords[i].Y) in checkValues()
154 cellCoords[i].X + "," + cellCoords[i].Y + in checkValues()
158 oSheet.getCellByPosition(cellCoords[i].X, in checkValues()
[all …]

Completed in 9 milliseconds