Lines Matching refs:LinguMgr

925     LinguMgr::xLngSvcMgr    = 0;  in AtExit()
926 LinguMgr::xSpell = 0; in AtExit()
927 LinguMgr::xHyph = 0; in AtExit()
928 LinguMgr::xThes = 0; in AtExit()
929 LinguMgr::xDicList = 0; in AtExit()
930 LinguMgr::xProp = 0; in AtExit()
931 LinguMgr::xIgnoreAll = 0; in AtExit()
932 LinguMgr::xChangeAll = 0; in AtExit()
934 LinguMgr::bExiting = sal_True; in AtExit()
939 LinguMgr::pExitLstnr = 0; in AtExit()
946 LinguMgrExitLstnr * LinguMgr::pExitLstnr = 0;
947 sal_Bool LinguMgr::bExiting = sal_False;
948 uno::Reference< XLinguServiceManager > LinguMgr::xLngSvcMgr = 0;
949 uno::Reference< XSpellChecker1 > LinguMgr::xSpell = 0;
950 uno::Reference< XHyphenator > LinguMgr::xHyph = 0;
951 uno::Reference< XThesaurus > LinguMgr::xThes = 0;
952 uno::Reference< XDictionaryList > LinguMgr::xDicList = 0;
953 uno::Reference< XPropertySet > LinguMgr::xProp = 0;
954 uno::Reference< XDictionary > LinguMgr::xIgnoreAll = 0;
955 uno::Reference< XDictionary > LinguMgr::xChangeAll = 0;
958 uno::Reference< XLinguServiceManager > LinguMgr::GetLngSvcMgr() in GetLngSvcMgr()
973 uno::Reference< XSpellChecker1 > LinguMgr::GetSpellChecker() in GetSpellChecker()
978 uno::Reference< XHyphenator > LinguMgr::GetHyphenator() in GetHyphenator()
983 uno::Reference< XThesaurus > LinguMgr::GetThesaurus() in GetThesaurus()
988 uno::Reference< XDictionaryList > LinguMgr::GetDictionaryList() in GetDictionaryList()
993 uno::Reference< XPropertySet > LinguMgr::GetLinguPropertySet() in GetLinguPropertySet()
998 uno::Reference< XDictionary > LinguMgr::GetStandardDic() in GetStandardDic()
1006 uno::Reference< XDictionary > LinguMgr::GetIgnoreAllList() in GetIgnoreAllList()
1011 uno::Reference< XDictionary > LinguMgr::GetChangeAllList() in GetChangeAllList()
1016 uno::Reference< XSpellChecker1 > LinguMgr::GetSpell() in GetSpell()
1039 uno::Reference< XHyphenator > LinguMgr::GetHyph() in GetHyph()
1062 uno::Reference< XThesaurus > LinguMgr::GetThes() in GetThes()
1088 void LinguMgr::UpdateAll() in UpdateAll()
1093 uno::Reference< XDictionaryList > LinguMgr::GetDicList() in GetDicList()
1110 uno::Reference< XPropertySet > LinguMgr::GetProp() in GetProp()
1127 uno::Reference< XDictionary > LinguMgr::GetIgnoreAll() in GetIgnoreAll()
1144 uno::Reference< XDictionary > LinguMgr::GetChangeAll() in GetChangeAll()
1164 uno::Reference< XDictionary > LinguMgr::GetStandard() in GetStandard()
1219 return LinguMgr::GetSpellChecker(); in SvxGetSpellChecker()
1224 return LinguMgr::GetHyphenator(); in SvxGetHyphenator()
1229 return LinguMgr::GetThesaurus(); in SvxGetThesaurus()
1234 return LinguMgr::GetDictionaryList(); in SvxGetDictionaryList()
1239 return LinguMgr::GetLinguPropertySet(); in SvxGetLinguPropertySet()
1246 return LinguMgr::GetStandardDic(); in SvxGetOrCreatePosDic()
1251 return LinguMgr::GetIgnoreAllList(); in SvxGetIgnoreAllList()
1256 return LinguMgr::GetChangeAllList(); in SvxGetChangeAllList()