Searched refs:nStartCell (Results 1 – 1 of 1) sorted by relevance
1521 sal_uInt8 nStartCell = *pParams++; in ProcessDirection() local1525 ASSERT(nStartCell < nEndCell, "not as I thought"); in ProcessDirection()1527 if (nStartCell > MAX_COL) in ProcessDirection()1532 for (;nStartCell < nEndCell; ++nStartCell) in ProcessDirection()1533 maDirections[nStartCell] = nCode; in ProcessDirection()