Searched refs:nLangWhichId (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/ui/shells/ |
H A D | langhelper.cxx | 257 sal_uInt16 nLangWhichId = 0; in SetLanguage() local 278 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 284 rCoreSet.Put( SvxLanguageItem( nLang, nLangWhichId )); in SetLanguage() 291 switch (nLangWhichId) in SetLanguage() 297 rWrtSh.SetDefault( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguage() 407 SfxItemSet aSet( rSh.GetAttrPool(), nLangWhichId, nLangWhichId ); in GetLanguage() 410 return GetLanguage(aSet,nLangWhichId); in GetLanguage() 450 sal_uInt16 nLangWhichId = 0; in GetCurrentLanguage() local 463 nCurrentLang = GetLanguage( rSh, nLangWhichId ); in GetCurrentLanguage() 498 sal_uInt16 nLangWhichId = 0; in GetCurrentLanguage() local [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1373 sal_uInt16 nLangWhichId = RES_CHRATR_LANGUAGE; in ApplyChangedSentence() local 1376 case SCRIPTTYPE_ASIAN : nLangWhichId = RES_CHRATR_CJK_LANGUAGE; break; in ApplyChangedSentence() 1385 … SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId), nLangWhichId ); in ApplyChangedSentence() 1391 … SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId), nLangWhichId ); in ApplyChangedSentence() 1422 sal_uInt16 nLangWhichId = RES_CHRATR_LANGUAGE; in ApplyChangedSentence() local 1428 SfxItemSet aSet(GetAttrPool(), nLangWhichId, nLangWhichId, 0); in ApplyChangedSentence() 1432 SetAttrItem( SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId) ); in ApplyChangedSentence() 1758 sal_uInt16 nLangWhichId = RES_CHRATR_LANGUAGE; in lcl_GetLanguage() local 1762 case SCRIPTTYPE_ASIAN : nLangWhichId = RES_CHRATR_CJK_LANGUAGE; break; in lcl_GetLanguage() 1763 case SCRIPTTYPE_COMPLEX : nLangWhichId = RES_CHRATR_CTL_LANGUAGE; break; in lcl_GetLanguage() [all …]
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | AnnotationWin.cxx | 274 sal_uInt16 nLangWhichId = 0; in GetLanguage() local 277 case SCRIPTTYPE_LATIN : nLangWhichId = EE_CHAR_LANGUAGE ; break; in GetLanguage() 278 case SCRIPTTYPE_ASIAN : nLangWhichId = EE_CHAR_LANGUAGE_CJK; break; in GetLanguage() 279 case SCRIPTTYPE_COMPLEX : nLangWhichId = EE_CHAR_LANGUAGE_CTL; break; in GetLanguage() 282 return SvxLanguageItem(mpFld->GetLanguage(),nLangWhichId); in GetLanguage()
|
H A D | PostItMgr.cxx | 399 sal_uInt16 nLangWhichId = 0; in Notify() local 402 case SCRIPTTYPE_LATIN : nLangWhichId = EE_CHAR_LANGUAGE ; break; in Notify() 403 … case SCRIPTTYPE_ASIAN : nLangWhichId = EE_CHAR_LANGUAGE_CJK; break; in Notify() 404 … case SCRIPTTYPE_COMPLEX : nLangWhichId = EE_CHAR_LANGUAGE_CTL; break; in Notify() 409 nLangWhichId) ); in Notify()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1665 LanguageType nLang, sal_uInt16 nLangWhichId, in SetLanguageAndFont() argument 1673 aNewSet.Put( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguageAndFont() 2239 sal_uInt16 nLangWhichId = EE_CHAR_LANGUAGE; in ApplyChangedSentence() 2242 case SCRIPTTYPE_ASIAN : nLangWhichId = EE_CHAR_LANGUAGE_CJK; break; in ApplyChangedSentence() 2243 case SCRIPTTYPE_COMPLEX : nLangWhichId = EE_CHAR_LANGUAGE_CTL; break; in ApplyChangedSentence() 2248 SfxItemSet aSet( aEditDoc.GetItemPool(), nLangWhichId, nLangWhichId); in ApplyChangedSentence() 2249 aSet.Put(SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId)); in ApplyChangedSentence() 2256 SfxItemSet aSet( aEditDoc.GetItemPool(), nLangWhichId, nLangWhichId); in ApplyChangedSentence() 2257 aSet.Put(SvxLanguageItem(aCurrentNewPortion->eLanguage, nLangWhichId)); in ApplyChangedSentence() 2286 sal_uInt16 nLangWhichId = EE_CHAR_LANGUAGE; in ApplyChangedSentence() [all …]
|
H A D | textconv.cxx | 285 LanguageType nLang, sal_uInt16 nLangWhichId, in SetLanguageAndFont() argument 293 aNewSet.Put( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguageAndFont()
|
H A D | textconv.hxx | 98 LanguageType nLang, sal_uInt16 nLangWhichId,
|
H A D | impedit.hxx | 943 LanguageType nLang, sal_uInt16 nLangWhichId,
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | langhelper.hxx | 57 extern LanguageType GetLanguage( SfxItemSet aSet, sal_uInt16 nLangWhichId ); 58 extern LanguageType GetLanguage( SwWrtShell &rSh, sal_uInt16 nLangWhichId );
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 994 LanguageType nLang, sal_uInt16 nLangWhichId, in SetLanguageAndFont() argument 998 nLangWhichId, nLangWhichId, in SetLanguageAndFont() 1006 aSet.Put( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguageAndFont()
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 171 LanguageType nLang, sal_uInt16 nLangWhichId,
|
Completed in 97 milliseconds