Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx217 SwHTMLTableLayoutCnts *CreateLayoutInfo();
283 SwHTMLTableLayoutCell *CreateLayoutInfo();
389 SwHTMLTableLayoutColumn *CreateLayoutInfo();
657 SwHTMLTableLayout *CreateLayoutInfo();
727 SwHTMLTableLayoutCnts *HTMLTableCnts::CreateLayoutInfo() in CreateLayoutInfo() function in HTMLTableCnts
731 SwHTMLTableLayoutCnts *pNextInfo = pNext ? pNext->CreateLayoutInfo() : 0; in CreateLayoutInfo()
732 SwHTMLTableLayout *pTableInfo = pTable ? pTable->CreateLayoutInfo() : 0; in CreateLayoutInfo()
825 SwHTMLTableLayoutCell *HTMLTableCell::CreateLayoutInfo() in CreateLayoutInfo() function in HTMLTableCell
827 SwHTMLTableLayoutCnts *pCntInfo = pContents ? pContents->CreateLayoutInfo() : 0; in CreateLayoutInfo()
954 inline SwHTMLTableLayoutColumn *HTMLTableColumn::CreateLayoutInfo() in CreateLayoutInfo() function in HTMLTableColumn
[all …]