Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx117 short nWwCols; // sal_uInt8 wuerde reichen, alignment -> short member
1188 pTCs = new WW8_TCell[nWwCols]; in WW8TabBandDesc()
1189 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()
1193 pSHDs = new WW8_SHD[nWwCols]; in WW8TabBandDesc()
1194 memcpy( pSHDs, rBand.pSHDs, nWwCols * sizeof( WW8_SHD ) ); in WW8TabBandDesc()
1198 pNewSHDs = new sal_uInt32[nWwCols]; in WW8TabBandDesc()
1199 memcpy(pNewSHDs, rBand.pNewSHDs, nWwCols * sizeof(sal_uInt32)); in WW8TabBandDesc()
1213 short nOldCols = nWwCols; in ReadDef()
1218 nWwCols = nCols; in ReadDef()
1342 if (nitcFirst >= nWwCols) in ProcessSprmTSetBRC()
[all …]