Searched refs:LngSvcMgr (Results 1 – 10 of 10) sorted by relevance
1 "LngSvcMgr";"com::sun::star::lang::XServiceInfo";"getImplementationName()"2 "LngSvcMgr";"com::sun::star::lang::XServiceInfo";"supportsService()"3 "LngSvcMgr";"com::sun::star::lang::XServiceInfo";"getSupportedServiceNames()"4 "LngSvcMgr";"com::sun::star::lang::XComponent";"dispose()"5 "LngSvcMgr";"com::sun::star::lang::XComponent";"addEventListener()"6 "LngSvcMgr";"com::sun::star::lang::XComponent";"removeEventListener()"7 "LngSvcMgr";"com::sun::star::linguistic2::XAvailableLocales";"getAvailableLocales()"8 "LngSvcMgr";"com::sun::star::linguistic2::XLinguServiceManager";"getSpellChecker()"9 "LngSvcMgr";"com::sun::star::linguistic2::XLinguServiceManager";"getHyphenator()"10 "LngSvcMgr";"com::sun::star::linguistic2::XLinguServiceManager";"getThesaurus()"[all …]
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 LngSvcMgr606 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()[all …]
63 class LngSvcMgr : class118 LngSvcMgr(const LngSvcMgr &);119 LngSvcMgr & operator = (const LngSvcMgr &);149 LngSvcMgr();150 virtual ~LngSvcMgr();188 inline ::rtl::OUString LngSvcMgr::getImplementationName_Static() in getImplementationName_Static()
47 class LngSvcMgr;67 LngSvcMgr &rMgr;96 HyphenatorDispatcher( LngSvcMgr &rLngSvcMgr );
49 class LngSvcMgr;71 LngSvcMgr &rMgr;102 SpellCheckerDispatcher( LngSvcMgr &rLngSvcMgr );
58 HyphenatorDispatcher::HyphenatorDispatcher( LngSvcMgr &rLngSvcMgr ) : in HyphenatorDispatcher()
210 SpellCheckerDispatcher::SpellCheckerDispatcher( LngSvcMgr &rLngSvcMgr ) : in SpellCheckerDispatcher()
22 lng.LngSvcMgr
23 #i84435 -o lng.LngSvcMgr
57 public class LngSvcMgr extends TestCase { class