Home
last modified time | relevance | path

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

/AOO41X/main/unotools/source/config/
H A Dfontcfg.cxx1115 it->second.aSubstAttributes.reserve( nFonts ); in readLocaleSubst()
1160 it->second.aSubstAttributes.push_back( aAttr ); in readLocaleSubst()
1162 …std::sort( it->second.aSubstAttributes.begin(), it->second.aSubstAttributes.end(), StrictStringSor… in readLocaleSubst()
1197 …t_iterator it = ::std::lower_bound( lang->second.aSubstAttributes.begin(), lang->second.aSubstAttr… in getSubstInfo()
1198 if( it != lang->second.aSubstAttributes.end()) in getSubstInfo()
/AOO41X/main/unotools/inc/unotools/
H A Dfontcfg.hxx186 mutable std::vector< FontNameAttr > aSubstAttributes; member