Home
last modified time | relevance | path

Searched refs:pCnts (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx264 void SetContents( HTMLTableCnts *pCnts ) { pContents = pCnts; } in SetContents() argument
723 pCnts = pCnts->pNext; in Add()
783 pContents = pCnts; in Set()
1895 while( pCnts ) in MakeTableBox()
1938 pCnts = pCnts->Next(); in MakeTableBox()
2080 while( pCnts ) in SetBorders()
2093 pCnts = pCnts->Next(); in SetBorders()
3229 pCnts( 0 ), in _CellSaveStruct()
3379 if( pCnts ) in AddContents()
3431 if( !pCnts || in StartNoBreak()
[all …]
/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx113 SwHTMLTableLayoutCell::SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, in SwHTMLTableLayoutCell() argument
117 pContents( pCnts ), in SwHTMLTableLayoutCell()
514 SwHTMLTableLayoutCnts *pCnts = pCell->GetContents(); in AutoLayoutPass1() local
522 if( !pCnts || (pCnts && !pCnts->IsPass1Done(nPass1Done)) ) in AutoLayoutPass1()
538 while( pCnts ) in AutoLayoutPass1()
540 const SwStartNode *pSttNd = pCnts->GetStartNode(); in AutoLayoutPass1()
561 pCnts->HasNoBreakTag() ); in AutoLayoutPass1()
612 SwHTMLTableLayout *pChild = pCnts->GetTable(); in AutoLayoutPass1()
638 pCnts->SetPass1Done( nPass1Done ); in AutoLayoutPass1()
639 pCnts = pCnts->GetNext(); in AutoLayoutPass1()
/aoo4110/main/sw/inc/
H A Dhtmltbl.hxx105 SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts,
113 void SetContents( SwHTMLTableLayoutCnts *pCnts ) { pContents = pCnts; } in SetContents() argument

Completed in 181 milliseconds