Home
last modified time | relevance | path

Searched refs:maFontSubstList (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Doutdev.h170 FontSubstList maFontSubstList; member in ImplDirectFontSubstitution
175 int GetFontSubstituteCount() const { return maFontSubstList.size(); }; in GetFontSubstituteCount()
176 bool Empty() const { return maFontSubstList.empty(); } in Empty()
177 void Clear() { maFontSubstList.clear(); } in Clear()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx362 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 34 milliseconds