Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Doutfont.hxx192 DevFontList maDevFontList; member in ImplDevFontList
204 int Count() const { return maDevFontList.size(); } in Count()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1300 for(; it != maDevFontList.end(); ++it ) in Clear()
1306 maDevFontList.clear(); in Clear()
1520 if( it != maDevFontList.end() ) in Add()
1558 if( it == maDevFontList.end() ) in ImplFindBySearchName()
1580 while( it != maDevFontList.end() ) in ImplFindByAliasName()
1683 for(; it != maDevFontList.end(); ++it ) in InitMatchData()
1727 for(; it != maDevFontList.end(); ++it ) in ImplFindByAttributes()
2112 it = maDevFontList.begin(); in FindDefaultFont()
2113 if( it != maDevFontList.end() ) in FindDefaultFont()
2133 for(; it != maDevFontList.end(); ++it ) in Clone()
[all …]

Completed in 32 milliseconds