Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/contnr/
H A Dfileview.cxx247 class HashedEntry class
253 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 HashedEntry
268 inline HashedEntry::HashedEntry( const INetURLObject& rURL ): in HashedEntry() function in HashedEntry
274 inline HashedEntry::HashedEntry( const HashedEntry& r ): maName( r.maName ), mnHashCode( r.mnHashCo… in HashedEntry() function in HashedEntry
[all …]