Lines Matching refs:pCurTable

3189 	_CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable, sal_Bool bHd,
3201 void InsertCell( SwHTMLParser& rParser, HTMLTable *pCurTable );
3211 _CellSaveStruct::_CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable, in _CellSaveStruct() argument
3224 eAdjust( pCurTable->GetInheritedAdjust() ), in _CellSaveStruct()
3225 eVertOri( pCurTable->GetInheritedVertOri() ), in _CellSaveStruct()
3373 HTMLTable *pCurTable ) in InsertCell() argument
3407 pCurTable->InsertCell( pCnts, nRowSpan, nColSpan, nWidth, in InsertCell()
3523 void SwHTMLParser::RegisterDrawObjectToTable( HTMLTable *pCurTable, in RegisterDrawObjectToTable() argument
3526 pCurTable->RegisterDrawObject( pObj, nPrcWidth ); in RegisterDrawObjectToTable()
3529 void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, sal_Bool bReadOptions, in BuildTableCell() argument
3560 if( !pCurTable->GetContext() ) in BuildTableCell()
3562 sal_Bool bTopTable = pTable==pCurTable; in BuildTableCell()
3582 sal_Bool bStyleParsed = ParseStyleOptions( pCurTable->GetStyle(), in BuildTableCell()
3583 pCurTable->GetId(), in BuildTableCell()
3584 pCurTable->GetClass(), in BuildTableCell()
3586 0, &pCurTable->GetDirection() ); in BuildTableCell()
3593 pCurTable->SetBGBrush( *(const SvxBrushItem *)pItem ); in BuildTableCell()
3626 pCurTable->HasToFly(); in BuildTableCell()
3631 ASSERT( !bForceFrame || pCurTable->HasParentSection(), in BuildTableCell()
3706 else if( pCurTable->HasParentSection() ) in BuildTableCell()
3727 if( !bForceFrame && (bTopTable || pCurTable->HasParentSection()) ) in BuildTableCell()
3767 if( !pCurTable->IsNewDoc() ) in BuildTableCell()
3773 switch( pCurTable->GetTableAdjust(sal_True) ) in BuildTableCell()
3796 sal_uInt16 nSpace = pCurTable->GetHSpace(); in BuildTableCell()
3799 nSpace = pCurTable->GetVSpace(); in BuildTableCell()
3892 pCurTable->SetTable( pTCntxt->GetTableNode(), pTCntxt, in BuildTableCell()
3904 if( pCurTable->HasParentSection() ) in BuildTableCell()
3926 pCurTable->SetTable( pStNd, pTCntxt, nLeftSpace, nRightSpace ); in BuildTableCell()
3937 pSaveStruct = new _CellSaveStruct( *this, pCurTable, bHead, in BuildTableCell()
4135 NewMarquee( pCurTable ); in BuildTableCell()
4181 (!pSaveStruct->IsInSection() && !pCurTable->HasColTags()) ) in BuildTableCell()
4243 pSaveStruct->InsertCell( *this, pCurTable ); in BuildTableCell()
4263 void SwHTMLParser::BuildTableRow( HTMLTable *pCurTable, sal_Bool bReadOptions, in BuildTableRow() argument
4344 pCurTable->OpenRow( eAdjust, eVertOri, pBrushItem ); in BuildTableRow()
4361 pCurTable->GetContext() || pCurTable->HasParentSection(), in BuildTableRow()
4364 (pCurTable->GetContext() || pCurTable->HasParentSection()) ) in BuildTableRow()
4373 if( !pCurTable->GetContext() ) in BuildTableRow()
4397 BuildTableCell( pCurTable, sal_True, HTML_TABLEHEADER_ON==nToken ); in BuildTableRow()
4405 BuildTableCaption( pCurTable ); in BuildTableRow()
4437 if( (pCurTable->GetContext() || in BuildTableRow()
4438 !pCurTable->HasParentSection()) && in BuildTableRow()
4442 pCurTable->MakeParentContents(); in BuildTableRow()
4464 pCurTable->CloseRow( !pSaveStruct->bHasCells ); in BuildTableRow()
4471 void SwHTMLParser::BuildTableSection( HTMLTable *pCurTable, in BuildTableSection() argument
4540 pCurTable->GetContext() || pCurTable->HasParentSection(), in BuildTableSection()
4543 (pCurTable->GetContext() || pCurTable->HasParentSection()) ) in BuildTableSection()
4552 if( !pCurTable->GetContext() ) in BuildTableSection()
4573 BuildTableCaption( pCurTable ); in BuildTableSection()
4581 BuildTableRow( pCurTable, sal_False, pSaveStruct->eAdjust, in BuildTableSection()
4586 BuildTableRow( pCurTable, sal_True, pSaveStruct->eAdjust, in BuildTableSection()
4601 if( (pCurTable->GetContext() || in BuildTableSection()
4602 !pCurTable->HasParentSection()) && in BuildTableSection()
4606 pCurTable->MakeParentContents(); in BuildTableSection()
4628 pCurTable->CloseSection( bHead ); in BuildTableSection()
4662 void SwHTMLParser::BuildTableColGroup( HTMLTable *pCurTable, in BuildTableColGroup() argument
4738 pCurTable->GetContext() || pCurTable->HasParentSection(), in BuildTableColGroup()
4741 (pCurTable->GetContext() || pCurTable->HasParentSection()) ) in BuildTableColGroup()
4750 if( !pCurTable->GetContext() ) in BuildTableColGroup()
4807 pCurTable->InsertCol( nColSpan, nColWidth, bRelColWidth, in BuildTableColGroup()
4821 if( (pCurTable->GetContext() || in BuildTableColGroup()
4822 !pCurTable->HasParentSection()) && in BuildTableColGroup()
4826 pCurTable->MakeParentContents(); in BuildTableColGroup()
4847 pSaveStruct->CloseColGroup( pCurTable ); in BuildTableColGroup()
4892 void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable ) in BuildTableCaption() argument
4940 if( pTable == pCurTable ) in BuildTableCaption()
4956 pCurTable->SetCaption( pStNd, bTop ); in BuildTableCaption()
4980 sal_Bool bHasToFly = pSaveStruct->pTable!=pCurTable; in BuildTableCaption()
4981 BuildTable( pCurTable->GetTableAdjust( sal_True ), in BuildTableCaption()
5048 if( pTable==pCurTable ) in BuildTableCaption()
5084 HTMLTable *pCurTable; member in _TblSaveStruct
5087 pCurTable( pCurTbl ) in _TblSaveStruct()
5104 pCurTable->MakeTable( 0, nWidth ); in MakeTable()
5106 _HTMLTableContext *pTCntxt = pCurTable->GetContext(); in MakeTable()
5304 HTMLTable *pCurTable = new HTMLTable( this, pTable, in BuildTable() local
5311 pTable = pCurTable; in BuildTable()
5313 pSaveStruct = new _TblSaveStruct( pCurTable ); in BuildTable()
5322 HTMLTable *pCurTable = pSaveStruct->pCurTable; in BuildTable() local
5336 pCurTable->GetContext() || pCurTable->HasParentSection(), in BuildTable()
5339 (pCurTable->GetContext() || pCurTable->HasParentSection()) ) in BuildTable()
5348 if( !pCurTable->GetContext() ) in BuildTable()
5364 BuildTableCaption( pCurTable ); in BuildTable()
5369 BuildTableColGroup( pCurTable, sal_False ); in BuildTable()
5372 BuildTableColGroup( pCurTable, sal_True ); in BuildTable()
5378 BuildTableSection( pCurTable, sal_False, sal_False ); in BuildTable()
5384 BuildTableSection( pCurTable, sal_True, HTML_THEAD_ON==nToken ); in BuildTable()
5398 if( (pCurTable->GetContext() || in BuildTable()
5399 !pCurTable->HasParentSection()) && in BuildTable()
5403 pCurTable->MakeParentContents(); in BuildTable()
5425 _HTMLTableContext *pTCntxt = pCurTable->GetContext(); in BuildTable()
5431 pCurTable->CloseTable(); in BuildTable()
5446 if( pTable==pCurTable ) in BuildTable()
5526 if( pTable==pCurTable ) in BuildTable()
5552 else if( pTable==pCurTable ) in BuildTable()
5557 const SwStartNode *pCapStNd = pCurTable->GetCaptionStartNode(); in BuildTable()
5563 pCurTable->SetCaption( 0, sal_False ); in BuildTable()
5567 if( pTable == pCurTable ) in BuildTable()
5569 delete pSaveStruct->pCurTable; in BuildTable()
5570 pSaveStruct->pCurTable = 0; in BuildTable()
5574 HTMLTable* pRetTbl = pSaveStruct->pCurTable; in BuildTable()