Home
last modified time | relevance | path

Searched refs:ImplDevFontListData (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/
H A Doutdev.h56 class ImplDevFontListData class
59 ImplDevFontListData( const String& rSearchName );
60 ~ImplDevFontListData();
H A Doutfont.hxx38 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 …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1045 ImplDevFontListData::ImplDevFontListData( const String& rSearchName ) in ImplDevFontListData() function in ImplDevFontListData
1059 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 …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx575 /*const*/ ImplDevFontListData* pDevFont = pDevFontList->ImplFindByLocale( aLocale ); in FindFontSubstitute()

Completed in 90 milliseconds