Lines Matching refs:xcellrange

184                 XCellRange xcellrange = ( XCellRange )  in recalc()  local
191 xcellrange, 5, 2 ) ); in recalc()
214 this.getOfficialHolidays( vectorHolidays, xcellrange, in recalc()
220 this.getPrivateHolidays(vectorHolidays, xcellrange, in recalc()
237 String sFeature = this.getStringFromCell(xcellrange, in recalc()
245 sFeature = this.getStringFromCell( xcellrange, in recalc()
258 this.setStringToCell(xcellrange, intRow, intColumn, ""); in recalc()
270 xcellrange.getCellByPosition( in recalc()
279 XCell xcell = xcellrange.getCellByPosition( in recalc()
345 XCell xcell = xcellrange.getCellByPosition( in recalc()
352 String sStatus = this.getStringFromCell( xcellrange, in recalc()
372 this.setStringToCell(xcellrange, intRow, in recalc()
378 xcellrange, intRow, in recalc()
392 this.setStringToCell( xcellrange, intRow, in recalc()
397 this.setDayOfWeek(gregCalEndDate, xcellrange, in recalc()
406 xcellrange, intRow, this.INT_COLUMN_DUEDATE ); in recalc()
434 xcellrange, intRowToInsert, in recalc()
448 xcellrange, intRowToInsert, in recalc()
459 xcellrange, intRowToInsert, in recalc()
473 xcellrange.getCellByPosition( in recalc()
488 xcellrange, intRowToInsert, in recalc()
507 xcellrange.getCellByPosition( in recalc()
520 XColumnRowRange.class, xcellrange ); in recalc()
530 XCellRangeMovement.class, xcellrange ); in recalc()
565 this.getStringFromCell( xcellrange, in recalc()
639 public String getStringFromCell( XCellRange xcellrange, int intRow, in getStringFromCell() argument
645 XCell xcellStartDate = xcellrange.getCellByPosition(intColumn, in getStringFromCell()
665 public void setStringToCell( XCellRange xcellrange, int intRow, in setStringToCell() argument
669 XCell xcellStartDate = xcellrange.getCellByPosition(intColumn, in setStringToCell()
689 XCellRange xcellrange, int intRow, in setDayOfWeek() argument
705 this.setStringToCell( xcellrange, intRow, intColumn, in setDayOfWeek()
718 XCellRange xcellrange, in getOfficialHolidays() argument
853 XCellRange xcellrange, in getPrivateHolidays() argument
859 double dHolidayStart = xcellrange.getCellByPosition( in getPrivateHolidays()
862 double dHolidayEnd = xcellrange.getCellByPosition( in getPrivateHolidays()
881 dHolidayStart = xcellrange.getCellByPosition( in getPrivateHolidays()
883 dHolidayEnd = xcellrange.getCellByPosition( in getPrivateHolidays()