Searched refs:HashedEntry (Results 1 – 1 of 1) sorted by relevance
247 class HashedEntry class253 inline HashedEntry( const OUString& rName );254 inline HashedEntry( const INetURLObject& rURL );255 inline HashedEntry( const HashedEntry& rCopy );256 virtual ~HashedEntry();258 inline sal_Bool operator ==( const HashedEntry& rRef ) const;259 inline sal_Bool operator !=( const HashedEntry& rRef ) const;264 inline HashedEntry::HashedEntry( const OUString& rName ): maName( rName ), mnHashCode( rName.hashCo… in HashedEntry() function in HashedEntry268 inline HashedEntry::HashedEntry( const INetURLObject& rURL ): in HashedEntry() function in HashedEntry274 inline HashedEntry::HashedEntry( const HashedEntry& r ): maName( r.maName ), mnHashCode( r.mnHashCo… in HashedEntry() function in HashedEntry[all …]