Searched refs:nTargetLang (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sd/source/ui/func/ |
H A D | fuhhconv.cxx | 267 …sal_Int16 nTargetLang = bToSimplified ? LANGUAGE_CHINESE_SIMPLIFIED : LANGUAGE_CHINESE_TRADITIONAL; in StartChineseConversion() local 274 nTargetLang, DEFAULTFONT_FLAGS_ONLYONE ); in StartChineseConversion() 276 StartConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False ); in StartChineseConversion() 277 ConvertStyles( nTargetLang, &aTargetFont ); in StartChineseConversion()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 178 …sal_Int16 nTargetLang = bToSimplified ? LANGUAGE_CHINESE_SIMPLIFIED : LANGUAGE_CHINESE_TRADITIONAL; in ExecLingu() local 184 nTargetLang, DEFAULTFONT_FLAGS_ONLYONE ); in ExecLingu() 201 StartTextConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False ); in ExecLingu() 243 LanguageType nTargetLang, in StartTextConversion() argument 272 SwHHCWrapper aWrap( this, xMgr, nSourceLang, nTargetLang, pTargetFont, in StartTextConversion()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | sdrhhcwrap.cxx | 74 nTargetLang( nTargetLanguage ), in SdrHHCWrapper() 122 …pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, s… in StartTextConversion()
|
H A D | hhcwrp.cxx | 177 LanguageType nTargetLang = GetTargetLanguage(); in ~SwHHCWrapper() local 178 if (IsChinese( nTargetLang )) in ~SwHHCWrapper() 183 pDoc->SetDefault( SvxLanguageItem( nTargetLang, RES_CHRATR_CJK_LANGUAGE ) ); in ~SwHHCWrapper()
|
H A D | sdrhhcwrap.hxx | 45 LanguageType nTargetLang; member in SdrHHCWrapper
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 430 …sal_Int16 nTargetLang = bToSimplified ? LANGUAGE_CHINESE_SIMPLIFIED : LANGUAGE_CHINESE_TRADITIONAL; in ExecDrawLingu() local 436 nTargetLang, DEFAULTFONT_FLAGS_ONLYONE ); in ExecDrawLingu() 438 …pOLV->StartTextConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False, sal_False … in ExecDrawLingu()
|
H A D | annotsh.cxx | 1303 …sal_Int16 nTargetLang = bToSimplified ? LANGUAGE_CHINESE_SIMPLIFIED : LANGUAGE_CHINESE_TRADITIONAL; in ExecLingu() local 1309 nTargetLang, DEFAULTFONT_FLAGS_ONLYONE ); in ExecLingu() 1311 …pOLV->StartTextConversion( nSourceLang, nTargetLang, &aTargetFont, nOptions, sal_False, sal_False … in ExecLingu()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | view.hxx | 341 …d StartTextConversion( LanguageType nSourceLang, LanguageType nTargetLang, const Font *pT…
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1699 LanguageType nTargetLang, const Font *pTargetFont ) in ImpConvert() argument 1730 nTargetLang, EE_CHAR_LANGUAGE_CJK, in ImpConvert() 1816 nTargetLang, EE_CHAR_LANGUAGE_CJK, in ImpConvert()
|
H A D | impedit.hxx | 939 …sal_Bool bAllowImplicitChangesForNotConvertibleText, LanguageType nTargetLang, const Font *pTarget…
|
Completed in 79 milliseconds