Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx99 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 …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx234 class SW_DLLPUBLIC SwWriteTable class
316 SwWriteTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth,
319 SwWriteTable( const SwHTMLTableLayout *pLayoutInfo );
320 virtual ~SwWriteTable();
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx153 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()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx77 class SwHTMLWrtTable : public SwWriteTable
113 : SwWriteTable( rLines, nWidth, nBWidth, bRel, MAX_DEPTH, nLSub, nRSub, nNumOfRowsToRepeat ) in SwHTMLWrtTable()
119 : SwWriteTable( pLayoutInfo ) in SwHTMLWrtTable()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx531 SwWriteTable *m_pTableWrt;
H A Ddocxattributeoutput.hxx576 SwWriteTable *m_pTableWrt;
H A Ddocxattributeoutput.cxx1202 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
1204 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
H A Drtfattributeoutput.cxx1084 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
1086 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()

Completed in 73 milliseconds