Searched refs:m_pTableWrt (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 781 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 D | docxattributeoutput.cxx | 1140 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 D | rtfattributeoutput.hxx | 531 SwWriteTable *m_pTableWrt; member in RtfAttributeOutput
|
H A D | docxattributeoutput.hxx | 576 SwWriteTable *m_pTableWrt; member in DocxAttributeOutput
|
Completed in 80 milliseconds