Searched refs:rAsian (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/editeng/inc/editeng/ |
H A D | scripttypeitem.hxx | 75 …_uInt16 nSlotId, const SfxItemSet& rSet, sal_uInt16& rLatin, sal_uInt16& rAsian, sal_uInt16& rComp… 77 void GetWhichIds( sal_uInt16& rLatin, sal_uInt16& rAsian, sal_uInt16& rComplex) const; 79 static void GetSlotIds( sal_uInt16 nSlotId, sal_uInt16& rLatin, sal_uInt16& rAsian, 81 inline void GetSlotIds( sal_uInt16& rLatin, sal_uInt16& rAsian, in GetSlotIds() argument 83 { GetSlotIds( Which(), rLatin, rAsian, rComplex ); } in GetSlotIds()
|
H A D | fontitem.hxx | 102 EDITENG_DLLPUBLIC void GetDefaultFonts( SvxFontItem& rLatin, SvxFontItem& rAsian,
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 3747 GetSlotIds( nSlotId, rLatin, rAsian, rComplex ); in GetWhichIds() 3749 rAsian = rPool.GetWhich( rAsian ); in GetWhichIds() 3756 GetWhichIds( Which(), GetItemSet(), rLatin, rAsian, rComplex ); in GetWhichIds() 3760 sal_uInt16& rAsian, sal_uInt16& rComplex ) in GetSlotIds() argument 3770 rAsian = SID_ATTR_CHAR_CJK_FONT; in GetSlotIds() 3775 rAsian = SID_ATTR_CHAR_CJK_FONTHEIGHT; in GetSlotIds() 3780 rAsian = SID_ATTR_CHAR_CJK_WEIGHT; in GetSlotIds() 3785 rAsian = SID_ATTR_CHAR_CJK_POSTURE; in GetSlotIds() 3790 rAsian = SID_ATTR_CHAR_CJK_LANGUAGE; in GetSlotIds() 3795 rAsian = SID_ATTR_CHAR_SHADOWED; in GetSlotIds() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 765 void ImpGetDefaultFontsLanguage( SvxFontItem& rLatin, SvxFontItem& rAsian, SvxFontItem& rComplex) in ImpGetDefaultFontsLanguage() argument 775 SvxFontItem* aItemArr[ nItemCnt ] = { &rLatin, &rAsian, &rComplex }; in ImpGetDefaultFontsLanguage()
|
Completed in 45 milliseconds