Home
last modified time | relevance | path

Searched refs:m_bInAnnotation (Results 1 – 9 of 9) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_AbiDocListener.cpp62 m_bInAnnotation(false), in ODe_AbiDocListener()
869 if (m_bInAnnotation) { in _openAnnotation()
892 m_bInAnnotation = true; in _openAnnotation()
904 if (!m_bInAnnotation) { in _closeAnnotation()
909 m_bInAnnotation = false; in _closeAnnotation()
H A DODe_AbiDocListener.h151 bool m_bInAnnotation; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_HTML_util.h56 extern bool m_bInAnnotation;
H A Die_exp_AbiWord_1.cpp266 bool m_bInAnnotation; member in s_AbiWord_1_Listener
357 if (!m_bInAnnotation) in _closeAnnotation()
362 m_bInAnnotation = false; in _closeAnnotation()
811 m_bInAnnotation = false; in s_AbiWord_1_Listener()
1045 m_bInAnnotation = true; in populate()
H A Die_exp_HTML_Listener.cpp42 m_bInAnnotation(false), in IE_Exp_HTML_Listener()
224 if (m_bInAnnotation) in populate()
1350 if (m_bInAnnotation) in _openAnnotation()
1365 m_bInAnnotation = true; in _openAnnotation()
1375 if (!m_bInAnnotation) in _closeAnnotation()
1381 m_bInAnnotation = false; in _closeAnnotation()
H A Die_exp_HTML_Listener.h298 bool m_bInAnnotation; variable
H A Die_exp_HTML_util.cpp47 bool m_bInAnnotation = false; variable
H A Die_imp_RTF.h996 bool m_bInAnnotation; variable
H A Die_imp_RTF.cpp1529 m_bInAnnotation(false), in IE_Imp_RTF()
2392 if(m_bInAnnotation) in HandleAnnotation()
2397 m_bInAnnotation = true; in HandleAnnotation()
2538 …else if(m_pAnnotation && (m_pAnnotation->m_iRTFLevel > 0) && !m_bInAnnotation && (c != '\\') && (c… in _parseText()
2998 …if(ok && m_bInAnnotation && m_pAnnotation && (m_stateStack.getDepth() < m_pAnnotation->m_iRTFLevel… in FlushStoredChars()
3002 m_bInAnnotation = false; in FlushStoredChars()