Searched refs:pLayoutCnts (Results 1 – 2 of 2) sorted by relevance
854 const SwHTMLTableLayoutCnts *pLayoutCnts = in SwWriteTable() local859 if( ( nRow>0 && pLayoutCnts == pLayoutInfo->GetCell(nRow-1,nCol) in SwWriteTable()861 ( nCol>0 && pLayoutCnts == pLayoutInfo->GetCell(nRow,nCol-1) in SwWriteTable()869 const SwTableBox *pBox = pLayoutCnts->GetTableBox(); in SwWriteTable()
1196 SwHTMLTableLayoutCnts *pLayoutCnts = in CreateLayoutInfo() local1198 bExportable = !pLayoutCnts || in CreateLayoutInfo()1199 ( pLayoutCnts->GetStartNode() && in CreateLayoutInfo()1200 !pLayoutCnts->GetNext() ); in CreateLayoutInfo()
Completed in 33 milliseconds