Lines Matching refs:oSheet
128 XSpreadsheet oSheet = null; in createTestEnvironment() local
135 oSheet = (XSpreadsheet) AnyConverter.toObject ( in createTestEnvironment()
164 oSheet.getCellByPosition (i, 0).setFormula ("Col" + i); in createTestEnvironment()
165 oSheet.getCellByPosition (0, i).setFormula ("Row" + i); in createTestEnvironment()
174 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); 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()
223 oSheet); in createTestEnvironment()