Home
last modified time | relevance | path

Searched refs:xMgr (Results 26 – 50 of 98) sorted by relevance

1234

/trunk/main/stoc/test/
H A Dtestproxyfac.cxx257 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 Dmisc.cxx884 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 Dthesdsp.cxx176 Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in queryMeanings() local
177 if (xMgr.is()) in queryMeanings()
190 xMgr->createInstanceWithArguments( in queryMeanings()
H A Dmisc2.cxx160 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 Dgciterator.cxx487 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 Dsvlibrary.cxx47 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 Dunoexe.cxx243 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 Deerdll.cxx194 … 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 Doptlingu.cxx1289 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 DFactory_Test.java154 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 Dservicefactory.cxx69 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 Dbibbeam.cxx150 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 Dtoolbar.cxx276 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 Dbibconfig.cxx372 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 Dviewling.cxx270 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 Dmailmrge.cxx295 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 Dchangedb.cxx140 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 Dcomponent.cxx57 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 DWriterFilter.cxx67 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 Dshlib.hxx56 ::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 Ddbtablepreviewdialog.cxx88 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 Dvbatemplate.cxx52 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 Dcounter.cxx145 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 Dservice2_impl.cxx210 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 Dgalmisc.cxx405 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()

Completed in 219 milliseconds

1234