Lines Matching refs:LngSvcMgr

189 void LngSvcMgr::SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher,  in SetAvailableCfgServiceLists()
285 LngSvcMgr &rMyManager;
306 LngSvcMgrListenerHelper( LngSvcMgr &rLngSvcMgr,
341 LngSvcMgr &rLngSvcMgr, in LngSvcMgrListenerHelper()
575 LngSvcMgr::LngSvcMgr() : in LngSvcMgr() function in LngSvcMgr
606 void LngSvcMgr::clearSvcInfoArray(SvcInfoArray* pInfo) in clearSvcInfoArray()
615 LngSvcMgr::~LngSvcMgr() in ~LngSvcMgr()
628 void LngSvcMgr::Notify( const uno::Sequence< OUString > &rPropertyNames ) in Notify()
769 void LngSvcMgr::Commit() in Commit()
777 void LngSvcMgr::GetListenerHelper_Impl() in GetListenerHelper_Impl()
788 void LngSvcMgr::GetSpellCheckerDsp_Impl( sal_Bool bSetSvcList ) in GetSpellCheckerDsp_Impl()
800 void LngSvcMgr::GetGrammarCheckerDsp_Impl( sal_Bool bSetSvcList ) in GetGrammarCheckerDsp_Impl()
831 void LngSvcMgr::GetHyphenatorDsp_Impl( sal_Bool bSetSvcList ) in GetHyphenatorDsp_Impl()
843 void LngSvcMgr::GetThesaurusDsp_Impl( sal_Bool bSetSvcList ) in GetThesaurusDsp_Impl()
855 void LngSvcMgr::GetAvailableSpellSvcs_Impl() in GetAvailableSpellSvcs_Impl()
921 void LngSvcMgr::GetAvailableGrammarSvcs_Impl() in GetAvailableGrammarSvcs_Impl()
987 void LngSvcMgr::GetAvailableHyphSvcs_Impl() in GetAvailableHyphSvcs_Impl()
1052 void LngSvcMgr::GetAvailableThesSvcs_Impl() in GetAvailableThesSvcs_Impl()
1119 void LngSvcMgr::SetCfgServiceLists( SpellCheckerDispatcher &rSpellDsp ) in SetCfgServiceLists()
1162 void LngSvcMgr::SetCfgServiceLists( GrammarCheckingIterator &rGrammarDsp ) in SetCfgServiceLists()
1209 void LngSvcMgr::SetCfgServiceLists( HyphenatorDispatcher &rHyphDsp ) in SetCfgServiceLists()
1256 void LngSvcMgr::SetCfgServiceLists( ThesaurusDispatcher &rThesDsp ) in SetCfgServiceLists()
1300 LngSvcMgr::getSpellChecker() in getSpellChecker()
1320 LngSvcMgr::getHyphenator() in getHyphenator()
1340 LngSvcMgr::getThesaurus() in getThesaurus()
1360 LngSvcMgr::addLinguServiceManagerListener( in addLinguServiceManagerListener()
1378 LngSvcMgr::removeLinguServiceManagerListener( in removeLinguServiceManagerListener()
1397 LngSvcMgr::getAvailableServices( in getAvailableServices()
1470 LngSvcMgr::getAvailableLocales( in getAvailableLocales()
1541 LngSvcMgr::setConfiguredServices( in setConfiguredServices()
1623 sal_Bool LngSvcMgr::SaveCfgSvcs( const String &rServiceName ) in SaveCfgSvcs()
1787 LngSvcMgr::getConfiguredServices( in getConfiguredServices()
1872 LngSvcMgr::dispose() in dispose()
1892 LngSvcMgr::addEventListener( in addEventListener()
1906 LngSvcMgr::removeEventListener( in removeEventListener()
1919 sal_Bool LngSvcMgr::AddLngSvcEvtBroadcaster( in AddLngSvcEvtBroadcaster()
1933 sal_Bool LngSvcMgr::RemoveLngSvcEvtBroadcaster( in RemoveLngSvcEvtBroadcaster()
1949 LngSvcMgr::getImplementationName() in getImplementationName()
1958 LngSvcMgr::supportsService( const OUString& ServiceName ) in supportsService()
1973 LngSvcMgr::getSupportedServiceNames() in getSupportedServiceNames()
1981 uno::Sequence< OUString > LngSvcMgr::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
1996 uno::Reference< uno::XInterface > xService = (cppu::OWeakObject*) new LngSvcMgr; in LngSvcMgr_CreateInstance()
2007 if ( !LngSvcMgr::getImplementationName_Static().compareToAscii( pImplName ) ) in LngSvcMgr_getFactory()
2012 LngSvcMgr::getImplementationName_Static(), in LngSvcMgr_getFactory()
2014 LngSvcMgr::getSupportedServiceNames_Static()); in LngSvcMgr_getFactory()