Lines Matching refs:oSheet
127 XSpreadsheet oSheet = null; in createTestEnvironment() local
134 oSheet = (XSpreadsheet) AnyConverter.toObject ( in createTestEnvironment()
163 oSheet.getCellByPosition (i, 0).setFormula ("Col" + i); in createTestEnvironment()
164 oSheet.getCellByPosition (0, i).setFormula ("Row" + i); in createTestEnvironment()
173 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); 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()
222 oSheet); in createTestEnvironment()