Lines Matching refs:WW8_TCell

124     WW8_TCell* pTCs;
142 static void setcelldefaults(WW8_TCell *pCells, short nCells);
192 WW8_TCell* pAktWWCell;
234 SwTableBox* UpdateTableMergeGroup(WW8_TCell& rCell,
263 const WW8_TCell* GetAktWWCell() const { return pAktWWCell; } in GetAktWWCell()
1189 pTCs = new WW8_TCell[nWwCols]; in WW8TabBandDesc()
1190 memcpy( pTCs, rBand.pTCs, nWwCols * sizeof( WW8_TCell ) ); in WW8TabBandDesc()
1239 pTCs = new WW8_TCell[nCols]; in ReadDef()
1259 WW8_TCell* pAktTC = pTCs; in ReadDef()
1354 WW8_TCell* pAktTC = pTCs + nitcFirst; in ProcessSprmTSetBRC()
1483 WW8_TCell *pTC2s = new WW8_TCell[nNewWwCols]; in ProcessSprmTInsert()
1488 memcpy( pTC2s, pTCs, nWwCols * sizeof( WW8_TCell ) ); in ProcessSprmTInsert()
1631 WW8_TCell* pAktTC = pTCs + nitcFirst; in ProcessSprmTDelete()
1701 void WW8TabBandDesc::setcelldefaults(WW8_TCell *pCells, short nCols) in setcelldefaults()
1703 memset( pCells, 0, nCols * sizeof( WW8_TCell ) ); in setcelldefaults()
2264 pR->pTCs = new WW8_TCell[ pR->nWwCols ]; in CalcDefaults()
2265 memset( pR->pTCs, 0, pR->nWwCols * sizeof( WW8_TCell ) ); in CalcDefaults()
2269 WW8_TCell* pT = &pR->pTCs[k]; in CalcDefaults()
2690 WW8_TCell& rCell = pActBand->pTCs[ i ]; in MergeCells()
3104 WW8_TCell* pT = &pActBand->pTCs[nWwIdx]; in SetTabBorders()
3227 WW8_TCell* pT = &pActBand->pTCs[nWwIdx]; in SetTabVertAlign()
3420 SwTableBox* WW8TabDesc::UpdateTableMergeGroup( WW8_TCell& rCell, in UpdateTableMergeGroup()
3773 const WW8_TCell* pCell = pTableDesc->GetAktWWCell(); in IsInvalidOrToBeMergedTabCell()