}
}
detach(row);
}
}
return changed.values();
}
private void moveRangeColumnsOnly(int left, int top, int right, int bottom, int offset, Map changed) {
final Set coloverlaps = (Set) getColumnOverlapRefs(left, top, right, bottom, new HashSet());
final int dstleft = left + offset;