Searched refs:rLatin (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/editeng/inc/editeng/ |
H A D | scripttypeitem.hxx | 75 …static void GetWhichIds( sal_uInt16 nSlotId, const SfxItemSet& rSet, sal_uInt16& rLatin, sal_uInt1… 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() 3748 rLatin = rPool.GetWhich( rLatin ); in GetWhichIds() 3756 GetWhichIds( Which(), GetItemSet(), rLatin, rAsian, rComplex ); in GetWhichIds() 3769 rLatin = SID_ATTR_CHAR_FONT; in GetSlotIds() 3774 rLatin = SID_ATTR_CHAR_FONTHEIGHT; in GetSlotIds() 3779 rLatin = SID_ATTR_CHAR_WEIGHT; in GetSlotIds() 3784 rLatin = SID_ATTR_CHAR_POSTURE; in GetSlotIds() 3789 rLatin = SID_ATTR_CHAR_LANGUAGE; in GetSlotIds() 3794 rLatin = SID_ATTR_CHAR_SHADOWED; in GetSlotIds() 3799 rLatin = SID_ATTR_CHAR_STRIKEOUT; 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 1892 void ScDocument::GetLanguage( LanguageType& rLatin, LanguageType& rCjk, LanguageType& rCtl ) const in GetLanguage() argument 1894 rLatin = eLanguage; in GetLanguage()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 495 void GetLanguage( LanguageType& rLatin, LanguageType& rCjk, LanguageType& rCtl ) const;
|
Completed in 61 milliseconds