Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx1522 sal_uInt8 nStartCell = *pParams++; in ProcessDirection() local
1526 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 29 milliseconds