Searched refs:m_nTableDepth (Results 1 – 4 of 4) sorted by relevance
465 if ( m_nTableDepth > 0 && !m_bTableCellOpen ) in StartParagraph()482 if ( nCurrentDepth > m_nTableDepth ) in StartParagraph()495 m_nTableDepth = nCurrentDepth; in StartParagraph()770 if ( m_nTableDepth > 1 ) in TableInfoCell()773 m_aStyles.append((sal_Int32)m_nTableDepth); in TableInfoCell()1146 m_aAfterRuns.append((sal_Int32)m_nTableDepth); in EndTableCell()1148 if ( m_nTableDepth > 1 ) in EndTableCell()1162 if ( m_nTableDepth > 1 ) in EndTableRow()1189 if ( m_nTableDepth > 0 ) { in EndTable()1190 m_nTableDepth--; in EndTable()[all …]
152 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()
541 sal_uInt32 m_nTableDepth; member in RtfAttributeOutput
582 sal_uInt32 m_nTableDepth; member in DocxAttributeOutput
Completed in 77 milliseconds