Home
last modified time | relevance | path

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

12345678910>>...26

/trunk/main/filter/source/flash/
H A Dswfuno.cxx69 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local
74 xFactory = createSingleFactory( in component_getFactory()
82 xFactory = createSingleFactory( in component_getFactory()
88 if (xFactory.is()) in component_getFactory()
90 xFactory->acquire(); in component_getFactory()
91 pRet = xFactory.get(); in component_getFactory()
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmteregister.cxx50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
56xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory()
63xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory()
70 if ( xFactory.is() ) in component_getFactory()
72 xFactory->acquire(); in component_getFactory()
73 pRet = xFactory.get(); in component_getFactory()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx135 uno::Reference< lang::XMultiServiceFactory > xFactory = xArgFactory; in StaticGetDigestContextForChecksum() local
136 if ( !xFactory.is() ) in StaticGetDigestContextForChecksum()
137 xFactory.set( comphelper::getProcessServiceFactory(), uno::UNO_SET_THROW ); in StaticGetDigestContextForChecksum()
140xFactory->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.crypto.NSS… in StaticGetDigestContextForChecksum()
172 uno::Reference< lang::XMultiServiceFactory > xFactory = xArgFactory; in StaticGetCipher() local
173 if ( !xFactory.is() ) in StaticGetCipher()
174 xFactory.set( comphelper::getProcessServiceFactory(), uno::UNO_SET_THROW ); in StaticGetCipher()
383 … ZipFile::StaticGetDataFromRawStream( const uno::Reference< lang::XMultiServiceFactory >& xFactory, in StaticGetDataFromRawStream() argument
419 if ( !StaticHasValidPassword( xFactory, aReadBuffer, rData ) ) in StaticGetDataFromRawStream()
423 return new XUnbufferedStream( xFactory, xStream, rData ); in StaticGetDataFromRawStream()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.hxx49 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in OOoEmbeddedObjectFactory()
50 : m_xFactory( xFactory ) in OOoEmbeddedObjectFactory()
51 , m_aConfigHelper( xFactory ) in OOoEmbeddedObjectFactory()
53 OSL_ENSURE( xFactory.is(), "No service manager is provided!\n" ); in OOoEmbeddedObjectFactory()
96 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in OOoSpecialEmbeddedObjectFactory()
97 : m_xFactory( xFactory ) in OOoSpecialEmbeddedObjectFactory()
98 , m_aConfigHelper( xFactory ) in OOoSpecialEmbeddedObjectFactory()
100 OSL_ENSURE( xFactory.is(), "No service manager is provided!\n" ); in OOoSpecialEmbeddedObjectFactory()
/trunk/main/cui/source/options/
H A Doptupdt.cxx82 …uno::Reference < lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in SvxOnlineUpdateTabPage() local
85 xFactory->createInstance( UNISTRING( "com.sun.star.setup.UpdateCheckConfig" ) ), in SvxOnlineUpdateTabPage()
312 …uno::Reference < lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local
314xFactory->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME )… in IMPL_LINK()
338 …uno::Reference < lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local
343xFactory->createInstance( UNISTRING( "com.sun.star.configuration.ConfigurationProvider" )), in IMPL_LINK()
362 xFactory->createInstance( UNISTRING( "com.sun.star.util.URLTransformer" ) ), in IMPL_LINK()
368 xFactory->createInstance( UNISTRING( "com.sun.star.frame.Desktop" ) ), in IMPL_LINK()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/package/source/xstor/
H A Dregister.cxx50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local
54xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory()
60 if ( xFactory.is() ) in component_getFactory()
62 xFactory->acquire(); in component_getFactory()
63 pRet = xFactory.get(); in component_getFactory()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 97 milliseconds

12345678910>>...26