Home
last modified time | relevance | path

Searched refs:xFactory (Results 51 – 75 of 635) sorted by relevance

12345678910>>...26

/aoo41x/main/comphelper/source/processfactory/
H A Dprocessfactory.cxx75 Reference< XMultiServiceFactory > xFactory( getProcessServiceFactory() ); in createProcessComponent() local
76 if ( xFactory.is() ) in createProcessComponent()
77 xComponent = xFactory->createInstance( _rServiceSpecifier ); in createProcessComponent()
87 Reference< XMultiServiceFactory > xFactory( getProcessServiceFactory() ); in createProcessComponentWithArguments() local
88 if ( xFactory.is() ) in createProcessComponentWithArguments()
89 xComponent = xFactory->createInstanceWithArguments( _rServiceSpecifier, _rArgs ); in createProcessComponentWithArguments()
/aoo41x/main/padmin/source/
H A Dpamain.cxx101 Reference< XMultiServiceFactory > xFactory; in Main() local
105 xFactory = Reference< XMultiServiceFactory >( xCtx->getServiceManager(), UNO_QUERY ); in Main()
106 if( xFactory.is() ) in Main()
107 setProcessServiceFactory( xFactory ); in Main()
113 if( ! xFactory.is() ) in Main()
132 ::ucbhelper::ContentBroker::initialize( xFactory, aArgs ); in Main()
/aoo41x/main/UnoControls/source/base/
H A Dregistercontrols.cxx96 xFactory = Reference< XSingleServiceFactory > \
110 xFactory = Reference< XSingleServiceFactory > \
184 Reference< XSingleServiceFactory > xFactory ; in component_getFactory()
203 if ( xFactory.is() ) in component_getFactory()
207 xFactory->acquire(); in component_getFactory()
208 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/package/qa/ofopxmlstorages/
H A DTestHelper.java919 XSingleServiceFactory xFactory, in createStorageFromURL() argument
937 Object oTempStorage = xFactory.createInstanceWithArguments( pArgs ); in createStorageFromURL()
953 XSingleServiceFactory xFactory, in createStorageFromStream() argument
971 Object oTempStorage = xFactory.createInstanceWithArguments( pArgs ); in createStorageFromStream()
987 XSingleServiceFactory xFactory, in createStorageFromInputStream() argument
1004 Object oTempStorage = xFactory.createInstanceWithArguments( pArgs ); in createStorageFromInputStream()
1019 public XStorage createTempStorage( XMultiServiceFactory xMSF, XSingleServiceFactory xFactory ) in createTempStorage() argument
1032 xResult = createStorageFromStream( xFactory, xStream, ElementModes.WRITE ); in createTempStorage()
1042 …public XStorage cloneStorage( XMultiServiceFactory xMSF, XSingleServiceFactory xFactory, XStorage … in cloneStorage() argument
1048 xResult = createTempStorage( xMSF, xFactory ); in cloneStorage()
[all …]
/aoo41x/main/svtools/source/hatchwindow/
H A Dhatchwindowfactory.cxx119 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
122 xFactory = cppu::createOneInstanceFactory( in component_getFactory()
130 xFactory = cppu::createSingleFactory( in component_getFactory()
137 if (xFactory.is()) in component_getFactory()
139 xFactory->acquire(); in component_getFactory()
140 pResult = xFactory.get(); in component_getFactory()
/aoo41x/main/framework/source/dispatch/
H A Ddispatchprovider.cxx117 …ovider::DispatchProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory , in DEFINE_XINTERFACE_2()
123 , m_xFactory ( xFactory ) in DEFINE_XINTERFACE_2()
674 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in implts_getOrCreateDispatchHelper() local
688 MenuDispatcher* pDispatcher = new MenuDispatcher( xFactory, xOwner ); in implts_getOrCreateDispatchHelper()
718 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, sTarget, nSearchFlags); in implts_getOrCreateDispatchHelper()
728 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_BLANK, 0); in implts_getOrCreateDispatchHelper()
739 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_DEFAULT, 0); in implts_getOrCreateDispatchHelper()
747 … LoadDispatcher* pDispatcher = new LoadDispatcher(xFactory, xOwner, SPECIALTARGET_SELF, 0); in implts_getOrCreateDispatchHelper()
754 CloseDispatcher* pDispatcher = new CloseDispatcher( xFactory, xOwner, sTarget ); in implts_getOrCreateDispatchHelper()
761 … StartModuleDispatcher* pDispatcher = new StartModuleDispatcher( xFactory, xOwner, sTarget ); in implts_getOrCreateDispatchHelper()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfexportfilter.cxx148 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
154 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory()
163 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory()
170 if ( xFactory.is() ) in component_getFactory()
172 xFactory->acquire(); in component_getFactory()
173 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpservices.cxx50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
59 xFactory = FTPContentProvider::createServiceFactory( xSMgr ); in component_getFactory()
62 if ( xFactory.is() ) in component_getFactory()
64 xFactory->acquire(); in component_getFactory()
65 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgservices.cxx48 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
57 xFactory = ::package_ucp::ContentProvider::createServiceFactory( xSMgr ); in component_getFactory()
62 if ( xFactory.is() ) in component_getFactory()
64 xFactory->acquire(); in component_getFactory()
65 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/ucb/source/sorter/
H A Dsortmain.cxx49 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local
58 xFactory = SortedDynamicResultSetFactory::createServiceFactory( xSMgr ); in component_getFactory()
63 if ( xFactory.is() ) in component_getFactory()
65 xFactory->acquire(); in component_getFactory()
66 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavservices.cxx49 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
58 xFactory = ::http_dav_ucp::ContentProvider::createServiceFactory( xSMgr ); in component_getFactory()
63 if ( xFactory.is() ) in component_getFactory()
65 xFactory->acquire(); in component_getFactory()
66 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dservices.cxx51 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
60 xFactory = ::chelp::ContentProvider::createServiceFactory( xSMgr ); in component_getFactory()
65 if ( xFactory.is() ) in component_getFactory()
67 xFactory->acquire(); in component_getFactory()
68 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/package/source/xstor/
H A Dregister.cxx49 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
53xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory()
59 if ( xFactory.is() ) in component_getFactory()
61 xFactory->acquire(); in component_getFactory()
62 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/sot/source/unoolestorage/
H A Dregister.cxx49 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
53xFactory= ::cppu::createSingleFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServiceMan… in component_getFactory()
59 if ( xFactory.is() ) in component_getFactory()
61 xFactory->acquire(); in component_getFactory()
62 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/extensions/source/scanner/
H A Dscnserv.cxx50 REF( ::com::sun::star::lang::XSingleServiceFactory ) xFactory; in component_getFactory() local
55 xFactory = REF( ::com::sun::star::lang::XSingleServiceFactory )( ::cppu::createSingleFactory( in component_getFactory()
62 if( xFactory.is() ) in component_getFactory()
64 xFactory->acquire(); in component_getFactory()
65 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/sd/source/ui/unoidl/
H A Ddetreg.cxx61 …Reference< XSingleServiceFactory > xFactory in component_getFactory() local
66 xFactory = ::cppu::createSingleFactory( xServiceManager, in component_getFactory()
73 if ( xFactory.is() ) in component_getFactory()
75 xFactory->acquire(); in component_getFactory()
76 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/sw/source/ui/uno/
H A Ddetreg.cxx56 …Reference< XSingleServiceFactory > xFactory in component_getFactory() local
61 xFactory = ::cppu::createSingleFactory( xServiceManager, in component_getFactory()
68 if ( xFactory.is() ) in component_getFactory()
70 xFactory->acquire(); in component_getFactory()
71 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/starmath/source/
H A Ddetreg.cxx60 …Reference< XSingleServiceFactory > xFactory in component_getFactory() local
65 xFactory = ::cppu::createSingleFactory( xServiceManager, in component_getFactory()
72 if ( xFactory.is() ) in component_getFactory()
74 xFactory->acquire(); in component_getFactory()
75 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/filter/source/msfilter/powerpoint/
H A Dpptimporteruno.cxx56 REF( NMSP_LANG::XSingleServiceFactory ) xFactory; in component_getFactory() local
63 xFactory = REF( NMSP_LANG::XSingleServiceFactory )( NMSP_CPPU::createSingleFactory( in component_getFactory()
68 if( xFactory.is() ) in component_getFactory()
70 xFactory->acquire(); in component_getFactory()
71 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/filter/source/filtertracer/
H A Dfiltertraceruno.cxx56 REF( NMSP_LANG::XSingleServiceFactory ) xFactory; in component_getFactory() local
63 xFactory = REF( NMSP_LANG::XSingleServiceFactory )( cppu::createSingleFactory( in component_getFactory()
68 if( xFactory.is() ) in component_getFactory()
70 xFactory->acquire(); in component_getFactory()
71 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/vcl/workben/
H A Dsvpclient.cxx76 Reference< XMultiServiceFactory > xFactory; in SAL_IMPLEMENT_MAIN() local
80 xFactory = Reference< XMultiServiceFactory >( xCtx->getServiceManager(), UNO_QUERY ); in SAL_IMPLEMENT_MAIN()
81 if( xFactory.is() ) in SAL_IMPLEMENT_MAIN()
82 setProcessServiceFactory( xFactory ); in SAL_IMPLEMENT_MAIN()
88 if( ! xFactory.is() ) in SAL_IMPLEMENT_MAIN()
103 ::ucbhelper::ContentBroker::initialize( xFactory, aArgs ); in SAL_IMPLEMENT_MAIN()
113 InitVCL( xFactory ); in SAL_IMPLEMENT_MAIN()
/aoo41x/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx53 …rence< io::XInputStream >& xInStream, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in ReadGroupLocalizationSequence() argument
57 return ReadLocalizationSequence_Impl( xInStream, aStringID, xFactory ); in ReadGroupLocalizationSequence()
61 …ence< beans::StringPair >& aSequence, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in WriteGroupLocalizationSequence() argument
68 xFactory->createInstance( in WriteGroupLocalizationSequence()
113 …am, const ::rtl::OUString& aStringID, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in ReadLocalizationSequence_Impl() argument
116 if ( !xFactory.is() || !xInStream.is() ) in ReadLocalizationSequence_Impl()
121 …uno::Reference< xml::sax::XParser > xParser( xFactory->createInstance( rtl::OUString( RTL_CONSTASC… in ReadLocalizationSequence_Impl()
/aoo41x/main/basctl/source/basicide/
H A Dregister.cxx67 …Reference< XSingleServiceFactory > xFactory in component_getFactory() local
72 xFactory = ::cppu::createSingleFactory( xServiceManager, in component_getFactory()
79 if ( xFactory.is() ) in component_getFactory()
81 xFactory->acquire(); in component_getFactory()
82 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddetreg.cxx61 …Reference< XSingleServiceFactory > xFactory in component_getFactory() local
66 xFactory.set(::cppu::createSingleFactory( xServiceManager, in component_getFactory()
73 if ( xFactory.is() ) in component_getFactory()
75 xFactory->acquire(); in component_getFactory()
76 pReturn = xFactory.get(); in component_getFactory()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_services.cxx69 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local
80 xFactory = ::odma::ContentProvider::createServiceFactory( xSMgr ); in component_getFactory()
87 if ( xFactory.is() ) in component_getFactory()
89 xFactory->acquire(); in component_getFactory()
90 pRet = xFactory.get(); in component_getFactory()

Completed in 95 milliseconds

12345678910>>...26