Searched refs:pTCs (Results 1 – 1 of 1) sorted by relevance
124 WW8_TCell* pTCs; member167 delete[] pTCs; in ~WW8TabBandDesc()1187 if( rBand.pTCs ) in WW8TabBandDesc()1189 pTCs = new WW8_TCell[nWwCols]; in WW8TabBandDesc()1190 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()1229 delete[] pTCs, pTCs = 0; in ReadDef()1236 if (!pTCs && nCols) in ReadDef()1239 pTCs = new WW8_TCell[nCols]; in ReadDef()1240 setcelldefaults(pTCs,nCols); in ReadDef()1259 WW8_TCell* pAktTC = pTCs; in ReadDef()[all …]