Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx393 std::hash_multimap< sal_uInt8, sal_Unicode > m_aAdobecodeToUnicode; member in psp::PrintFontManager
629 return m_aAdobecodeToUnicode.equal_range( aChar ); in getUnicodeFromAdobeCode()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1197m_aAdobecodeToUnicode.insert( ::std::hash_multimap< sal_uInt8, sal_Unicode >::value_type( aAdobeCo… in PrintFontManager()
1205 m_aAdobecodeToUnicode[ aAdobeCodes[i].aAdobeStandardCode ] = aAdobeCodes[i].aUnicode; in PrintFontManager()

Completed in 42 milliseconds