Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Doutdev3.cxx1299 DevFontList::iterator it = maDevFontList.begin(); in Clear()
1300 for(; it != maDevFontList.end(); ++it ) in Clear()
1306 maDevFontList.clear(); in Clear()
1518 DevFontList::const_iterator it = maDevFontList.find( aSearchName ); in Add()
1520 if( it != maDevFontList.end() ) in Add()
1526 maDevFontList[ aSearchName ] = pFoundData; in Add()
1557 DevFontList::const_iterator it = maDevFontList.find( rSearchName ); in ImplFindBySearchName()
1558 if( it == maDevFontList.end() ) in ImplFindBySearchName()
1579 DevFontList::const_iterator it = maDevFontList.begin(); in ImplFindByAliasName()
1580 while( it != maDevFontList.end() ) in ImplFindByAliasName()
[all …]
/AOO42X/main/vcl/inc/
H A Doutfont.hxx192 DevFontList maDevFontList; member in ImplDevFontList
204 int Count() const { return maDevFontList.size(); } in Count()