for (int i = 1; i < offset; i++) {
idIndexList.add(new TransUnitId(i));
}
GetTransUnitList action =
GetTransUnitList.newAction(new GetTransUnitActionContext(
document).withFindMessage("FiLe")
.withFilterUntranslated(true).withFilterFuzzy(true)
.withFilterHasError(true).withOffset(offset)
.withCount(countPerPage));
action.setNeedReloadIndex(true);