Lines Matching refs:getCellByPosition
221 oSheet.getCellByPosition(5, 5).setValue(15); in createTestEnvironment()
222 oSheet.getCellByPosition(1, 4).setValue(10); in createTestEnvironment()
223 oSheet.getCellByPosition(2, 0).setValue(-5.15); in createTestEnvironment()
224 oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1"); in createTestEnvironment()
226 oSheet.getCellByPosition(6, 6).setValue(3); in createTestEnvironment()
227 oSheet.getCellByPosition(7, 6).setValue(3); in createTestEnvironment()
228 oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)"); in createTestEnvironment()
229 oSheet.getCellByPosition(9, 6).setFormula("= G7*I7"); in createTestEnvironment()
305 oSheet.getCellByPosition(15, 15)); in createTestEnvironment()
320 oSheet.getCellByPosition(15, 15), in createTestEnvironment()
321 oSheet.getCellByPosition(15, 16) in createTestEnvironment()
342 oTable.getCellByPosition(0, 0).setValue(4); in createTestEnvironment()
343 oTable.getCellByPosition(0, 1).setFormula("b"); in createTestEnvironment()
344 oTable.getCellByPosition(0, 2).setValue(3); in createTestEnvironment()
345 oTable.getCellByPosition(0, 3).setValue(23); in createTestEnvironment()
360 XCell cell = oTable.getCellByPosition(0, i); in createTestEnvironment()