Home
last modified time | relevance | path

Searched refs:nEndCell (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1523 sal_uInt8 nEndCell = *pParams++; in ProcessDirection() local
1526 ASSERT(nStartCell < nEndCell, "not as I thought"); in ProcessDirection()
1527 ASSERT(nEndCell < MAX_COL + 1, "not as I thought"); in ProcessDirection()
1530 if (nEndCell > MAX_COL + 1) in ProcessDirection()
1531 nEndCell = MAX_COL + 1; in ProcessDirection()
1533 for (;nStartCell < nEndCell; ++nStartCell) in ProcessDirection()

Completed in 38 milliseconds