Lines Matching refs:uno

70 using namespace ::com::sun::star::uno;
81 static uno::Reference< XLinguServiceManager > GetLngSvcMgr_Impl() in GetLngSvcMgr_Impl()
83 uno::Reference< XLinguServiceManager > xRes; in GetLngSvcMgr_Impl()
84 uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); in GetLngSvcMgr_Impl()
87 xRes = uno::Reference< XLinguServiceManager > ( xMgr->createInstance( in GetLngSvcMgr_Impl()
244 uno::Reference< XLinguServiceManager > xLngSvcMgr( GetLngSvcMgr_Impl() ); in UpdateAll()
294 uno::Reference< XAvailableLocales > xAvail( xLngSvcMgr, UNO_QUERY ); in UpdateAll()
475 uno::Reference< XThesaurus > xThes; // the real one...
487 virtual ::com::sun::star::uno::Sequence<
490 throw(::com::sun::star::uno::RuntimeException);
493 throw(::com::sun::star::uno::RuntimeException);
496 virtual ::com::sun::star::uno::Sequence<
497 ::com::sun::star::uno::Reference<
503 ::com::sun::star::uno::RuntimeException);
541 uno::Reference< XLinguServiceManager > xLngSvcMgr( GetLngSvcMgr_Impl() ); in GetThes_Impl()
554 uno::Sequence< lang::Locale > SAL_CALL
556 throw(uno::RuntimeException) in getLocales()
570 throw(uno::RuntimeException) in hasLocale()
593 uno::Sequence< uno::Reference< linguistic2::XMeaning > > SAL_CALL
599 uno::RuntimeException) in queryMeanings()
602 uno::Sequence< uno::Reference< linguistic2::XMeaning > > aRes; in queryMeanings()
619 uno::Reference< XSpellChecker1 > xSpell; // the real one...
626 virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL
628 throw(::com::sun::star::uno::RuntimeException);
631 throw(::com::sun::star::uno::RuntimeException);
638 ::com::sun::star::uno::RuntimeException);
639 virtual ::com::sun::star::uno::Reference<
644 ::com::sun::star::uno::RuntimeException);
656 uno::Reference< XLinguServiceManager > xLngSvcMgr( GetLngSvcMgr_Impl() ); in GetSpell_Impl()
658 xSpell = uno::Reference< XSpellChecker1 >( xLngSvcMgr->getSpellChecker(), UNO_QUERY ); in GetSpell_Impl()
663 uno::Sequence< sal_Int16 > SAL_CALL
665 throw(uno::RuntimeException) in getLanguages()
671 return uno::Sequence< sal_Int16 >(); in getLanguages()
677 throw(uno::RuntimeException) in hasLanguage()
691 uno::RuntimeException) in isValid()
701 uno::Reference< linguistic2::XSpellAlternatives > SAL_CALL
705 uno::RuntimeException) in spell()
708 uno::Reference< linguistic2::XSpellAlternatives > xRes; in spell()
724 uno::Reference< XHyphenator > xHyph; // the real one...
731 virtual ::com::sun::star::uno::Sequence<
734 throw(::com::sun::star::uno::RuntimeException);
737 throw(::com::sun::star::uno::RuntimeException);
740 virtual ::com::sun::star::uno::Reference<
747 ::com::sun::star::uno::RuntimeException);
748 virtual ::com::sun::star::uno::Reference<
755 ::com::sun::star::uno::RuntimeException);
756 virtual ::com::sun::star::uno::Reference<
763 ::com::sun::star::uno::RuntimeException);
775 uno::Reference< XLinguServiceManager > xLngSvcMgr( GetLngSvcMgr_Impl() ); in GetHyph_Impl()
782 uno::Sequence< lang::Locale > SAL_CALL
784 throw(uno::RuntimeException) in getLocales()
790 return uno::Sequence< lang::Locale >(); in getLocales()
796 throw(uno::RuntimeException) in hasLocale()
806 uno::Reference< linguistic2::XHyphenatedWord > SAL_CALL
813 uno::RuntimeException) in hyphenate()
816 uno::Reference< linguistic2::XHyphenatedWord > xRes; in hyphenate()
823 uno::Reference< linguistic2::XHyphenatedWord > SAL_CALL
830 uno::RuntimeException) in queryAlternativeSpelling()
833 uno::Reference< linguistic2::XHyphenatedWord > xRes; in queryAlternativeSpelling()
840 uno::Reference< linguistic2::XPossibleHyphens > SAL_CALL
846 uno::RuntimeException) in createPossibleHyphens()
849 uno::Reference< linguistic2::XPossibleHyphens > xRes; in createPossibleHyphens()
863 uno::Reference< XComponent > xDesktop;
882 uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); in LinguMgrAppExitLstnr()
885 xDesktop = uno::Reference< XComponent > ( xMgr->createInstance( in LinguMgrAppExitLstnr()
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()
1093 uno::Reference< XDictionaryList > LinguMgr::GetDicList() in GetDicList()
1101 uno::Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in GetDicList()
1104 xDicList = uno::Reference< XDictionaryList > ( xMgr->createInstance( in GetDicList()
1110 uno::Reference< XPropertySet > LinguMgr::GetProp() in GetProp()
1118 uno::Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in GetProp()
1121 xProp = uno::Reference< XPropertySet > ( xMgr->createInstance( in GetProp()
1127 uno::Reference< XDictionary > LinguMgr::GetIgnoreAll() in GetIgnoreAll()
1135 uno::Reference< XDictionaryList > xTmpDicList( GetDictionaryList() ); in GetIgnoreAll()
1138 xIgnoreAll = uno::Reference< XDictionary > ( xTmpDicList->getDictionaryByName( in GetIgnoreAll()
1144 uno::Reference< XDictionary > LinguMgr::GetChangeAll() in GetChangeAll()
1152 uno::Reference< XDictionaryList > _xDicList( GetDictionaryList() , UNO_QUERY ); in GetChangeAll()
1155 xChangeAll = uno::Reference< XDictionary > ( in GetChangeAll()
1164 uno::Reference< XDictionary > LinguMgr::GetStandard() in GetStandard()
1172 uno::Reference< XDictionaryList > xTmpDicList( GetDictionaryList() ); in GetStandard()
1177 uno::Reference< XDictionary > xDic( xTmpDicList->getDictionaryByName( aDicName ), in GetStandard()
1182 uno::Reference< XDictionary > xTmp; in GetStandard()
1190 catch(com::sun::star::uno::Exception &) in GetStandard()
1200 xDic = uno::Reference< XDictionary > ( xTmp, UNO_QUERY ); in GetStandard()
1203 uno::Reference< XStorable > xStor( xDic, UNO_QUERY ); in GetStandard()
1217 uno::Reference< XSpellChecker1 > SvxGetSpellChecker() in SvxGetSpellChecker()
1222 uno::Reference< XHyphenator > SvxGetHyphenator() in SvxGetHyphenator()
1227 uno::Reference< XThesaurus > SvxGetThesaurus() in SvxGetThesaurus()
1232 uno::Reference< XDictionaryList > SvxGetDictionaryList() in SvxGetDictionaryList()
1237 uno::Reference< XPropertySet > SvxGetLinguPropertySet() in SvxGetLinguPropertySet()
1243 uno::Reference< XDictionary > SvxGetOrCreatePosDic( in SvxGetOrCreatePosDic()
1244 uno::Reference< XDictionaryList > /* xDicList */ ) in SvxGetOrCreatePosDic()
1249 uno::Reference< XDictionary > SvxGetIgnoreAllList() in SvxGetIgnoreAllList()
1254 uno::Reference< XDictionary > SvxGetChangeAllList() in SvxGetChangeAllList()
1265 const ::com::sun::star::uno::Reference< in SvxGetAltSpelling()
1307 SvxDicListChgClamp::SvxDicListChgClamp( uno::Reference< XDictionaryList > &rxDicList ) : in SvxDicListChgClamp()