Searched refs:maDevFontList (Results 1 – 2 of 2) sorted by relevance
1299 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 …]
192 DevFontList maDevFontList; member in ImplDevFontList204 int Count() const { return maDevFontList.size(); } in Count()