Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx431 m_aSubst[ aLoc ] = LocaleSubst(); in FontSubstConfiguration()
432 m_aSubst[ aLoc ].aConfigLocaleString = pLocaleStrings[i]; in FontSubstConfiguration()
1091 m_aSubst.find( rLocale ); in readLocaleSubst()
1092 if( it != m_aSubst.end() ) in readLocaleSubst()
1190 … std::hash_map< Locale, LocaleSubst, LocaleHash >::const_iterator lang = m_aSubst.find( aLocale ); in getSubstInfo()
1191 if( lang != m_aSubst.end() ) in getSubstInfo()
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx190 std::hash_map< com::sun::star::lang::Locale, LocaleSubst, utl::LocaleHash > m_aSubst; member in utl::FontSubstConfiguration

Completed in 16 milliseconds