Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java122 XCell cellB2 = xSheet.getCellByPosition(1, 1); in testInsertCells() local
132 expectValueB2, cellB2.getValue(),0); in testInsertCells()
252 XCell cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells() local
262 expectValueB2up, cellB2.getValue(),0); in testDeleteCells()
271 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
281 expectValueB2left, cellB2.getValue(),0); in testDeleteCells()
290 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
300 expectValueB2rows, cellB2.getValue(),0); in testDeleteCells()
309 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
319 expectValueB2columns, cellB2.getValue(),0); in testDeleteCells()

Completed in 13 milliseconds