/aoo41x/main/toolkit/source/layout/core/ |
H A D | factory.cxx | 40 uno::Reference< lang::XSingleServiceFactory > xFactory; in comp_Layout_component_getFactory() local 43 …xFactory = ::cppu::createOneInstanceFactory( reinterpret_cast< lang::XMultiServiceFactory*>( pServ… in comp_Layout_component_getFactory() 47 if ( xFactory.is() ) in comp_Layout_component_getFactory() 49 xFactory->acquire(); in comp_Layout_component_getFactory() 50 pRet = xFactory.get(); in comp_Layout_component_getFactory()
|
/aoo41x/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 271 SoundHandler::SoundHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) in SoundHandler() argument 277 , m_xFactory ( xFactory ) in SoundHandler() 506 css::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > xFactory; in component_getFactory() local 511 xFactory = avmedia::SoundHandler::impl_createFactory( xServiceManager ); in component_getFactory() 513 if ( xFactory.is() == sal_True ) in component_getFactory() 515 xFactory->acquire(); in component_getFactory() 516 pReturn = xFactory.get(); in component_getFactory()
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | test.cxx | 104 uno::Reference< lang::XSingleServiceFactory > xFactory( in get_factory() local 108 if ( !xFactory.is() ) in get_factory() 110 return xFactory; in get_factory() 119 uno::Reference< lang::XSingleServiceFactory > xFactory in LoadFile() local 121 if ( !xFactory.is() ) in LoadFile() 134 xFactory->createInstanceWithArguments( aParams ), in LoadFile()
|
/aoo41x/main/framework/source/services/ |
H A D | frame.cxx | 274 Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) 277 , PropertySetHelper ( xFactory, 823 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in findFrame() local 836 TaskCreator aCreator(xFactory); in findFrame() 1050 TaskCreator aCreator(xFactory); in findFrame() 2057 if (xFactory.is()) in createStatusIndicator() 2058 return xFactory->createStatusIndicator(); in createStatusIndicator() 2371 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowClosing() local 2419 css::uno::Reference< css::lang::XMultiServiceFactory > xFactory = m_xFactory; in windowShown() local 3217 ( &xFactory == NULL ) || in implcp_ctor() [all …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 125 Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK_INLINE_END() local 126 if( xFactory.is() ) in IMPL_LINK_INLINE_END() 128 …Reference< XFilePicker > xFilePicker( xFactory->createInstance( OUString( RTL_CONSTASCII_USTRINGPA… in IMPL_LINK_INLINE_END() 347 … uno::Reference< lang::XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory(); in Execute() local 348 if ( xFactory.is() ) in Execute() 350 xFactory->createInstance( in Execute() 406 Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local 407 if( xFactory.is() ) in IMPL_LINK() 409 …Reference< XFilePicker > xFilePicker( xFactory->createInstance( OUString( RTL_CONSTASCII_USTRINGPA… in IMPL_LINK() 547 Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK() local [all …]
|
/aoo41x/main/xmloff/source/core/ |
H A D | facreg.cxx | 169 xFactory = ::cppu::createSingleFactory( xMSF,\ 182 uno::Reference< lang::XSingleServiceFactory > xFactory; in component_getFactory() local 267 if( xFactory.is()) in component_getFactory() 269 xFactory->acquire(); in component_getFactory() 270 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/framework/source/dispatch/ |
H A D | menudispatcher.cxx | 103 MenuDispatcher::MenuDispatcher( const uno::Reference< XMultiServiceFactory >& xFactory , in MenuDispatcher() argument 110 , m_xFactory ( xFactory ) in MenuDispatcher() 118 …LOG_ASSERT( impldbg_checkParameter_MenuDispatcher( xFactory, xOwner ), "MenuDispatcher::MenuDispat… in MenuDispatcher() 421 …dbg_checkParameter_MenuDispatcher( const uno::Reference< XMultiServiceFactory >& xFactory , in impldbg_checkParameter_MenuDispatcher() argument 428 ( &xFactory == NULL ) || in impldbg_checkParameter_MenuDispatcher() 430 ( xFactory.is() == sal_False ) || in impldbg_checkParameter_MenuDispatcher()
|
/aoo41x/main/framework/source/helper/ |
H A D | oframes.cxx | 78 OFrames::OFrames( const css::uno::Reference< XMultiServiceFactory >& xFactory , in OFrames() argument 84 , m_xFactory ( xFactory ) in OFrames() 91 …LOG_ASSERT( impldbg_checkParameter_OFramesCtor( xFactory, xOwner, pFrameContainer ), "OFrames::OFr… in OFrames() 433 …:impldbg_checkParameter_OFramesCtor( const css::uno::Reference< XMultiServiceFactory >& xFactory , in impldbg_checkParameter_OFramesCtor() argument 441 ( &xFactory == NULL ) || in impldbg_checkParameter_OFramesCtor() 443 ( xFactory.is() == sal_False ) || in impldbg_checkParameter_OFramesCtor()
|
/aoo41x/main/oox/source/helper/ |
H A D | graphichelper.cxx | 73 Reference< XMultiServiceFactory > xFactory( mxContext->getServiceManager(), UNO_QUERY ); in GraphicHelper() local 74 OSL_ENSURE( xFactory.is(), "GraphicHelper::GraphicHelper - missing service factory" ); in GraphicHelper() 75 if( xFactory.is() ) in GraphicHelper() 76 …mxGraphicProvider.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.graphic.GraphicPro… in GraphicHelper() 113 if( !xFrame.is() && xFactory.is() ) try in GraphicHelper() 115 …Reference< XFramesSupplier > xFramesSupp( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star… in GraphicHelper()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | opendoccontrols.cxx | 113 … Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in GetCommandText() local 114 if ( !xFactory.is() ) in GetCommandText() 118 xNameAccess = xNameAccess.query( xFactory->createInstance( in GetCommandText() 166 … Reference< XMultiServiceFactory> xFactory( ::comphelper::getProcessServiceFactory() ); in GetCommandIcon() local 167 if ( !xFactory.is() ) in GetCommandIcon() 171 xFactory->createInstance( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in GetCommandIcon()
|
/aoo41x/main/comphelper/source/streaming/ |
H A D | otransactedfilestream.cxx | 169 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in OTruncatedTransactedFileStream() 173 …xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ucb.SimpleFi… in OTruncatedTransactedFileStream() 176 CommonInit_Impl( aURL, xSimpleFileAccess, xFactory, sal_False ); in OTruncatedTransactedFileStream() 183 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in OTruncatedTransactedFileStream() 186 CommonInit_Impl( aURL, xFileAccess, xFactory, sal_False ); in OTruncatedTransactedFileStream() 193 const uno::Reference< lang::XMultiServiceFactory >& xFactory, in OTruncatedTransactedFileStream() 197 CommonInit_Impl( aURL, xFileAccess, xFactory, sal_True ); in OTruncatedTransactedFileStream() 240 const uno::Reference< lang::XMultiServiceFactory >& xFactory, in CommonInit_Impl() 256 uno::Reference< io::XStream > xTempStream( xFactory->createInstance( in CommonInit_Impl()
|
/aoo41x/main/cppuhelper/source/ |
H A D | factory.cxx | 888 Reference< XInterface > xFactory; in createModuleFactory() local 896 … xFactory = xLoader->activate( aImplementationName, aActivatorUrl, aLocation, xImplementationKey ); in createModuleFactory() 899 return xFactory; in createModuleFactory() 969 Reference<XSingleServiceFactory > xFactory; member in cppu::OFactoryProxyHelper 977 : xFactory( rFactory ) in OFactoryProxyHelper() 1003 return xFactory->createInstance(); in createInstance() 1013 return xFactory->createInstanceWithArguments( Arguments ); in createInstanceWithArguments() 1020 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in getImplementationName() 1030 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in supportsService() 1040 Reference<XServiceInfo > xInfo( xFactory, UNO_QUERY ); in getSupportedServiceNames() [all …]
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 62 if ( !xFactory.is() ) in KillFile_Impl() 70 xFactory->createInstance ( in KillFile_Impl() 90 OSL_ENSURE( xFactory.is(), "No factory is provided!\n" ); in GetNewTempFileURL_Impl() 118 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetNewFilledTempFile_Impl() 122 OSL_ENSURE( xInStream.is() && xFactory.is(), "Wrong parameters are provided!\n" ); in GetNewFilledTempFile_Impl() 124 ::rtl::OUString aResult = GetNewTempFileURL_Impl( xFactory ); in GetNewFilledTempFile_Impl() 130 xFactory->createInstance ( in GetNewFilledTempFile_Impl() 150 KillFile_Impl( aResult, xFactory ); in GetNewFilledTempFile_Impl() 155 KillFile_Impl( aResult, xFactory ); in GetNewFilledTempFile_Impl() 160 KillFile_Impl( aResult, xFactory ); in GetNewFilledTempFile_Impl() [all …]
|
/aoo41x/main/writerperfect/source/wpdimp/ |
H A D | wpft_genericfilter.cxx | 62 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 67 if (xFactory.is()) in component_getFactory() 69 xFactory->acquire(); in component_getFactory() 70 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ |
H A D | component.cxx | 110 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 116 if (xFactory.is()) in component_getFactory() 118 xFactory->acquire(); in component_getFactory() 119 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/xmlhelp/source/treeview/ |
H A D | tvfactory.cxx | 274 Reference< XSingleServiceFactory > xFactory; in component_getFactory() local 282 xFactory = TVFactory::createServiceFactory( xSMgr ); in component_getFactory() 287 if ( xFactory.is() ) in component_getFactory() 289 xFactory->acquire(); in component_getFactory() 290 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ |
H A D | fdcomp.cxx | 87 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 92 if (xFactory.is()) in component_getFactory() 94 xFactory->acquire(); in component_getFactory() 95 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/filter/source/xmlfilteradaptor/ |
H A D | genericfilter.cxx | 97 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 107 if (xFactory.is()) in component_getFactory() 111 xFactory->acquire(); in component_getFactory() 113 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/filter/source/xmlfilterdetect/ |
H A D | fdcomp.cxx | 97 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 107 if (xFactory.is()) in component_getFactory() 111 xFactory->acquire(); in component_getFactory() 113 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/extensions/source/xmlextract/ |
H A D | xmxuno.cxx | 60 REF( NMSP_LANG::XSingleServiceFactory ) xFactory( NMSP_CPPU::createSingleFactory( in component_getFactory() 66 if (xFactory.is()) in component_getFactory() 68 xFactory->acquire(); in component_getFactory() 69 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/connectivity/source/cpool/ |
H A D | Zregistration.cxx | 55 Reference< XSingleServiceFactory > xFactory( in component_getFactory() local 63 if (xFactory.is()) in component_getFactory() 65 xFactory->acquire(); in component_getFactory() 66 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/connectivity/source/manager/ |
H A D | mregistration.cxx | 55 Reference< XSingleServiceFactory > xFactory( in component_getFactory() local 63 if (xFactory.is()) in component_getFactory() 65 xFactory->acquire(); in component_getFactory() 66 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/xmlhelp/source/com/sun/star/help/ |
H A D | HelpComponent.java | 84 XSingleComponentFactory xFactory = null; in __getComponentFactory() local 87 xFactory = Factory.createComponentFactory(HelpSearch._HelpSearch.class, in __getComponentFactory() 90 xFactory = Factory.createComponentFactory(HelpIndexer.class, in __getComponentFactory() 92 return xFactory; in __getComponentFactory()
|
/aoo41x/main/filter/source/placeware/ |
H A D | uno.cxx | 66 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 71 if (xFactory.is()) in component_getFactory() 73 xFactory->acquire(); in component_getFactory() 74 pRet = xFactory.get(); in component_getFactory()
|
/aoo41x/main/dtrans/source/cnttype/ |
H A D | mctfentry.cxx | 112 Reference< XSingleServiceFactory > xFactory ( createSingleFactory( in component_getFactory() local 117 if ( xFactory.is() ) in component_getFactory() 119 xFactory->acquire(); in component_getFactory() 120 pRet = xFactory.get(); in component_getFactory()
|