Home
last modified time | relevance | path

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

1234

/trunk/main/filter/source/svg/
H A Dsvgexport.cxx374 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in implCreateExportDocumentHandler() local
377 if( xMgr.is() && rxOStm.is() ) in implCreateExportDocumentHandler()
379 …xSaxWriter = Reference< XDocumentHandler >( xMgr->createInstance( B2UCONST( "com.sun.star.xml.sax.… in implCreateExportDocumentHandler()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1800 Reference< lang::XMultiServiceFactory > xMgr; in loadWithImplementationName() local
1802 xMgr.set( xContext->getServiceManager(), UNO_QUERY_THROW ); in loadWithImplementationName()
1804 xMgr.set( this ); in loadWithImplementationName()
1805 ret = createSingleRegistryFactory( xMgr, name, xImpKey ); in loadWithImplementationName()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx619 …css::uno::Reference< css::lang::XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactor… in GetBackgroundTextForwarder() local
621xMgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.linguistic2.LinguServic… in GetBackgroundTextForwarder()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx1331 Reference<deploy::XPackageManager> xMgr = in synchronizeBundledPrereg() local
1333 xMgr->synchronize(xAbortChannel, xCmdEnv); in synchronizeBundledPrereg()
1336 uno::Sequence<Reference<deploy::XPackage> > extensions = xMgr->getDeployedPackages( in synchronizeBundledPrereg()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx1040 …uno::Reference< report::meta::XFunctionManager> xMgr(xFactory->createInstanceWithContext(::rtl::OU… in openDialogFormula_nothrow() local
1041 if ( xMgr.is() ) in openDialogFormula_nothrow()
1043 … ::boost::shared_ptr< formula::IFunctionManager > pFormulaManager(new FunctionManager(xMgr) ); in openDialogFormula_nothrow()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1294 … uno::Reference< lang::XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); in GetMainUpdateAccess() local
1295 if (xMgr.is()) in GetMainUpdateAccess()
1298 xMgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( in GetMainUpdateAccess()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx989 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in GetResultSet() local
990 if( xMgr.is() ) in GetResultSet()
993 xMgr->createInstance(C2U("com.sun.star.sdb.RowSet")), UNO_QUERY); in GetResultSet()
H A Ddbinsdlg.cxx1279 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in DataToDoc() local
1280 if( xMgr.is() ) in DataToDoc()
1282 …Reference<XInterface> xInstance = xMgr->createInstance( C2U( "com.sun.star.util.NumberFormatter" )… in DataToDoc()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx956 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in Init() local
957 if( xMgr.is() ) in Init()
959 m_xConversionDictionaryList = Reference< XConversionDictionaryList >( xMgr->createInstance( in Init()
/trunk/main/offapi/com/sun/star/sync/
H A DXSyncCollector.idl50 boolean initialize( [in] com::sun::star::ucb::XContentProviderManager xMgr,
/trunk/main/cui/source/options/
H A Doptjava.cxx250 Reference < XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local
252xMgr->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.FolderPicker" ) )… in IMPL_LINK()
H A Dtreeopt.cxx1741 Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in ApplyLanguageOptions() local
1743 xMgr->createInstance( ::rtl::OUString::createFromAscii( in ApplyLanguageOptions()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.hxx124 xMgr;
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx310 uno::Reference < XMultiServiceFactory > xMgr = getProcessServiceFactory(); in GetFolderContents() local
312xMgr->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.ucb.SortedDynamicResultSetFac… in GetFolderContents()
/trunk/main/starmath/source/
H A Dunomodel.cxx1005 Reference< XMultiServiceFactory > xMgr( getProcessServiceFactory() ); in lcl_GuessPaperSize() local
1006 LocaleDataWrapper aLocWrp( xMgr, AllSettings().GetLocale() ); in lcl_GuessPaperSize()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx2320 uno::Reference< XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); in GenerateFormLetter() local
2322 if( xMgr.is() ) in GenerateFormLetter()
2324 uno::Reference<XInterface> xInstance = xMgr->createInstance( in GenerateFormLetter()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx1282 xMgr = getProcessServiceFactory(); in ResumeShowAutoText() local
1285 …uno::Reference< uno::XInterface > xAText = xMgr->createInstance( C2U("com.sun.star.text.AutoTextC… in ResumeShowAutoText()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx76 ServiceImpl( const Reference< XMultiServiceFactory > & xMgr ) in ServiceImpl() argument
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1638 const uno::Reference< XMultiServiceFactory > & xMgr ) in ZipPackage_createInstance()
1640 return uno::Reference< XInterface >( *new ZipPackage( xMgr ) ); in ZipPackage_createInstance()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx809 uno::Reference< lang::XMultiServiceFactory > xMgr( in GetGrammarCheckerDsp_Impl() local
812xMgr->createInstance( A2OU( SN_GRAMMARCHECKINGITERATOR ) ), uno::UNO_QUERY_THROW ); in GetGrammarCheckerDsp_Impl()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx536 uno::Reference< lang::XMultiServiceFactory > xMgr = getProcessServiceFactory(); in Construct_Impl() local
537 … uno::Reference< lang::XMultiServiceFactory > xConfigurationProvider(xMgr->createInstance( in Construct_Impl()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1993 …ence<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XMultiServiceFactory > & xMgr ) in TypeToIdlClass() argument
2006 …xRefl = Reference< XIdlReflection >( xMgr->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRING… in TypeToIdlClass()
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt185 …#1 0x00002aaaadd3dc94 in ZipPackage_createInstance (xMgr=@0x7fffe284e990) at /home/rodo/git/ooxml…

Completed in 228 milliseconds

1234