Lines Matching refs:xMgr
84 uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); in GetLngSvcMgr_Impl() local
85 if (xMgr.is()) in GetLngSvcMgr_Impl()
87 xRes = uno::Reference< XLinguServiceManager > ( xMgr->createInstance( in GetLngSvcMgr_Impl()
882 uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); in LinguMgrAppExitLstnr() local
883 if ( xMgr.is() ) in LinguMgrAppExitLstnr()
885 xDesktop = uno::Reference< XComponent > ( xMgr->createInstance( in LinguMgrAppExitLstnr()
1101 uno::Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in GetDicList() local
1102 if (xMgr.is()) in GetDicList()
1104 xDicList = uno::Reference< XDictionaryList > ( xMgr->createInstance( in GetDicList()
1118 uno::Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in GetProp() local
1119 if (xMgr.is()) in GetProp()
1121 xProp = uno::Reference< XPropertySet > ( xMgr->createInstance( in GetProp()