Searched refs:nStartCell (Results 1 – 1 of 1) sorted by relevance
1522 sal_uInt8 nStartCell = *pParams++; in ProcessDirection() local1526 ASSERT(nStartCell < nEndCell, "not as I thought"); in ProcessDirection()1528 if (nStartCell > MAX_COL) in ProcessDirection()1533 for (;nStartCell < nEndCell; ++nStartCell) in ProcessDirection()1534 maDirections[nStartCell] = nCode; in ProcessDirection()
Completed in 31 milliseconds