Lines Matching refs:aLinguConfig
1165 SvtLinguConfig aLinguConfig; member
1407 pLangConfig->aLinguConfig.BlockBroadcasts( sal_True ); in FillItemSet()
1532 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1553 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1574 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1625 pLangConfig->aLinguConfig.BlockBroadcasts( sal_False ); in FillItemSet()
1682 aWestLang = pLangConfig->aLinguConfig.GetProperty(C2U("DefaultLocale")); in Reset()
1688 aCJKLang = pLangConfig->aLinguConfig.GetProperty(C2U("DefaultLocale_CJK")); in Reset()
1693 aCTLLang = pLangConfig->aLinguConfig.GetProperty(C2U("DefaultLocale_CTL")); in Reset()
1748 sal_Bool bEnable = !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale") ); in Reset()
1757 …bEnable = ( !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CJK") ) && aAsianSupportCB.I… in Reset()
1761 …bEnable = ( !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CTL") ) && aCTLSupportCB.IsC… in Reset()
1787 sal_Bool bReadonly = pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CJK")); in IMPL_LINK()
1797 sal_Bool bReadonly = pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CTL")); in IMPL_LINK()