Searched refs:nitcInsert (Results 1 – 1 of 1) sorted by relevance
1453 sal_uInt8 nitcInsert = pParamsTInsert[0]; // position at which to insert in ProcessSprmTInsert() local1454 if (nitcInsert >= MAX_COL) // cannot insert into cell outside max possible index in ProcessSprmTInsert()1460 if (nitcInsert > nWwCols) in ProcessSprmTInsert()1462 nNewWwCols = nitcInsert+nctc; in ProcessSprmTInsert()1468 nctc = ::sal::static_int_cast<sal_uInt8>(nNewWwCols-nitcInsert); in ProcessSprmTInsert()1494 if (nitcInsert <= nWwCols) in ProcessSprmTInsert()1498 for( int i = nWwCols-1; i >= nitcInsert; i--) in ProcessSprmTInsert()1509 for( int i = nWwCols; i > nitcInsert+nWwCols; i--) in ProcessSprmTInsert()1514 nCenter[j + nitcInsert] = (j + nitcInsert) ? (nCenter[j + nitcInsert -1]+ndxaCol) : 0; in ProcessSprmTInsert()
Completed in 70 milliseconds