Home
last modified time | relevance | path

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

/AOO41X/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()
181 const SvxBrushItem *SwWriteTable::GetLineBrush( const SwTableBox *pBox, in GetLineBrush()
213 void SwWriteTable::MergeBorders( const SvxBorderLine* pBorderLine, in MergeBorders()
245 sal_uInt16 SwWriteTable::MergeBoxBorders( const SwTableBox *pBox, in MergeBoxBorders()
305 sal_uInt32 SwWriteTable::GetRawWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRawWidth()
314 sal_uInt16 SwWriteTable::GetLeftSpace( sal_uInt16 nCol ) const in GetLeftSpace()
331 sal_uInt16 SwWriteTable::GetRightSpace( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRightSpace()
349 sal_uInt16 SwWriteTable::GetAbsWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetAbsWidth()
[all …]
/AOO41X/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();
/AOO41X/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()
/AOO41X/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()
/AOO41X/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.cxx1092 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
1094 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()