Searched refs:cellC2 (Results 1 – 1 of 1) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | InsertDeleteCells.java | 123 XCell cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells() local 134 expectValueC2, cellC2.getValue(),0); in testInsertCells() 140 cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells() 151 expectValueC2right, cellC2.getValue(),0); in testInsertCells() 264 expectValueC2up, cellC2.getValue(),0); in testDeleteCells() 272 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells() 283 expectValueC2left, cellC2.getValue(),0); in testDeleteCells() 291 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells() 302 expectValueC2rows, cellC2.getValue(),0); in testDeleteCells() 310 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells() [all …]
|
Completed in 11 milliseconds