Lines Matching refs:FontSubstConfiguration
57 static FontSubstConfiguration* mpFontSubstConfiguration = 0;
371 FontSubstConfiguration* FontSubstConfiguration::get() in get()
374 mpFontSubstConfiguration = new FontSubstConfiguration(); in get()
382 FontSubstConfiguration::FontSubstConfiguration() : in FontSubstConfiguration() function in FontSubstConfiguration
460 FontSubstConfiguration::~FontSubstConfiguration() in ~FontSubstConfiguration()
790 void FontSubstConfiguration::getMapName( const String& rOrgName, String& rShortName, in getMapName()
939 void FontSubstConfiguration::fillSubstVector( const com::sun::star::uno::Reference< XNameAccess > x… in fillSubstVector()
988 FontWeight FontSubstConfiguration::getSubstWeight( const com::sun::star::uno::Reference< XNameAcces… in getSubstWeight()
1020 FontWidth FontSubstConfiguration::getSubstWidth( const com::sun::star::uno::Reference< XNameAccess … in getSubstWidth()
1052 unsigned long FontSubstConfiguration::getSubstType( const com::sun::star::uno::Reference< XNameAcce… in getSubstType()
1088 void FontSubstConfiguration::readLocaleSubst( const com::sun::star::lang::Locale& rLocale ) const in readLocaleSubst()
1168 const FontNameAttr* FontSubstConfiguration::getSubstInfo( const String& rFontName, const Locale& rL… in getSubstInfo()