Searched refs:m_pTableWrt (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 789 if ( !m_pTableWrt ) in TableDefinition() 827 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefinition() 867 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefaultBorders() 913 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableBackgrounds() 989 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableVerticalCell() 1092 m_pTableWrt = new SwWriteTable( pLayout ); in InitTableHelper() 1094 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper() 1103 delete m_pTableWrt, m_pTableWrt = NULL; in StartTable() 1191 delete m_pTableWrt, m_pTableWrt = NULL; in EndTable() 1199 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 37 milliseconds