/trunk/main/stoc/test/ |
H A D | testproxyfac.cxx | 257 Reference< lang::XMultiServiceFactory > xMgr( in SAL_IMPLEMENT_MAIN() local 264 xMgr->createInstance( in SAL_IMPLEMENT_MAIN() 281 xMgr->createInstance( in SAL_IMPLEMENT_MAIN() 341 xMgr, UNO_QUERY_THROW )->getPropertyValue( in SAL_IMPLEMENT_MAIN()
|
/trunk/main/linguistic/source/ |
H A D | misc.cxx | 884 uno::Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in GetOneInstanceService() local 885 if (xMgr.is()) in GetOneInstanceService() 889 xRef = xMgr->createInstance( A2OU( pServiceName ) ); in GetOneInstanceService() 934 uno::Reference< XMultiServiceFactory > xMgr = getProcessServiceFactory(); in AppExitListener() local 936 if (xMgr.is()) in AppExitListener() 941 xMgr->createInstance( A2OU( SN_DESKTOP ) ), UNO_QUERY ); in AppExitListener()
|
H A D | thesdsp.cxx | 176 Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in queryMeanings() local 177 if (xMgr.is()) in queryMeanings() 190 xMgr->createInstanceWithArguments( in queryMeanings()
|
H A D | misc2.cxx | 160 uno::Reference< lang::XMultiServiceFactory > xMgr( utl::getProcessServiceFactory() ); in GetMultiPaths_Impl() local 161 if (xMgr.is()) in GetMultiPaths_Impl() 172 uno::Reference< beans::XPropertySet > xPathSettings( xMgr->createInstance( in GetMultiPaths_Impl()
|
H A D | gciterator.cxx | 487 uno::Reference< lang::XMultiServiceFactory > xMgr( in GetGrammarChecker() local 490 xMgr->createInstance( aSvcImplName ), uno::UNO_QUERY_THROW ); in GetGrammarChecker() 1026 uno::Reference< lang::XMultiServiceFactory > xMgr = utl::getProcessServiceFactory(); in GetUpdateAccess() local 1027 if (xMgr.is()) in GetUpdateAccess() 1030 xMgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( in GetUpdateAccess()
|
/trunk/main/tools/source/generic/ |
H A D | svlibrary.cxx | 47 uno::Reference< lang::XMultiServiceFactory > xMgr( comphelper::getProcessServiceFactory() ); in GetMultiPaths_Impl() local 48 if (xMgr.is()) in GetMultiPaths_Impl() 59 uno::Reference< beans::XPropertySet > xPathSettings( xMgr->createInstance( in GetMultiPaths_Impl()
|
/trunk/main/cpputools/source/unoexe/ |
H A D | unoexe.cxx | 243 Reference< XMultiComponentFactory > xMgr( xContext->getServiceManager() ); in createInstance() local 244 Reference< XInterface > x( xMgr->createInstanceWithContext( rServiceName, xContext ) ); in createInstance() 254 Reference< XSet > xSet( xMgr, UNO_QUERY ); in createInstance() 257 Reference< XMultiServiceFactory > xSF( xMgr, UNO_QUERY ); in createInstance() 287 x = xMgr->createInstanceWithContext( rServiceName, xContext ); in createInstance()
|
/trunk/main/editeng/source/editeng/ |
H A D | eerdll.cxx | 194 … uno::Reference< lang::XMultiServiceFactory > xMgr ( comphelper::getProcessServiceFactory() ); in GetLanguageGuesser() local 195 if (xMgr.is()) in GetLanguageGuesser() 198 xMgr->createInstance( in GetLanguageGuesser()
|
/trunk/main/cui/source/options/ |
H A D | optlingu.cxx | 1289 uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); in FillItemSet() local 1291 if (xMgr.is()) in FillItemSet() 1292 xMgr->setConfiguredServices( C2U(cSpell), aLocale, aImplNames ); in FillItemSet() 1305 uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); in FillItemSet() local 1307 if (xMgr.is()) in FillItemSet() 1308 xMgr->setConfiguredServices( C2U(cGrammar), aLocale, aImplNames ); in FillItemSet() 1321 uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); in FillItemSet() local 1323 if (xMgr.is()) in FillItemSet() 1324 xMgr->setConfiguredServices( C2U(cHyph), aLocale, aImplNames ); in FillItemSet() 1339 if (xMgr.is()) in FillItemSet() [all …]
|
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | Factory_Test.java | 154 XMultiServiceFactory xMgr = RegistryServiceFactory.create( rdb ); in main() local 156 XPropertySet.class, xMgr ); in main() 162 xSet.insert( new com.sun.star.comp.loader.JavaLoaderFactory( xMgr ) ); in main()
|
/trunk/main/cppuhelper/source/ |
H A D | servicefactory.cxx | 69 Reference< lang::XMultiComponentFactory > const & xMgr, 327 Reference< lang::XMultiComponentFactory > xMgr( in bootstrapInitialSF() local 358 xMgr, Reference< registry::XRegistryKey >() ); in bootstrapInitialSF() 360 return xMgr; in bootstrapInitialSF()
|
/trunk/main/extensions/source/bibliography/ |
H A D | bibbeam.cxx | 150 uno::Reference< lang::XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); in createGridWin() local 152 if ( m_xGridModel.is() && xMgr.is()) in createGridWin() 162 m_xControl = Reference< awt::XControl > (xMgr->createInstance( aControlName ), UNO_QUERY ); in createGridWin()
|
H A D | toolbar.cxx | 276 uno::Reference< lang::XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); in InitListener() local 279 …uno::Reference< util::XURLTransformer > xTrans ( xMgr->createInstance( C2U("com.sun.star.util.URL… in InitListener() 360 uno::Reference< lang::XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); in SendDispatch() local 362 …uno::Reference< util::XURLTransformer > xTrans ( xMgr->createInstance( C2U("com.sun.star.util.URL… in SendDispatch()
|
H A D | bibconfig.cxx | 372 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in GetDataSourceNames() local 373 if( xMgr.is() ) in GetDataSourceNames() 375 …Reference<XInterface> xInstance = xMgr->createInstance( C2U( "com.sun.star.sdb.DatabaseContext" )); in GetDataSourceNames()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 270 const uno::Reference< lang::XMultiServiceFactory > xMgr( in StartTextConversion() local 272 SwHHCWrapper aWrap( this, xMgr, nSourceLang, nTargetLang, pTargetFont, in StartTextConversion() 780 …uno::Reference< lang::XMultiServiceFactory > xMgr( utl::getProcessServiceFactory(), uno::UNO_QUERY… in ExecSpellPopup() local 786 if (xMgr.is()) in ExecSpellPopup() 788 … xURLTransformer = uno::Reference< util::XURLTransformer >( xMgr->createInstance( in ExecSpellPopup()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 295 xMgr = comphelper::getProcessServiceFactory(); in SwMailMergeDlg() local 296 …xFrame = uno::Reference< XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), UNO_QUERY… in SwMailMergeDlg() 835 uno::Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local 837 if( xMgr.is() ) in IMPL_LINK() 840 xMgr->createInstance( in IMPL_LINK()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | changedb.cxx | 140 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in FillDBPopup() local 141 if( xMgr.is() ) in FillDBPopup() 143 …Reference<XInterface> xInstance = xMgr->createInstance( C2U( "com.sun.star.sdb.DatabaseContext" )); in FillDBPopup()
|
/trunk/main/writerfilter/unocomponent/ |
H A D | component.cxx | 57 component_getFactory(sal_Char const * implName, ::com::sun::star::lang::XMultiServiceFactory * xMgr… in component_getFactory() argument 61 …void * pResult = ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries… in component_getFactory()
|
/trunk/main/writerfilter/source/filter/ |
H A D | WriterFilter.cxx | 67 component_getFactory(sal_Char const * implName, ::com::sun::star::lang::XMultiServiceFactory * xMgr… in component_getFactory() argument 69 return ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries ); in component_getFactory()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | shlib.hxx | 56 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > const & xMgr, 77 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > const & xMgr,
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbtablepreviewdialog.cxx | 88 xMgr = comphelper::getProcessServiceFactory(); in SwDBTablePreviewDialog() local 89 …m_xFrame = uno::Reference< frame::XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), … in SwDBTablePreviewDialog()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbatemplate.cxx | 52 uno::Reference< lang::XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); in AutoTextEntries() local 53 …uno::Reference< text::XAutoTextContainer > xAutoTextContainer( xMgr->createInstance( rtl::OUString… in AutoTextEntries()
|
/trunk/main/odk/examples/cpp/counter/ |
H A D | counter.cxx | 145 const Reference< XMultiServiceFactory > & xMgr ) in MyCounterImpl_create() 147 return Reference<XInterface>(static_cast<XCountable*>(new MyCounterImpl(xMgr))); in MyCounterImpl_create()
|
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
H A D | service2_impl.cxx | 210 sal_Char const * implName, lang::XMultiServiceFactory * xMgr, in component_getFactory() argument 214 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
|
/trunk/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 405 uno::Reference< lang::XMultiServiceFactory > xMgr( ::utl::getProcessServiceFactory() ); in DBG_NAME() local 407 if( xMgr.is() ) in DBG_NAME() 409 uno::Reference< awt::XProgressMonitor > xMonitor( xMgr->createInstance( in DBG_NAME()
|