Lines Matching refs:oSheet
42 protected XSpreadsheet oSheet = null; field in _XMultipleOperation
46 oSheet = (XSpreadsheet) tEnv.getObjRelation("SHEET"); in before()
48 if (oSheet == null) { in before()
61 XCellRange cellRange = oSheet.getCellRangeByName("$A$17:$A$17"); in _setTableOperation()
69 cell = oSheet.getCellByPosition(0, 16); in _setTableOperation()
71 cell = oSheet.getCellByPosition(0, 14); in _setTableOperation()
72 cell2 = oSheet.getCellByPosition(0, 15); in _setTableOperation()
132 cell = oSheet.getCellByPosition(0, k); in fillCells()
134 cell = oSheet.getCellByPosition(k, 0); in fillCells()
147 boolean locres = oSheet.getCellByPosition(cellCoords[i].X, in checkValues()
158 oSheet.getCellByPosition(cellCoords[i].X, in checkValues()