Lines Matching refs:HashedEntryList
299 class HashedEntryList : protected List class
306 virtual ~HashedEntryList();
319 inline HashedEntry* HashedEntryList::First() in First()
324 inline HashedEntry* HashedEntryList::Next() in Next()
329 inline void HashedEntryList::Append( HashedEntry* pNew ) in Append()
334 HashedEntryList::~HashedEntryList() in ~HashedEntryList()
339 const HashedEntry* HashedEntryList::Find( const OUString& rRefName ) in Find()
349 const HashedEntry* HashedEntryList::Find( const HashedEntry& rRef ) in Find()
358 const HashedEntry& HashedEntryList::Insert( HashedEntry* pNew ) in Insert()
376 void HashedEntryList::Clear() in Clear()
418 class NameTranslationList : protected HashedEntryList