Home
last modified time | relevance | path

Searched refs:m_bWasTabRowEnd (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par2.cxx2564 m_pIo->m_bWasTabRowEnd = false; in UseSwTable()
2760 m_pIo->m_bWasTabRowEnd = false; in FinishSwTable()
3259 if( m_pIo->m_bWasTabRowEnd ) in TableCellEnd()
3512 m_bWasTabRowEnd = true; in Read_TabRowEnd()
H A Dww8par.cxx2715 bool bStopTab = m_bWasTabRowEnd && (m_nInTable > nCellLevel) && !m_bFootnoteEdn; in ProcessSpecial()
2717 m_bWasTabRowEnd = false; // must be deactivated right here to prevent next in ProcessSpecial()
3768 else if (m_bWasTabCellEnd || m_bWasTabRowEnd) in ReadChar()
4188 if (bStartLine || m_bWasTabRowEnd) in ReadText()
4313 , m_bWasTabRowEnd(false) in SwWW8ImplReader()
H A Dww8par.hxx1315 bool m_bWasTabRowEnd; // table : Row End Mark member in SwWW8ImplReader
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par2.cxx2574 m_pIo->m_bWasTabRowEnd = false; in UseSwTable()
2769 m_pIo->m_bWasTabRowEnd = false; in FinishSwTable()
3255 if( m_pIo->m_bWasTabRowEnd ) in TableCellEnd()
3508 m_bWasTabRowEnd = true; in Read_TabRowEnd()
H A Dww8par.cxx2732 bool bStopTab = m_bWasTabRowEnd && (m_nInTable > nCellLevel) && !m_bFootnoteEdn; in ProcessSpecial()
2734 m_bWasTabRowEnd = false; // must be deactivated right here to prevent next in ProcessSpecial()
3782 else if (m_bWasTabCellEnd || m_bWasTabRowEnd) in ReadChar()
4202 if (bStartLine || m_bWasTabRowEnd) in ReadText()
4327 , m_bWasTabRowEnd(false) in SwWW8ImplReader()
H A Dww8par.hxx1331 bool m_bWasTabRowEnd; // table : Row End Mark member in SwWW8ImplReader