Home
last modified time | relevance | path

Searched refs:m_bInCell (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/wml/xp/
H A Die_exp_WML.cpp121 m_bInCell(false), in s_WML_Listener()
229 if(!m_bInCell || !m_bInTable) in _closeCell()
235 m_bInCell = false; in _closeCell()
279 m_bInCell = true; in _openCell()
806 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleEmbedded()
865 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleField()
900 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleBookmark()
937 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleHyperlink()
975 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleMath()
1016 if((m_bInTable && (!m_bInRow || !m_bInCell))) in _handleImage()
[all …]
H A Die_exp_WML.h128 bool m_bInCell; variable
/dports/editors/abiword/abiword-3.0.5/plugins/wordperfect/xp/
H A Die_imp_WordPerfect.cpp402 m_bInCell(false), in IE_Imp_WordPerfect()
1127 if (m_bInCell) in openTableRow()
1132 m_bInCell = false; in openTableRow()
1149 if (m_bInCell) in openTableCell()
1196 m_bInCell = true; in openTableCell()
1204 if (m_bInCell) in closeTable()
1209 m_bInCell = false; in closeTable()
H A Die_imp_WordPerfect.h223 bool m_bInCell; variable
/dports/editors/abiword/abiword-3.0.5/plugins/latex/xp/
H A Die_exp_LaTeX.cpp336 bool m_bInCell; member in s_LaTeX_Listener
396 if ((!m_bInCell) && (!m_bInFootnote) && (!m_bInEndnote)) m_pie->write("\n"); in _closeParagraph()
481 if(!m_bInCell) m_pie->write("\n\n"); in _closeBlock()
509 m_bInCell = true; in _openCell()
1123 m_bInCell = false; in _closeCell()
1428 m_bInCell(false), in s_LaTeX_Listener()