Lines Matching refs:oSheet
199 XSpreadsheet oSheet = null; in createTestEnvironment() local
204 oSheet = (XSpreadsheet) AnyConverter.toObject( in createTestEnvironment()
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()
235 oObj = (XInterface) UnoRuntime.queryInterface(XInterface.class, oSheet); in createTestEnvironment()
288 tEnv.addObjRelation("SHEET", oSheet); in createTestEnvironment()
305 oSheet.getCellByPosition(15, 15)); in createTestEnvironment()
320 oSheet.getCellByPosition(15, 15), in createTestEnvironment()
321 oSheet.getCellByPosition(15, 16) in createTestEnvironment()
331 final XCellRange oTable = oSheet; in createTestEnvironment()