Lines Matching refs:intRow

253                 for ( int intRow = this.INT_ROW_FROM; intRow < INT_ROW_TO + 5;  in recalc()
254 intRow++ ) { in recalc()
258 this.setStringToCell(xcellrange, intRow, intColumn, ""); in recalc()
264 for (int intRow = this.INT_ROW_FROM; intRow < INT_ROW_TO; intRow++) in recalc()
272 intRow )); in recalc()
280 this.INT_COLUMN_FEATURE, intRow ); in recalc()
341 for (int intRow = this.INT_ROW_FROM; intRow < INT_ROW_TO; intRow++) in recalc()
346 INT_COLUMN_NEEDEDDAYS, intRow ); in recalc()
353 intRow, this.INT_COLUMN_STATUS ); in recalc()
372 this.setStringToCell(xcellrange, intRow, in recalc()
378 xcellrange, intRow, in recalc()
392 this.setStringToCell( xcellrange, intRow, in recalc()
398 intRow, this.INT_COLUMN_END_DAY_OF_WEEK); in recalc()
406 xcellrange, intRow, this.INT_COLUMN_DUEDATE ); in recalc()
427 int intRowToInsert = intRow; in recalc()
499 if ( ( intRowToInsert == intRow ) || in recalc()
509 intRow ) ); in recalc()
543 cellrangeaddress.StartRow = intRow + 1; in recalc()
545 cellrangeaddress.EndRow = intRow + 1; in recalc()
553 xcolumnrowrange.getRows().removeByIndex(intRow in recalc()
558 intRow = intRowToInsert - 1; in recalc()
561 if ( intRow >= this.INT_ROW_FROM ) { in recalc()
566 intRow,this.INT_COLUMN_ENDDATE)); in recalc()
639 public String getStringFromCell( XCellRange xcellrange, int intRow, in getStringFromCell() argument
646 intRow); in getStringFromCell()
665 public void setStringToCell( XCellRange xcellrange, int intRow, in setStringToCell() argument
670 intRow); in setStringToCell()
689 XCellRange xcellrange, int intRow, in setDayOfWeek() argument
705 this.setStringToCell( xcellrange, intRow, intColumn, in setDayOfWeek()
856 int intRow = this.INT_ROW_HOLIDAYS_START; in getPrivateHolidays() local
860 intColumn, intRow ).getValue(); in getPrivateHolidays()
863 intColumn + 1, intRow ).getValue(); in getPrivateHolidays()
880 intRow++; in getPrivateHolidays()
882 intColumn, intRow).getValue(); in getPrivateHolidays()
884 intColumn + 1, intRow).getValue(); in getPrivateHolidays()