Lines Matching refs:getCellByPosition
163 oSheet.getCellByPosition (i, 0).setFormula ("Col" + i); in createTestEnvironment()
164 oSheet.getCellByPosition (0, i).setFormula ("Row" + i); in createTestEnvironment()
165 oSheet2.getCellByPosition (i, 0).setFormula ("Col" + i); in createTestEnvironment()
166 oSheet2.getCellByPosition (0, i).setFormula ("Row" + i); in createTestEnvironment()
173 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); in createTestEnvironment()
174 oSheet2.getCellByPosition (i, j).setValue (i * (j + 2)); in createTestEnvironment()
178 oSheet.getCellByPosition (1, 1).setFormula ("aName"); in createTestEnvironment()
179 oSheet.getCellByPosition (1, 2).setFormula ("otherName"); in createTestEnvironment()
180 oSheet.getCellByPosition (1, 3).setFormula ("una"); in createTestEnvironment()
181 oSheet.getCellByPosition (1, 4).setFormula ("otherName"); in createTestEnvironment()
182 oSheet.getCellByPosition (1, 5).setFormula ("somethingelse"); in createTestEnvironment()
200 oChangeCell = oSheet.getCellByPosition (1, 5); in createTestEnvironment()
207 oCheckCell = oSheet.getCellByPosition (x, y); in createTestEnvironment()