Searched refs:pSaveStruct (Results 1 – 1 of 1) sorted by relevance
3535 _CellSaveStruct* pSaveStruct; in BuildTableCell() local3541 pSaveStruct = (_CellSaveStruct*)pPendStack->pData; in BuildTableCell()3937 pSaveStruct = new _CellSaveStruct( *this, pCurTable, bHead, in BuildTableCell()3955 ASSERT( pPendStack || !bCallNextToken || pSaveStruct->IsInSection(), in BuildTableCell()3957 if( !pPendStack && bCallNextToken && pSaveStruct->IsInSection() ) in BuildTableCell()3991 pSaveStruct->pTable = pTable; in BuildTableCell()3995 if( !pSaveStruct->IsInSection() ) in BuildTableCell()4016 pSaveStruct->AddContents( in BuildTableCell()4043 pSaveStruct->IsInSection(), in BuildTableCell()4059 ASSERT( !pSaveStruct->IsInSection(), in BuildTableCell()[all …]