Lines Matching refs:oSheet
57 protected XSpreadsheet oSheet; field in _XCellRangesQuery
74 oSheet = (XSpreadsheet) tEnv.getObjRelation("SHEET"); in before()
76 if (oSheet == null) { in before()
79 oSheet = (XSpreadsheet) UnoRuntime.queryInterface( in before()
82 if (oSheet == null) { in before()
94 oSheet); in before()
110 oSheet.getCellByPosition(1, 1).setValue(5); in before()
111 oSheet.getCellByPosition(1, 2).setValue(15); in before()
112 oSheet.getCellByPosition(2, 1).setFormula("=B2+B3"); in before()
113 oSheet.getCellByPosition(1, 3).setFormula("=B2+B4"); in before()
114 oSheet.getCellByPosition(3, 2).setFormula(""); in before()
115 oSheet.getCellByPosition(3, 3).setFormula(""); in before()