Home
last modified time | relevance | path

Searched refs:pLayoutCnts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx854 const SwHTMLTableLayoutCnts *pLayoutCnts = in SwWriteTable() local
859 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()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1196 SwHTMLTableLayoutCnts *pLayoutCnts = in CreateLayoutInfo() local
1198 bExportable = !pLayoutCnts || in CreateLayoutInfo()
1199 ( pLayoutCnts->GetStartNode() && in CreateLayoutInfo()
1200 !pLayoutCnts->GetNext() ); in CreateLayoutInfo()

Completed in 46 milliseconds