Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2527 std::map<int, fontID > aOverridePSNames; in getFontList() local
2537 aOverridePSNames[ font_it->second->m_nPSName ] = *over; in getFontList()
2554 … std::map<int,fontID>::const_iterator over = aOverridePSNames.find( pFont->m_nPSName ); in getFontList()
2555 if( over != aOverridePSNames.end() && over->second != it->first ) in getFontList()
2587 … std::map<int,fontID>::const_iterator over = aOverridePSNames.find( pFont->m_nPSName ); in getFontList()
2588 if( over != aOverridePSNames.end() && over->second != it->first ) in getFontList()

Completed in 35 milliseconds