Home
last modified time | relevance | path

Searched refs:xSMgr (Results 126 – 150 of 152) sorted by relevance

1234567

/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx97 ResolverImpl( const Reference< XComponentContext > & xSMgr );
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.hxx129 …actory( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xSMgr );
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx118 com::sun::star::lang::XMultiServiceFactory > & xSMgr,
H A Dtdoc_storage.hxx52 com::sun::star::lang::XMultiServiceFactory > & xSMgr,
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx80 Reference< XMultiServiceFactory > xSMgr = getProcessServiceFactory(); in getLocaleCalendar() local
81 if( xSMgr.is() ) in getLocaleCalendar()
83 xCalendar = Reference< XCalendar >( xSMgr->createInstance in getLocaleCalendar()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx466 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr;
470 , xSMgr( rSMgr ) in ToolkitThreadData()
480 bInitedByVCLToolkit = InitVCL( pTTD->xSMgr ); in ToolkitWorkerFunction()
/trunk/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.hxx117 com::sun::star::lang::XMultiServiceFactory > & xSMgr );
H A Dcachedcontentresultset.cxx654 const Reference< XMultiServiceFactory > & xSMgr in CachedContentResultSet()
660 , m_xSMgr( xSMgr ) in CachedContentResultSet()
H A Dcachedcontentresultset.hxx196 xSMgr,
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx76 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr;
/trunk/main/i18npool/inc/
H A Dcclass_unicode.hxx43 …cclass_Unicode(com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xSMgr
H A DtransliterationImpl.hxx120 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > xSMgr; member in com::sun::star::i18n::TransliterationImpl
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx481 WeakReference<XSet > xSMgr; member in stoc_smgr::OServiceManager_Listener
485 : xSMgr( rSMgr ) in OServiceManager_Listener()
495 Reference<XSet > x( xSMgr ); in disposing()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1029 Reference< lang::XMultiServiceFactory > xSMgr = getProcessServiceFactory(); in Paste() local
1030 …xStringResourcePersistence = Reference< resource::XStringResourcePersistence >( xSMgr->createInsta… in Paste()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1749 Reference< XMultiServiceFactory > xSMgr = in SetMacroPath() local
1753 xFactory( xSMgr->createInstance( in SetMacroPath()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx720 …uno::Reference< lang::XMultiComponentFactory > xSMgr( xContext->getServiceManager(), uno::UNO_QUER… in lcl_getPathSettingsService() local
721 …xPathSettings.set( xSMgr->createInstanceWithContext(::rtl::OUString::createFromAscii("com.sun.star… in lcl_getPathSettingsService()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx771 Reference< XMultiComponentFactory > xSMgr( m_xContext->getServiceManager(), UNO_QUERY ); in getMultiComponentFactory() local
772 if( !xSMgr.is() ) in getMultiComponentFactory()
778 m_xMCF = xSMgr; in getMultiComponentFactory()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx94 Reference< XMultiServiceFactory > xSMgr( unohelper::GetMultiServiceFactory() ); in useHCColorReplacement() local
96 if( xSMgr.is() ) in useHCColorReplacement()
102 xSMgr->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in useHCColorReplacement()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx346 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xSMgr,
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx262 Reference<XMultiComponentFactory> xSMgr = xContext->getServiceManager(); in getTypeConverter_Impl() local
264 xSMgr->createInstanceWithContext( in getTypeConverter_Impl()
293 Reference<XMultiComponentFactory> xSMgr = xContext->getServiceManager(); in createOLEObject_Impl() local
295 xSMgr->createInstanceWithContext( in createOLEObject_Impl()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx1656 uno::Reference< lang::XMultiServiceFactory > xSMgr = comphelper::getProcessServiceFactory(); in getOfficeInstDirs() local
1658 uno::Reference< beans::XPropertySet > xPropSet( xSMgr, uno::UNO_QUERY ); in getOfficeInstDirs()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx2189 xSMgr( ::comphelper::getProcessServiceFactory() ); in DoExportDialog() local
2192 …( xSMgr->createInstance( rtl::OUString::createFromAscii( "com.sun.star.svtools.SvFilterOptionsDial… in DoExportDialog()
/trunk/main/svx/workben/
H A Dedittest.cxx1777 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr = createAp… in Main()
1778 ::comphelper::setProcessServiceFactory( xSMgr ); in Main()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx1389 uno::Reference< lang::XMultiServiceFactory > xSMgr = in GetDateRef() local
1392 xSMgr->createInstance( ::rtl::OUString( in GetDateRef()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2887 Reference< XMultiServiceFactory > xSMgr = ::comphelper::getProcessServiceFactory(); in AddDispatchMacroToBasic_Impl() local
2888 Reference< com::sun::star::uri::XUriReferenceFactory > xFactory( xSMgr->createInstance( in AddDispatchMacroToBasic_Impl()

Completed in 222 milliseconds

1234567