Searched refs:SwHTMLTableLayoutCell (Results 1 – 4 of 4) sorted by relevance
/trunk/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()
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 114 SwHTMLTableLayoutCell::SwHTMLTableLayoutCell( SwHTMLTableLayoutCnts *pCnts, in SwHTMLTableLayoutCell() function in SwHTMLTableLayoutCell 124 SwHTMLTableLayoutCell::~SwHTMLTableLayoutCell() in ~SwHTMLTableLayoutCell() 194 typedef SwHTMLTableLayoutCell *SwHTMLTableLayoutCellPtr; 517 SwHTMLTableLayoutCell *pCell = GetCell(j,i); in AutoLayoutPass1() 1671 SwHTMLTableLayoutCell *pCell = GetCell( i, j ); in SetWidths()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 283 SwHTMLTableLayoutCell *CreateLayoutInfo(); 825 SwHTMLTableLayoutCell *HTMLTableCell::CreateLayoutInfo() in CreateLayoutInfo() 829 return new SwHTMLTableLayoutCell( pCntInfo, nRowSpan, nColSpan, nWidth, in CreateLayoutInfo() 1189 SwHTMLTableLayoutCell *pLayoutCell = in CreateLayoutInfo() 1804 SwHTMLTableLayoutCell *pCurrCell = pLayoutInfo->GetCell( nTopRow, nStartCol ); in MakeTableLine() 2787 SwHTMLTableLayoutCell *pLayoutCell = in MakeTable()
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 851 const SwHTMLTableLayoutCell *pLayoutCell = in SwWriteTable()
|
Completed in 60 milliseconds