Lines Matching refs:mpProcessedLists
47 : mpProcessedLists( 0 ), in XMLTextListsHelper()
60 if ( mpProcessedLists ) in ~XMLTextListsHelper()
62 mpProcessedLists->clear(); in ~XMLTextListsHelper()
63 delete mpProcessedLists; in ~XMLTextListsHelper()
155 if ( mpProcessedLists == 0 ) in KeepListAsProcessed()
157 mpProcessedLists = new tMapForLists(); in KeepListAsProcessed()
162 (*mpProcessedLists)[ sListId ] = aListData; in KeepListAsProcessed()
189 if ( mpProcessedLists == 0 ) in IsListProcessed()
194 return mpProcessedLists->find( sListId ) != mpProcessedLists->end(); in IsListProcessed()
200 if ( mpProcessedLists != 0 ) in GetListStyleOfProcessedList()
202 tMapForLists::const_iterator aIter = mpProcessedLists->find( sListId ); in GetListStyleOfProcessedList()
203 if ( aIter != mpProcessedLists->end() ) in GetListStyleOfProcessedList()
215 if ( mpProcessedLists != 0 ) in GetContinueListIdOfProcessedList()
217 tMapForLists::const_iterator aIter = mpProcessedLists->find( sListId ); in GetContinueListIdOfProcessedList()
218 if ( aIter != mpProcessedLists->end() ) in GetContinueListIdOfProcessedList()
251 if ( mpProcessedLists != 0 ) in GenerateNewListId()
253 while ( mpProcessedLists->find( sNewListId ) != mpProcessedLists->end() ) in GenerateNewListId()