Searched refs:aLangOpt (Results 1 – 5 of 5) sorted by relevance
190 SvtLanguageOptions aLangOpt; in GetAttrState() local191 sal_Bool bDisableParagraphTextDirection = !aLangOpt.IsCTLFontEnabled(); in GetAttrState()192 sal_Bool bDisableVerticalText = !aLangOpt.IsVerticalTextEnabled(); in GetAttrState()
211 SvtLanguageOptions aLangOpt; in SwPrintUIOptions() local212 bool bCTL = aLangOpt.IsCTLFontEnabled(); in SwPrintUIOptions()
1027 SvtLanguageOptions aLangOpt; in GetAttrState() local1028 sal_Bool bDisableCTLFont = !aLangOpt.IsCTLFontEnabled(); in GetAttrState()1029 sal_Bool bDisableVerticalText = !aLangOpt.IsVerticalTextEnabled(); in GetAttrState()
929 SvtLanguageOptions aLangOpt; in GetStateTable() local930 if ( !aLangOpt.IsCTLFontEnabled() ) in GetStateTable()
2550 SvtLanguageOptions aLangOpt; in GetTextDirectionState() local2551 sal_Bool bDisableCTLFont = !aLangOpt.IsCTLFontEnabled(); in GetTextDirectionState()2552 sal_Bool bDisableVerticalText = !aLangOpt.IsVerticalTextEnabled(); in GetTextDirectionState()
Completed in 48 milliseconds