Searched refs:cellA2 (Results 1 – 1 of 1) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | InsertDeleteCells.java | 121 XCell cellA2 = xSheet.getCellByPosition(0, 1); in testInsertCells() local 130 expectValueA2, cellA2.getValue(),0); in testInsertCells() 251 XCell cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells() local 260 expectValueA2up, cellA2.getValue(),0); in testDeleteCells() 270 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells() 279 expectValueA2left, cellA2.getValue(),0); in testDeleteCells() 289 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells() 298 expectValueA2rows, cellA2.getValue(),0); in testDeleteCells() 308 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells() 317 expectValueA2columns, cellA2.getValue(),0); in testDeleteCells()
|
Completed in 10 milliseconds