Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h918 std::vector<_rtfAbiListTable *> m_vecAbiListTable; variable
920 { return m_vecAbiListTable.at(i); } in getAbiList()
H A Die_imp_RTF.cpp1541 if(!m_vecAbiListTable.empty()) in IE_Imp_RTF()
1543 UT_std_vector_purgeall(m_vecAbiListTable); in IE_Imp_RTF()
1581 UT_std_vector_purgeall(m_vecAbiListTable); in ~IE_Imp_RTF()
10835 m_vecAbiListTable.push_back(new _rtfAbiListTable); in HandleAbiLists()