Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.h287 UT_Vector m_vLists; variable
H A Die_imp_MsWord_97.cpp857 UT_VECTOR_PURGEALL(ListIdLevelPair *, m_vLists); in ~IE_Imp_MsWord_97()
2978 UT_VECTOR_PURGEALL(ListIdLevelPair *, m_vLists); in _beginPara()
2979 m_vLists.clear(); in _beginPara()
3073 for(UT_sint32 n = m_vLists.getItemCount(); n > 0; n--) in _beginPara()
3075 ListIdLevelPair * llp = (ListIdLevelPair *)(m_vLists.getNthItem(n - 1)); in _beginPara()
3131 m_vLists.addItem(static_cast<void*>(llp)); in _beginPara()