Home
last modified time | relevance | path

Searched refs:m_pTableWrt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx781 if ( !m_pTableWrt ) in TableDefinition()
819 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefinition()
859 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefaultBorders()
905 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableBackgrounds()
981 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableVerticalCell()
1084 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
1086 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
1095 delete m_pTableWrt, m_pTableWrt = NULL; in StartTable()
1183 delete m_pTableWrt, m_pTableWrt = NULL; in EndTable()
1191 delete m_pTableWrt, m_pTableWrt = NULL; in EndTable()
[all …]
H A Ddocxattributeoutput.cxx1140 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableCellProperties()
1202 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper()
1204 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
1228 delete m_pTableWrt, m_pTableWrt = NULL; in EndTable()
1259 if ( !m_pTableWrt ) in StartTableCell()
3296 m_pTableWrt( NULL ), in DocxAttributeOutput()
3315 delete m_pTableWrt, m_pTableWrt = NULL; in ~DocxAttributeOutput()
H A Drtfattributeoutput.hxx531 SwWriteTable *m_pTableWrt; member in RtfAttributeOutput
H A Ddocxattributeoutput.hxx576 SwWriteTable *m_pTableWrt; member in DocxAttributeOutput

Completed in 62 milliseconds