Home
last modified time | relevance | path

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

/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx411 typedef std::hash_map<const String, const char*,FontNameHash> FontNameDictionary; in GetEnglishSearchFontName()
574 int FontNameHash::operator()( const String& rStr ) const in operator ()()
/trunk/main/unotools/inc/unotools/
H A Dfontdefs.hxx59 struct UNOTOOLS_DLLPUBLIC FontNameHash { int operator()(const String&) const; }; struct
/trunk/main/vcl/inc/
H A Doutdev.h220 typedef ::std::hash_map<String,String,FontNameHash> FontNameList;
H A Doutfont.hxx191 typedef std::hash_map<const String, ImplDevFontListData*,FontNameHash> DevFontList;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2237 static FontNameHash aFontNameHash; in operator ()()