Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java123 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 14 milliseconds