/aoo41x/main/sd/source/ui/func/ |
H A D | fuhhconv.cxx | 125 const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive ) in StartConversion() argument 156 …pSdOutliner->StartConversion(nSourceLanguage, nTargetLanguage, pTargetFont, nOptions, bIsInteracti… in StartConversion() 178 void FuHangulHanjaConversion::ConvertStyles( sal_Int16 nTargetLanguage, const Font *pTargetFont ) in ConvertStyles() argument 197 if( pTargetFont && in ConvertStyles() 202 aFontItem.SetFamilyName( pTargetFont->GetName()); in ConvertStyles() 203 aFontItem.SetFamily( pTargetFont->GetFamily()); in ConvertStyles() 204 aFontItem.SetStyleName( pTargetFont->GetStyleName()); in ConvertStyles() 205 aFontItem.SetPitch( pTargetFont->GetPitch()); in ConvertStyles() 206 aFontItem.SetCharSet( pTargetFont->GetCharSet()); in ConvertStyles()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 118 const Font *pTargetFont, in SwHHCWrapper() argument 125 pTargetFont, in SwHHCWrapper() 554 const Font *pTargetFont = GetTargetFont(); in ReplaceUnit() local 555 DBG_ASSERT( pTargetFont, "target font missing?" ); in ReplaceUnit() 556 if (pTargetFont && pNewUnitLanguage) in ReplaceUnit() 559 aFontItem.SetFamilyName( pTargetFont->GetName()); in ReplaceUnit() 560 aFontItem.SetFamily( pTargetFont->GetFamily()); in ReplaceUnit() 561 aFontItem.SetStyleName( pTargetFont->GetStyleName()); in ReplaceUnit() 562 aFontItem.SetPitch( pTargetFont->GetPitch()); in ReplaceUnit() 563 aFontItem.SetCharSet( pTargetFont->GetCharSet() ); in ReplaceUnit() [all …]
|
H A D | sdrhhcwrap.cxx | 75 pTargetFont( pTargetFnt ), in SdrHHCWrapper() 122 …pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, s… in StartTextConversion()
|
H A D | sdrhhcwrap.hxx | 46 const Font* pTargetFont; member in SdrHHCWrapper
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | fuhhconv.hxx | 44 const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive ); 48 void ConvertStyles( sal_Int16 nTargetLanguage, const Font *pTargetFont );
|
/aoo41x/main/sw/inc/ |
H A D | splargs.hxx | 83 const Font *pTargetFont; // target font of text to be changed member 94 pTargetFont( NULL ), in SwConversionArgs()
|
H A D | hhcwrp.hxx | 106 const Font *pTargetFont,
|
/aoo41x/main/editeng/source/editeng/ |
H A D | textconv.cxx | 58 const Font* pTargetFont, in TextConvWrapper() argument 63 …HangulHanjaConversion( pWindow, rxMSF, rSourceLocale, rTargetLocale, pTargetFont, nOptions, bIsInt… in TextConvWrapper()
|
H A D | textconv.hxx | 107 const Font* pTargetFont,
|
H A D | impedit4.cxx | 1699 LanguageType nTargetLang, const Font *pTargetFont ) in ImpConvert() argument 1731 pTargetFont, EE_CHAR_FONTINFO_CJK ); in ImpConvert() 1817 pTargetFont, EE_CHAR_FONTINFO_CJK ); in ImpConvert()
|
H A D | impedit.hxx | 939 …ol bAllowImplicitChangesForNotConvertibleText, LanguageType nTargetLang, const Font *pTargetFont );
|
/aoo41x/main/sd/inc/ |
H A D | Outliner.hxx | 166 const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive );
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 244 const Font *pTargetFont, in StartTextConversion() argument 272 SwHHCWrapper aWrap( this, xMgr, nSourceLang, nTargetLang, pTargetFont, in StartTextConversion()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 1568 const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive ) in StartConversion() argument 1586 pTargetFont, in StartConversion()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | view.hxx | 341 …rsion( LanguageType nSourceLang, LanguageType nTargetLang, const Font *pTargetFont, sal_Int32 nOpt…
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1066 rArgs.pTargetFont, RES_CHRATR_CJK_FONT ); in Convert() 1110 rArgs.pTargetFont, RES_CHRATR_CJK_FONT ); in Convert()
|