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.cxx97 sal_uInt32 SwWriteTable::GetBoxWidth( const SwTableBox *pBox ) in GetBoxWidth()
106 long SwWriteTable::GetLineHeight( const SwTableLine *pLine ) in GetLineHeight()
161 long SwWriteTable::GetLineHeight( const SwTableBox *pBox ) const in GetLineHeight()
179 const SvxBrushItem *SwWriteTable::GetLineBrush( const SwTableBox *pBox, in GetLineBrush()
211 void SwWriteTable::MergeBorders( const SvxBorderLine* pBorderLine, in MergeBorders()
243 sal_uInt16 SwWriteTable::MergeBoxBorders( const SwTableBox *pBox, in MergeBoxBorders()
303 sal_uInt32 SwWriteTable::GetRawWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRawWidth()
312 sal_uInt16 SwWriteTable::GetLeftSpace( sal_uInt16 nCol ) const in GetLeftSpace()
329 sal_uInt16 SwWriteTable::GetRightSpace( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRightSpace()
347 sal_uInt16 SwWriteTable::GetAbsWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetAbsWidth()
[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()