Home
last modified time | relevance | path

Searched refs:pImplName (Results 101 – 125 of 208) sorted by relevance

123456789

/aoo42x/main/extensions/source/xmlextract/
H A Dxmxuno.cxx52 const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) in component_getFactory() argument
56 if (rtl_str_compare( pImplName, "com.sun.star.comp.io.XMLExtractor" ) == 0) in component_getFactory()
/aoo42x/main/extensions/source/scanner/
H A Dscnserv.cxx48 extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, v… in component_getFactory() argument
53 …if( ::rtl::OUString::createFromAscii( pImplName ) == ScannerManager::getImplementationName_Static(… in component_getFactory()
/aoo42x/main/sdext/source/presenter/
H A Dcomponents.cxx70 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
72 …return cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , gServiceEntrie… in component_getFactory()
/aoo42x/main/filter/source/filtertracer/
H A Dfiltertraceruno.cxx54 extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, v… in component_getFactory() argument
59 if( rtl_str_compare( pImplName, "com.sun.star.util.FilterTracer" ) == 0 ) in component_getFactory()
/aoo42x/main/filter/source/msfilter/powerpoint/
H A Dpptimporteruno.cxx54 extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, v… in component_getFactory() argument
59 if( rtl_str_compare( pImplName, "com.sun.star.presentation.PptImporter" ) == 0 ) in component_getFactory()
/aoo42x/main/ucb/source/ucp/odma/
H A Dodma_services.cxx63 const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) in component_getFactory() argument
77 compareToAscii( pImplName ) == 0 ) in component_getFactory()
/aoo42x/main/filter/source/msfilter/
H A Dservices.cxx66 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const char* pImplName, void* p… in component_getFactory() argument
68 … return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, spServices ); in component_getFactory()
/aoo42x/main/stoc/source/tdmanager/
H A Dtdmgr.cxx104 static OUString *pImplName = 0; in tdmgr_getImplementationName() local
105 if( ! pImplName ) in tdmgr_getImplementationName()
108 if( ! pImplName ) in tdmgr_getImplementationName()
111 pImplName = &implName; in tdmgr_getImplementationName()
114 return *pImplName; in tdmgr_getImplementationName()
/aoo42x/main/svgio/source/svguno/
H A Dsvguno.cxx70 …SVGIO_DLLPUBLIC void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceMana… in component_getFactory() argument
75 if(svgio::svgreader::XSvgParser_getImplementationName().equalsAscii(pImplName)) in component_getFactory()
/aoo42x/main/shell/source/unix/exec/
H A Dshellexecentry.cxx86 void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* /*pSrvManager*/, uno… in component_getFactory() argument
90 if (0 == ::rtl_str_compare( pImplName, SHELLEXEC_IMPL_NAME )) in component_getFactory()
/aoo42x/main/drawinglayer/source/drawinglayeruno/
H A Ddrawinglayeruno.cxx70 …DRAWINGLAYER_DLLPUBLIC void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServ… in component_getFactory() argument
75 … if(drawinglayer::unorenderer::XPrimitive2DRenderer_getImplementationName().equalsAscii(pImplName)) in component_getFactory()
/aoo42x/main/avmedia/source/macavf/
H A Dmacavf_uno.cxx48 extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, v… in component_getFactory() argument
53 if( rtl_str_compare( pImplName, AVMEDIA_MACAVF_MANAGER_IMPLEMENTATIONNAME ) == 0 ) in component_getFactory()
H A Dmacavf_macavfuno.cxx48 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, voi… in component_getFactory() argument
53 if( rtl_str_compare( pImplName, AVMEDIA_MACAVF_MANAGER_IMPLEMENTATIONNAME ) == 0 ) in component_getFactory()
/aoo42x/main/avmedia/source/win/
H A Dwinuno.cxx51 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, voi… in component_getFactory() argument
56 if( rtl_str_compare( pImplName, "com.sun.star.comp.avmedia.Manager_DirectX" ) == 0 ) in component_getFactory()
/aoo42x/main/avmedia/source/xine/
H A Dxineuno.cxx51 extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, v… in component_getFactory() argument
56 if( rtl_str_compare( pImplName, AVMEDIA_XINE_MANAGER_IMPLEMENTATIONNAME ) == 0 ) in component_getFactory()
/aoo42x/main/avmedia/source/gstreamer/
H A Dgstuno.cxx51 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, voi… in component_getFactory() argument
56 if( rtl_str_compare( pImplName, AVMEDIA_GSTREAMER_MANAGER_IMPLEMENTATIONNAME ) == 0 ) in component_getFactory()
/aoo42x/main/stoc/source/stocservices/
H A Dstocservices.cxx102 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
104 return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); in component_getFactory()
/aoo42x/main/embeddedobj/source/commonembedding/
H A Dregister.cxx45 SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServ… in component_getFactory() argument
49 ::rtl::OUString aImplName( ::rtl::OUString::createFromAscii( pImplName ) ); in component_getFactory()
/aoo42x/main/animations/source/animcore/
H A Dfactreg.cxx85 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
87 return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); in component_getFactory()
/aoo42x/main/configmgr/source/
H A Dservices.cxx75 char const * pImplName, void * pServiceManager, void * pRegistryKey) in component_getFactory() argument
78 pImplName, pServiceManager, pRegistryKey, services); in component_getFactory()
/aoo42x/main/embedserv/source/embed/
H A Dregister.cxx70 void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*… in component_getFactory() argument
74 ::rtl::OUString aImplName( ::rtl::OUString::createFromAscii( pImplName ) ); in component_getFactory()
/aoo42x/main/ucb/source/ucp/ext/
H A Ducpext_services.cxx80 …SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pSer… in component_getFactory() argument
82 …return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , ::ucb::ucp::… in component_getFactory()
/aoo42x/main/io/source/stm/
H A Dfactreg.cxx110 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
112 return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); in component_getFactory()
/aoo42x/main/extensions/source/resource/
H A Dres_services.cxx59 const sal_Char * pImplName, XMultiServiceFactory * /*pServiceManager*/, void * /*pRegistryKey*/ ) in component_getFactory() argument
68 if ( 0 == loop->sImplementationName.compareToAscii( pImplName ) ) in component_getFactory()
/aoo42x/main/stoc/source/bootstrap/
H A Dservices.cxx132 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
134 return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); in component_getFactory()

Completed in 94 milliseconds

123456789