Searched refs:AddFontSubstitute (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/inc/ |
H A D | outdev.h | 172 … void AddFontSubstitute( const String& rFontName, const String& rSubstName, sal_uInt16 nFlags );
|
/aoo41x/main/svtools/source/config/ |
H A D | fontsubstconfig.cxx | 221 OutputDevice::AddFontSubstitute( String(pSubs->sFont), String(pSubs->sReplaceBy), nFlags ); in Apply()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 346 void OutputDevice::AddFontSubstitute( const XubString& rFontName, in AddFontSubstitute() function in OutputDevice 353 rpSubst->AddFontSubstitute( rFontName, rReplaceFontName, nFlags ); in AddFontSubstitute() 359 void ImplDirectFontSubstitution::AddFontSubstitute( const String& rFontName, in AddFontSubstitute() function in ImplDirectFontSubstitution 386 mpOutDevData->maDevFontSubst.AddFontSubstitute( rFontName, rReplaceFontName, nFlags ); in ImplAddDevFontSubstitute()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 1176 static void AddFontSubstitute( const XubString& rFontName,
|
Completed in 75 milliseconds