Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx1459 short nNewWwCols; in ProcessSprmTInsert() local
1462 nNewWwCols = nitcInsert+nctc; in ProcessSprmTInsert()
1465 if (nNewWwCols > MAX_COL) in ProcessSprmTInsert()
1467 nNewWwCols = MAX_COL; in ProcessSprmTInsert()
1473 nNewWwCols = nWwCols+nctc; in ProcessSprmTInsert()
1476 if (nNewWwCols > MAX_COL) in ProcessSprmTInsert()
1478 nNewWwCols = MAX_COL; in ProcessSprmTInsert()
1479 nctc = ::sal::static_int_cast<sal_uInt8>(nNewWwCols-nWwCols); in ProcessSprmTInsert()
1483 WW8_TCell *pTC2s = new WW8_TCell[nNewWwCols]; in ProcessSprmTInsert()
1484 setcelldefaults(pTC2s, nNewWwCols); in ProcessSprmTInsert()
[all …]

Completed in 34 milliseconds