Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx457 if ( m_nTableDepth > 0 && !m_bTableCellOpen ) in StartParagraph()
474 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()
487 m_nTableDepth = nCurrentDepth; in StartParagraph()
762 if ( m_nTableDepth > 1 ) in TableInfoCell()
765 m_aStyles.append((sal_Int32)m_nTableDepth); in TableInfoCell()
1138 m_aAfterRuns.append((sal_Int32)m_nTableDepth); in EndTableCell()
1140 if ( m_nTableDepth > 1 ) in EndTableCell()
1154 if ( m_nTableDepth > 1 ) in EndTableRow()
1181 if ( m_nTableDepth > 0 ) { in EndTable()
1182 m_nTableDepth--; in EndTable()
[all …]
H A Ddocxattributeoutput.cxx152 if ( m_nTableDepth > 0 && !m_bTableCellOpen ) in StartParagraph()
154 …8::WW8TableNodeInfoInner::Pointer_t pDeepInner( pTextNodeInfo->getInnerForDepth( m_nTableDepth ) ); in StartParagraph()
168 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()
171 … for ( sal_uInt32 nDepth = m_nTableDepth + 1; nDepth <= pTextNodeInfo->getDepth(); ++nDepth ) in StartParagraph()
180 m_nTableDepth = nCurrentDepth; in StartParagraph()
1220 if ( m_nTableDepth > 0 ) in EndTable()
1221 --m_nTableDepth; in EndTable()
3298 m_nTableDepth( 0 ), in DocxAttributeOutput()
H A Drtfattributeoutput.hxx541 sal_uInt32 m_nTableDepth; member in RtfAttributeOutput
H A Ddocxattributeoutput.hxx582 sal_uInt32 m_nTableDepth; member in DocxAttributeOutput

Completed in 41 milliseconds