Searched refs:maFontSubstList (Results 1 – 2 of 2) sorted by relevance
170 FontSubstList maFontSubstList; member in ImplDirectFontSubstitution175 int GetFontSubstituteCount() const { return maFontSubstList.size(); }; in GetFontSubstituteCount()176 bool Empty() const { return maFontSubstList.empty(); } in Empty()177 void Clear() { maFontSubstList.clear(); } in Clear()
362 maFontSubstList.push_back( ImplFontSubstEntry( rFontName, rSubstFontName, nFlags ) ); in AddFontSubstitute()402 FontSubstList::iterator it = maFontSubstList.begin(); in RemoveFontSubstitute()403 for( int nCount = 0; (it != maFontSubstList.end()) && (nCount++ != nIndex); ++it ) ; in RemoveFontSubstitute()404 if( it != maFontSubstList.end() ) in RemoveFontSubstitute()405 maFontSubstList.erase( it ); in RemoveFontSubstitute()436 FontSubstList::const_iterator it = maFontSubstList.begin(); in GetFontSubstitute()437 for( int nCount = 0; (it != maFontSubstList.end()) && (nCount++ != nIndex); ++it ) ; in GetFontSubstitute()438 if( it == maFontSubstList.end() ) in GetFontSubstitute()454 FontSubstList::const_iterator it = maFontSubstList.begin(); in FindFontSubstitute()455 for(; it != maFontSubstList.end(); ++it ) in FindFontSubstitute()
Completed in 47 milliseconds