Searched refs:pTCs (Results 1 – 1 of 1) sorted by relevance
123 WW8_TCell* pTCs; member166 delete[] pTCs; in ~WW8TabBandDesc()1186 if( rBand.pTCs ) in WW8TabBandDesc()1188 pTCs = new WW8_TCell[nWwCols]; in WW8TabBandDesc()1189 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()1228 delete[] pTCs, pTCs = 0; in ReadDef()1235 if (!pTCs && nCols) in ReadDef()1238 pTCs = new WW8_TCell[nCols]; in ReadDef()1239 setcelldefaults(pTCs,nCols); in ReadDef()1258 WW8_TCell* pAktTC = pTCs; in ReadDef()[all …]