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