Lines Matching refs:ImplDevFontListData
38 class ImplDevFontListData;
146 friend class ImplDevFontListData;
191 typedef std::hash_map<const String, ImplDevFontListData*,FontNameHash> DevFontList;
207 ImplDevFontListData* FindFontFamily( const String& rFontName ) const;
208 …ImplDevFontListData* ImplFindByFont( ImplFontSelectData&, bool bPrinter, ImplDirectFontSubstitu…
209 ImplDevFontListData* ImplFindBySearchName( const String& ) const;
212 ImplDevFontListData* GetGlyphFallbackFont( ImplFontSelectData&,
225 ImplDevFontListData* ImplFindByLocale( com::sun::star::lang::Locale& ) const;
231 ImplDevFontListData* ImplFindByTokenNames( const String& ) const;
232 …ImplDevFontListData* ImplFindByAliasName( const String& rSearchName, const String& rShortName )…
233 ImplDevFontListData* ImplFindBySubstFontAttr( const utl::FontNameAttr& ) const;
234 ImplDevFontListData* ImplFindByAttributes( sal_uLong nSearchType, FontWeight, FontWidth,
236 ImplDevFontListData* FindDefaultFont() const;
240 mutable ImplDevFontListData** mpFallbackList;