/trunk/main/filter/source/pdf/ |
H A D | pdfuno.cxx | 60 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 64 … xFactory = createSingleFactory( reinterpret_cast< XMultiServiceFactory* >( pServiceManager ), in component_getFactory() 71 … xFactory = createSingleFactory( reinterpret_cast< XMultiServiceFactory* >( pServiceManager ), in component_getFactory() 78 … xFactory = createSingleFactory( reinterpret_cast< XMultiServiceFactory* >( pServiceManager ), in component_getFactory() 84 if( xFactory.is() ) in component_getFactory() 86 xFactory->acquire(); in component_getFactory() 87 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/embeddedobj/source/commonembedding/ |
H A D | register.cxx | 50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 56 …xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory() 63 …xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory() 70 …xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory() 77 if ( xFactory.is() ) in component_getFactory() 79 xFactory->acquire(); in component_getFactory() 80 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/chart2/source/model/filter/ |
H A D | XMLFilter.cxx | 358 Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager()); in impl_Import() local 359 OSL_ENSURE( xFactory.is(), "Import: No Factory" ); in impl_Import() 360 if( ! xFactory.is()) in impl_Import() 447 xStorage, xSaxParser, xFactory, xGraphicObjectResolver, xImportInfo ); in impl_Import() 455 xStorage, xSaxParser, xFactory, xGraphicObjectResolver, xImportInfo ); in impl_Import() 463 xStorage, xSaxParser, xFactory, xGraphicObjectResolver, xImportInfo ); in impl_Import() 472 xStorage, xSaxParser, xFactory, xGraphicObjectResolver, xImportInfo ); in impl_Import() 491 const Reference< lang::XMultiComponentFactory > & xFactory, in impl_ImportStream() 622 Reference< lang::XMultiComponentFactory > xFactory( m_xContext->getServiceManager()); in impl_Export() local 623 OSL_ENSURE( xFactory.is(), "Export: No Factory" ); in impl_Export() [all …]
|
/trunk/main/uui/source/ |
H A D | services.cxx | 71 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 81 xFactory = in component_getFactory() 98 xFactory = in component_getFactory() 114 xFactory = in component_getFactory() 120 if ( xFactory.is() ) in component_getFactory() 122 xFactory->acquire(); in component_getFactory() 123 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/filter/source/svg/ |
H A D | svguno.cxx | 61 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 65 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory() 72 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory() 79 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory() 84 if (xFactory.is()) in component_getFactory() 86 xFactory->acquire(); in component_getFactory() 87 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/svl/source/uno/ |
H A D | registerservices.cxx | 65 Reference< css::lang::XSingleServiceFactory > xFactory; in DECLARE_CREATEINSTANCE() local 74 xFactory = ::cppu::createSingleFactory( in DECLARE_CREATEINSTANCE() 88 xFactory = ::cppu::createSingleFactory( in DECLARE_CREATEINSTANCE() 100 xFactory = ::cppu::createSingleFactory ( in DECLARE_CREATEINSTANCE() 106 if ( xFactory.is() ) in DECLARE_CREATEINSTANCE() 108 xFactory->acquire(); in DECLARE_CREATEINSTANCE() 109 pResult = xFactory.get(); in DECLARE_CREATEINSTANCE()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | storagehelper.hxx | 66 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 75 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 84 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 92 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 100 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 112 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 130 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 139 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 148 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory 158 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory
|
/trunk/main/xmlsecurity/source/xmlsec/ |
H A D | xsec_xmlsec.cxx | 107 Reference< XInterface > xFactory ; in component_getFactory() local 112 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory() 119 xFactory = Reference< XSingleServiceFactory >( createSingleFactory( in component_getFactory() 126 xFactory = ::cppu::createSingleComponentFactory( in component_getFactory() 133 if( xFactory.is() ) { in component_getFactory() 134 xFactory->acquire() ; in component_getFactory() 135 pRet = xFactory.get() ; in component_getFactory()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 268 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetPasswordContainer() local 269 if ( xFactory != null ) in GetPasswordContainer() 286 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetInteractionHandler() local 287 if ( xFactory != null ) in GetInteractionHandler() 511 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetDocServiceName() local 512 if ( xFactory == null ) in GetDocServiceName() 587 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetConfigurationProvider() local 999 XMultiComponentFactory xFactory = xContext.getServiceManager(); in ShowError() local 1000 if ( xFactory != null ) in ShowError() 1114 XMultiComponentFactory xFactory = xContext.getServiceManager(); in AllowThreadUsage() local [all …]
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxexportfilter.cxx | 135 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 142 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory() 150 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory() 158 xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory( in component_getFactory() 165 if ( xFactory.is() ) in component_getFactory() 167 xFactory->acquire(); in component_getFactory() 168 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | facreg.cxx | 303 uno::Reference<lang::XSingleServiceFactory> xFactory; in component_getFactory() local 314 xFactory = ::cppu::createSingleFactory( in component_getFactory() 322 xFactory = ::sfx2::createSfxModelFactory( in component_getFactory() 330 xFactory = ::sfx2::createSfxModelFactory( in component_getFactory() 338 xFactory = ::cppu::createSingleFactory( in component_getFactory() 346 xFactory = ::cppu::createSingleFactory( in component_getFactory() 459 xFactory = ::cppu::createSingleFactory( in component_getFactory() 467 xFactory = ::cppu::createSingleFactory( in component_getFactory() 480 else if (xFactory.is()) in component_getFactory() 482 xFactory->acquire(); in component_getFactory() [all …]
|
/trunk/main/comphelper/source/xml/ |
H A D | ofopxmlhelper.cxx | 58 …m, const ::rtl::OUString aStreamName, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in ReadRelationsInfoSequence() argument 63 return ReadSequence_Impl( xInStream, aStringID, RELATIONINFO_FORMAT, xFactory ); in ReadRelationsInfoSequence() 67 …rence< io::XInputStream >& xInStream, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in ReadContentTypeSequence() argument 71 return ReadSequence_Impl( xInStream, aStringID, CONTENTTYPE_FORMAT, xFactory ); in ReadContentTypeSequence() 75 …ce< beans::StringPair > >& aSequence, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in WriteRelationsInfoSequence() argument 82 xFactory->createInstance( in WriteRelationsInfoSequence() 140 …ns::StringPair >& aOverridesSequence, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in WriteContentSequence() argument 147 xFactory->createInstance( in WriteContentSequence() 207 …tring& aStringID, sal_uInt16 nFormat, const uno::Reference< lang::XMultiServiceFactory > xFactory ) in ReadSequence_Impl() argument 210 if ( !xFactory.is() || !xInStream.is() || nFormat > FORMAT_MAX_ID ) in ReadSequence_Impl() [all …]
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchyservices.cxx | 50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 59 xFactory = HierarchyContentProvider::createServiceFactory( xSMgr ); in component_getFactory() 69 xFactory = HierarchyDataSource::createServiceFactory( xSMgr ); in component_getFactory() 74 if ( xFactory.is() ) in component_getFactory() 76 xFactory->acquire(); in component_getFactory() 77 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_services.cxx | 53 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 62 xFactory = ContentProvider::createServiceFactory( xSMgr ); in component_getFactory() 72 xFactory = DocumentContentFactory::createServiceFactory( xSMgr ); in component_getFactory() 77 if ( xFactory.is() ) in component_getFactory() 79 xFactory->acquire(); in component_getFactory() 80 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/dtrans/source/generic/ |
H A D | dtrans.cxx | 61 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 65 xFactory = createOneInstanceFactory( in component_getFactory() 73 xFactory = createSingleFactory( in component_getFactory() 80 if (xFactory.is()) in component_getFactory() 82 xFactory->acquire(); in component_getFactory() 83 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/xmlsecurity/source/component/ |
H A D | registerservices.cxx | 48 uno::Reference< XInterface > xFactory; in component_getFactory() local 56 xFactory = cppu::createSingleComponentFactory( in component_getFactory() 64 xFactory = cppu::createOneInstanceFactory( in component_getFactory() 71 if (xFactory.is()) in component_getFactory() 73 xFactory->acquire(); in component_getFactory() 74 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 64 ProgressMonitor::ProgressMonitor( const Reference< XMultiServiceFactory >& xFactory ) in ProgressMonitor() argument 65 : BaseContainerControl ( xFactory ) in ProgressMonitor() 72 …m_xTopic_Top = Reference< XFixedText > ( xFactory->createInstance ( OUString::createFromAscii( F… in ProgressMonitor() 73 …m_xText_Top = Reference< XFixedText > ( xFactory->createInstance ( OUString::createFromAscii( F… in ProgressMonitor() 74 …m_xTopic_Bottom = Reference< XFixedText > ( xFactory->createInstance ( OUString::createFromAscii… in ProgressMonitor() 75 …m_xText_Bottom = Reference< XFixedText > ( xFactory->createInstance ( OUString::createFromAscii(… in ProgressMonitor() 76 …m_xButton = Reference< XButton > ( xFactory->createInstance ( OUString::createFromAscii( BUTTO… in ProgressMonitor() 77 …m_xProgressBar = Reference< XProgressBar > ( xFactory->createInstance ( OUString::createFromAsci… in ProgressMonitor() 88 …xRef_Topic_Top->setModel ( Reference< XControlModel > ( xFactory->createInstance ( OUString::cre… in ProgressMonitor() 89 …xRef_Text_Top->setModel ( Reference< XControlModel > ( xFactory->createInstance ( OUString::cre… in ProgressMonitor() [all …]
|
/trunk/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 75 Reference< XMultiServiceFactory > xFactory; in GetServiceFactory() local 77 xFactory.set( pShell->GetModel(), UNO_QUERY ); in GetServiceFactory() 78 return xFactory; in GetServiceFactory() 82 Reference< XMultiServiceFactory > xFactory, const OUString& rServiceName ) in CreateInstance() 85 if( xFactory.is() ) in CreateInstance() 89 xInt = xFactory->createInstance( rServiceName ); in CreateInstance() 110 …Reference< XMultiServiceFactory > xFactory, const OUString& rServiceName, const Sequence< Any >& r… in CreateInstanceWithArgs() 113 if( xFactory.is() ) in CreateInstanceWithArgs() 117 xInt = xFactory->createInstanceWithArguments( rServiceName, rArgs ); in CreateInstanceWithArgs()
|
/trunk/main/filter/source/config/cache/ |
H A D | registration.hxx | 60 xFactory = ::cppu::createSingleFactory(xSMGR , \ 71 xFactory = ::cppu::createOneInstanceFactory(xSMGR , \ 94 …css::uno::Reference< css::lang::XSingleServiceFactory > xFactory ; … 106 …if (xFactory.is()) … 108 …xFactory->acquire(); … 109 …return xFactory.get(); …
|
/trunk/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 919 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 …]
|
/trunk/main/fpicker/source/aqua/ |
H A D | FPentry.cxx | 104 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 112 xFactory = createSingleFactory( in component_getFactory() 124 xFactory = createSingleFactory( in component_getFactory() 131 if ( xFactory.is() ) in component_getFactory() 133 xFactory->acquire(); in component_getFactory() 134 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/dtrans/source/os2/dnd/ |
H A D | dndentry.cxx | 78 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 87 xFactory = createSingleFactory( in component_getFactory() 100 xFactory = createSingleFactory( in component_getFactory() 108 if ( xFactory.is() ) in component_getFactory() 110 xFactory->acquire(); in component_getFactory() 111 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/dtrans/source/win32/dnd/ |
H A D | dndentry.cxx | 79 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 86 xFactory= createSingleFactory( in component_getFactory() 99 xFactory= createSingleFactory( in component_getFactory() 107 if ( xFactory.is() ) in component_getFactory() 109 xFactory->acquire(); in component_getFactory() 110 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | FPentry.cxx | 113 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 121 xFactory = createSingleFactory( in component_getFactory() 133 xFactory = createSingleFactory( in component_getFactory() 140 if ( xFactory.is() ) in component_getFactory() 142 xFactory->acquire(); in component_getFactory() 143 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/embeddedobj/source/msole/ |
H A D | oleregister.cxx | 50 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 56 …xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory() 65 …xFactory= ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServi… in component_getFactory() 73 if ( xFactory.is() ) in component_getFactory() 75 xFactory->acquire(); in component_getFactory() 76 pRet = xFactory.get(); in component_getFactory()
|