Searched refs:SwWriteTable (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 99 sal_uInt32 SwWriteTable::GetBoxWidth( const SwTableBox *pBox ) in GetBoxWidth() 108 long SwWriteTable::GetLineHeight( const SwTableLine *pLine ) in GetLineHeight() 163 long SwWriteTable::GetLineHeight( const SwTableBox *pBox ) const in GetLineHeight() 213 void SwWriteTable::MergeBorders( const SvxBorderLine* pBorderLine, in MergeBorders() 245 sal_uInt16 SwWriteTable::MergeBoxBorders( const SwTableBox *pBox, in MergeBoxBorders() 314 sal_uInt16 SwWriteTable::GetLeftSpace( sal_uInt16 nCol ) const in GetLeftSpace() 382 long SwWriteTable::GetAbsHeight( long nRawHeight, sal_uInt16 nRow, in GetAbsHeight() 417 void SwWriteTable::CollectTableRowsCols( long nStartRPos, in CollectTableRowsCols() 766 SwWriteTable::SwWriteTable(const SwTableLines& rLines, long nWidth, in SwWriteTable() function in SwWriteTable 794 SwWriteTable::SwWriteTable( const SwHTMLTableLayout *pLayoutInfo ) in SwWriteTable() function in SwWriteTable [all …]
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 234 class SW_DLLPUBLIC SwWriteTable class 316 SwWriteTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth, 319 SwWriteTable( const SwHTMLTableLayout *pLayoutInfo ); 320 virtual ~SwWriteTable();
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 153 nCPos = nCPos + SwWriteTable::GetBoxWidth( pBox ); in SwXMLTableLines_Impl() 171 nCPos + SwWriteTable::GetBoxWidth( pBox ); in SwXMLTableLines_Impl() 684 nCPos = nCPos + SwWriteTable::GetBoxWidth( pBox ); in ExportTableLinesAutoStyles() 974 nCPos = nCPos + SwWriteTable::GetBoxWidth( pBox ); in ExportTableLine()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 77 class SwHTMLWrtTable : public SwWriteTable 113 : SwWriteTable( rLines, nWidth, nBWidth, bRel, MAX_DEPTH, nLSub, nRSub, nNumOfRowsToRepeat ) in SwHTMLWrtTable() 119 : SwWriteTable( pLayoutInfo ) in SwHTMLWrtTable()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 531 SwWriteTable *m_pTableWrt;
|
H A D | docxattributeoutput.hxx | 576 SwWriteTable *m_pTableWrt;
|
H A D | docxattributeoutput.cxx | 1202 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper() 1204 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
|
H A D | rtfattributeoutput.cxx | 1092 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper() 1094 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
|
Completed in 68 milliseconds