Searched refs:ImplDevFontListData (Results 1 – 4 of 4) sorted by relevance
38 class ImplDevFontListData;146 friend class ImplDevFontListData;191 typedef std::hash_map<const String, ImplDevFontListData*,FontNameHash> DevFontList;207 ImplDevFontListData* FindFontFamily( const String& rFontName ) const;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;233 ImplDevFontListData* ImplFindBySubstFontAttr( const utl::FontNameAttr& ) const;236 ImplDevFontListData* FindDefaultFont() const;[all …]
56 class ImplDevFontListData class59 ImplDevFontListData( const String& rSearchName );60 ~ImplDevFontListData();
1045 ImplDevFontListData::ImplDevFontListData( const String& rSearchName ) in ImplDevFontListData() function in ImplDevFontListData1059 ImplDevFontListData::~ImplDevFontListData() in ~ImplDevFontListData()1347 ImplDevFontListData** pFallbackList = NULL; in InitGenericGlyphFallback()1420 ImplDevFontListData* pFallbackData = NULL; in GetGlyphFallbackFont()1519 ImplDevFontListData* pFoundData = NULL; in Add()1582 ImplDevFontListData* pData = (*it).second; in ImplFindByAliasName()1617 ImplDevFontListData* pFoundData = NULL; in ImplFindByTokenNames()1638 ImplDevFontListData* pFoundData = NULL; in ImplFindBySubstFontAttr()1720 ImplDevFontListData* pFoundData = NULL; in ImplFindByAttributes()1729 ImplDevFontListData* pData = (*it).second; in ImplFindByAttributes()[all …]
575 /*const*/ ImplDevFontListData* pDevFont = pDevFontList->ImplFindByLocale( aLocale ); in FindFontSubstitute()
Completed in 286 milliseconds