private void prepareRow(int xOffset, int availableHeight) throws JRException
{
for (int col = startColumnIndex; col < lastColumnIndex; ++col)
{
CrosstabCell data = cellData[rowIdx + startRowIndex][col];
boolean overflow = prepareDataCell(data, col, availableHeight, xOffset);
if (overflow)
{
willOverflow = true;