Home
last modified time | relevance | path

Searched refs:m_RTFListType (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.cpp307 if(m_RTFListType == 0) in buildAbiListProperties()
311 else if( m_RTFListType == 1) in buildAbiListProperties()
315 else if(m_RTFListType == 2) in buildAbiListProperties()
319 else if( m_RTFListType == 3) in buildAbiListProperties()
323 else if (m_RTFListType == 4) in buildAbiListProperties()
327 else if (m_RTFListType == 5) in buildAbiListProperties()
331 else if (m_RTFListType == 23) in buildAbiListProperties()
336 else if (m_RTFListType == 23 + IMPLIES_LIST) in buildAbiListProperties()
341 else if (m_RTFListType == 45) in buildAbiListProperties()
8445 if(pLevel->m_RTFListType != 23) in HandleListLevel()
[all …]
H A Die_imp_RTF.h333 UT_uint32 m_RTFListType; variable