Searched refs:FontSubstConfiguration (Results 1 – 8 of 8) sorted by relevance
/trunk/main/unotools/source/config/ |
H A D | fontcfg.cxx | 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() [all …]
|
/trunk/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 171 class UNOTOOLS_DLLPUBLIC FontSubstConfiguration class 205 FontSubstConfiguration(); 207 ~FontSubstConfiguration(); 209 static FontSubstConfiguration* get();
|
H A D | fontdefs.hxx | 31 class FontSubstConfiguration;
|
/trunk/main/vcl/inc/ |
H A D | svdata.hxx | 119 namespace utl { class DefaultFontConfiguration; class FontSubstConfiguration; } 217 utl::FontSubstConfiguration* mpFontSubstConfiguration;
|
H A D | outdev.h | 69 void InitMatchData( const utl::FontSubstConfiguration&,
|
/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 168 const utl::FontSubstConfiguration* pFontSubst = utl::FontSubstConfiguration::get(); in AskConfig() 177 utl::FontSubstConfiguration::getMapName( aMapName, in AskConfig()
|
H A D | outdev3.cxx | 1173 void ImplDevFontListData::InitMatchData( const utl::FontSubstConfiguration& rFontSubst, in InitMatchData() 1680 const FontSubstConfiguration& rFontSubst = *FontSubstConfiguration::get(); in InitMatchData() 2573 FontSubstConfiguration::getMapName( aSearchName, aSearchShortName, aSearchFamilyName, in ImplFindByFont() 2606 const FontSubstConfiguration& rFontSubst = *FontSubstConfiguration::get(); in ImplFindByFont() 2647 FontSubstConfiguration::getMapName( aSearchName, aTempShortName, aTempFamilyName, in ImplFindByFont() 2662 const FontSubstConfiguration& rFontSubst = *FontSubstConfiguration::get(); in ImplFindByFont()
|
/trunk/main/unotools/source/misc/ |
H A D | fontdefs.cxx | 532 const utl::FontNameAttr* pAttr = utl::FontSubstConfiguration::get()->getSubstInfo( aOrgName ); in GetSubsFontName()
|
Completed in 163 milliseconds