Searched refs:ImplFontSubstEntry (Results 1 – 2 of 2) sorted by relevance
154 struct ImplFontSubstEntry struct162 …ImplFontSubstEntry( const String& rFontName, const String& rSubstFontName, sal_uInt16 nSubstFlags… argument169 typedef std::list<ImplFontSubstEntry> FontSubstList;
362 maFontSubstList.push_back( ImplFontSubstEntry( rFontName, rSubstFontName, nFlags ) ); in AddFontSubstitute()367 ImplFontSubstEntry::ImplFontSubstEntry( const String& rFontName, in ImplFontSubstEntry() function in ImplFontSubstEntry441 const ImplFontSubstEntry* pEntry = &(*it); in GetFontSubstitute()457 const ImplFontSubstEntry& rEntry = *it; in FindFontSubstitute()
Completed in 220 milliseconds