Home
last modified time | relevance | path

Searched refs:SwHTMLTableLayoutCnts (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/inc/
H A Dhtmltbl.hxx43 class SwHTMLTableLayoutCnts class
45 SwHTMLTableLayoutCnts *pNext; // der naechste Inhalt
66 SwHTMLTableLayoutCnts( const SwStartNode* pSttNd, SwHTMLTableLayout* pTab,
67 sal_Bool bNoBreakTag, SwHTMLTableLayoutCnts* pNxt );
69 ~SwHTMLTableLayoutCnts();
79 SwHTMLTableLayoutCnts *GetNext() const { return pNext; } in GetNext()
94 SwHTMLTableLayoutCnts *pContents; // der Inhalt der Zelle
105 SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts,
113 void SetContents( SwHTMLTableLayoutCnts *pCnts ) { pContents = pCnts; } in SetContents()
114 SwHTMLTableLayoutCnts *GetContents() const { return pContents; } in GetContents()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx91 SwHTMLTableLayoutCnts::SwHTMLTableLayoutCnts( const SwStartNode *pSttNd, in SwHTMLTableLayoutCnts() function in SwHTMLTableLayoutCnts
94 SwHTMLTableLayoutCnts* pNxt ) : in SwHTMLTableLayoutCnts()
99 SwHTMLTableLayoutCnts::~SwHTMLTableLayoutCnts() in ~SwHTMLTableLayoutCnts()
105 const SwStartNode *SwHTMLTableLayoutCnts::GetStartNode() const in GetStartNode()
114 SwHTMLTableLayoutCell::SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, in SwHTMLTableLayoutCell()
518 SwHTMLTableLayoutCnts *pCnts = pCell->GetContents(); in AutoLayoutPass1()
1673 SwHTMLTableLayoutCnts* pCntnts = pCell->GetContents(); in SetWidths()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx188 SwHTMLTableLayoutCnts* pLayoutInfo;
217 SwHTMLTableLayoutCnts *CreateLayoutInfo();
727 SwHTMLTableLayoutCnts *HTMLTableCnts::CreateLayoutInfo() in CreateLayoutInfo()
731 SwHTMLTableLayoutCnts *pNextInfo = pNext ? pNext->CreateLayoutInfo() : 0; in CreateLayoutInfo()
734 pLayoutInfo = new SwHTMLTableLayoutCnts( pStartNode, pTableInfo, in CreateLayoutInfo()
827 SwHTMLTableLayoutCnts *pCntInfo = pContents ? pContents->CreateLayoutInfo() : 0; in CreateLayoutInfo()
1196 SwHTMLTableLayoutCnts *pLayoutCnts = in CreateLayoutInfo()
1800 SwHTMLTableLayoutCnts *pCntsLayoutInfo = in MakeTableLine()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx854 const SwHTMLTableLayoutCnts *pLayoutCnts = in SwWriteTable()

Completed in 51 milliseconds