Searched refs:maLists (Results 1 – 3 of 3) sorted by relevance
264 maLists(), in SwDoc()693 aListIter = maLists.begin(); in ~SwDoc()694 aListIter != maLists.end(); in ~SwDoc()699 maLists.clear(); in ~SwDoc()877 aListIter = maLists.begin(); in ClearDoc()878 aListIter != maLists.end(); in ClearDoc()883 maLists.clear(); in ClearDoc()
1194 tHashMapForLists::iterator aListIter = maLists.begin(); in DelNumRule()1195 while ( aListIter != maLists.end() ) in DelNumRule()2694 maLists[sListId] = pNewList; in createList()2704 maLists.erase( sListId ); in deleteList()2714 aListIter = maLists.find( sListId ); in getListByName()2715 if ( aListIter != maLists.end() ) in getListByName()
371 tHashMapForLists maLists; member in SwDoc
Completed in 97 milliseconds