Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1227 ::std::hash_map< int, OString >::const_iterator it( m_aAtomToDir.find( nAtom ) ); in getDirectory()
1228 return it != m_aAtomToDir.end() ? it->second : s_aEmptyOString; in getDirectory()
1244 m_aAtomToDir[ nAtom ] = rDirectory; in getDirectoryAtom()
2895 … ::std::hash_map< int, OString >::const_iterator it = m_aAtomToDir.find( pPSFont->m_nDirectory ); in getFontFile()
2903 … ::std::hash_map< int, OString >::const_iterator it = m_aAtomToDir.find( pTTFont->m_nDirectory ); in getFontFile()
/aoo4110/main/vcl/inc/vcl/
H A Dfontmanager.hxx385 std::hash_map< int, rtl::OString > m_aAtomToDir; member in psp::PrintFontManager

Completed in 40 milliseconds