Searched refs:SwHTMLTableLayoutCell (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 92 class SwHTMLTableLayoutCell class 105 SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, 110 ~SwHTMLTableLayoutCell(); 190 SwHTMLTableLayoutCell **aCells; 303 inline SwHTMLTableLayoutCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const; 304 inline void SetCell( SwHTMLTableLayoutCell *pCell, sal_uInt16 nRow, sal_uInt16 nCol ); 378 inline void SwHTMLTableLayoutCell::SetProtected() in SetProtected() 464 inline SwHTMLTableLayoutCell *SwHTMLTableLayout::GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const in GetCell() 469 inline void SwHTMLTableLayout::SetCell( SwHTMLTableLayoutCell *pCell, in SetCell()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 113 SwHTMLTableLayoutCell::SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, in SwHTMLTableLayoutCell() function in SwHTMLTableLayoutCell 123 SwHTMLTableLayoutCell::~SwHTMLTableLayoutCell() in ~SwHTMLTableLayoutCell() 190 typedef SwHTMLTableLayoutCell *SwHTMLTableLayoutCellPtr; 513 SwHTMLTableLayoutCell *pCell = GetCell(j,i); in AutoLayoutPass1() 1667 SwHTMLTableLayoutCell *pCell = GetCell( i, j ); in SetWidths()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 287 SwHTMLTableLayoutCell *CreateLayoutInfo(); 834 SwHTMLTableLayoutCell *HTMLTableCell::CreateLayoutInfo() in CreateLayoutInfo() 838 return new SwHTMLTableLayoutCell( pCntInfo, nRowSpan, nColSpan, nWidth, in CreateLayoutInfo() 1201 SwHTMLTableLayoutCell *pLayoutCell = in CreateLayoutInfo() 1816 SwHTMLTableLayoutCell *pCurrCell = pLayoutInfo->GetCell( nTopRow, nStartCol ); in MakeTableLine() 2799 SwHTMLTableLayoutCell *pLayoutCell = in MakeTable()
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 851 const SwHTMLTableLayoutCell *pLayoutCell = in SwWriteTable()
|
Completed in 50 milliseconds