/aoo41x/main/linguistic/source/ |
H A D | lngreg.cxx | 93 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 99 pRegistryKey ); in component_getFactory() 105 pRegistryKey ); in component_getFactory() 111 pRegistryKey ); in component_getFactory() 117 pRegistryKey ); in component_getFactory() 123 pRegistryKey ); in component_getFactory()
|
/aoo41x/main/sal/test/unloading/ |
H A D | samplelib1.cxx | 138 sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw() in component_writeInfo() argument 140 if (pRegistryKey) in component_writeInfo() 145 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 151 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 156 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 162 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 176 …ponent_getFactory(const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey) throw() in component_getFactory() argument
|
H A D | samplelib2.cxx | 128 sal_Bool SAL_CALL component_writeInfo(void * pServiceManager, void * pRegistryKey) throw() in component_writeInfo() argument 130 if (pRegistryKey) in component_writeInfo() 135 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 141 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 146 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 161 …ponent_getFactory(const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey) throw() in component_getFactory() argument
|
/aoo41x/main/linguistic/workben/ |
H A D | sreg.cxx | 41 void * /*pServiceManager*/, XRegistryKey * pRegistryKey ); 56 void * pServiceManager, XRegistryKey * pRegistryKey ) in component_writeInfo() argument 58 return SpellChecker_writeInfo( pServiceManager, pRegistryKey ); in component_writeInfo() 68 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 73 pRegistryKey ); in component_getFactory()
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_services.cxx | 38 sal_Bool writeInfo( void * pRegistryKey, in writeInfo() argument 50 pRegistryKey )->createKey( aKeyName ); in writeInfo() 87 void * /*pServiceManager*/, void * pRegistryKey ) in component_writeInfo() argument 89 return pRegistryKey && in component_writeInfo() 96 writeInfo( pRegistryKey, in component_writeInfo()
|
/aoo41x/main/embeddedobj/test/MainThreadExecutor/ |
H A D | register.cxx | 44 …ALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 68 sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 70 if (pRegistryKey) in component_writeInfo() 74 …ence< registry::XRegistryKey > xKey( reinterpret_cast< registry::XRegistryKey* >( pRegistryKey ) ); in component_writeInfo()
|
/aoo41x/main/bridges/test/java_uno/equals/ |
H A D | testequals.cxx | 192 bool writeInfo(void * pRegistryKey, sal_Char const * pImplementationName, in writeInfo() argument 201 xKey = static_cast< css::registry::XRegistryKey * >(pRegistryKey)-> in writeInfo() 223 extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * pRegistryKey) in component_writeInfo() argument 225 return pRegistryKey in component_writeInfo() 226 && writeInfo(pRegistryKey, Service::getImplementationName_static(), in component_writeInfo()
|
/aoo41x/main/embeddedobj/test/mtexecutor/ |
H A D | mteregister.cxx | 45 …ALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 80 sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 82 if (pRegistryKey) in component_writeInfo() 86 …ence< registry::XRegistryKey > xKey( reinterpret_cast< registry::XRegistryKey* >( pRegistryKey ) ); in component_writeInfo()
|
/aoo41x/main/io/test/stm/ |
H A D | testfactreg.cxx | 53 void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 55 if (pRegistryKey) in component_writeInfo() 60 reinterpret_cast< XRegistryKey * >( pRegistryKey ) ); in component_writeInfo() 127 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
|
/aoo41x/main/desktop/test/deployment/boxt/ |
H A D | boxt.cxx | 167 char const * pImplName, void * pServiceManager, void * pRegistryKey) in component_getFactory() argument 170 pImplName, pServiceManager, pRegistryKey, services); in component_getFactory() 180 void * pServiceManager, void * pRegistryKey) in component_writeInfo() argument 182 return component_writeInfoHelper(pServiceManager, pRegistryKey, services); in component_writeInfo()
|
/aoo41x/main/desktop/test/deployment/active/ |
H A D | active_native.cxx | 276 char const * pImplName, void * pServiceManager, void * pRegistryKey) in component_getFactory() argument 279 pImplName, pServiceManager, pRegistryKey, services); in component_getFactory() 289 void * pServiceManager, void * pRegistryKey) in component_writeInfo() argument 291 if (!component_writeInfoHelper(pServiceManager, pRegistryKey, services)) { in component_writeInfo() 297 static_cast< css::registry::XRegistryKey * >(pRegistryKey))-> in component_writeInfo()
|
/aoo41x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | ConfigItemTest.cxx | 231 void* pRegistryKey ) in component_getFactory() argument 233 … return ::cppu::component_getFactoryHelper(sImplName, pServiceManager, pRegistryKey, lRegEntries); in component_getFactory() 238 void* pRegistryKey ) in component_writeInfo() argument 240 return ::cppu::component_writeInfoHelper(pServiceManager, pRegistryKey, lRegEntries); in component_writeInfo()
|
/aoo41x/main/remotebridges/examples/ |
H A D | officeclient.cxx | 283 void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 285 if (pRegistryKey) in component_writeInfo() 290 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 309 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
|
/aoo41x/main/cppuhelper/test/ |
H A D | cfg_test.cxx | 232 void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 235 pServiceManager, pRegistryKey, g_entries ); in component_writeInfo() 239 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 242 pImplName, pServiceManager, pRegistryKey , g_entries ); in component_getFactory()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_services.cxx | 47 void * /*pServiceManager*/, void * pRegistryKey ) in component_writeInfo() argument 49 return pRegistryKey && in component_writeInfo() 56 writeInfo( pRegistryKey, in component_writeInfo()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | service.cxx | 85 registry::XRegistryKey * pRegistryKey ) in component_getFactory() argument 89 …pImplName, pServiceManager, pRegistryKey, range::serviceDecl, workbook::serviceDecl, worksheet::se… in component_getFactory() 91 …pRet = component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, vbaeventshelper::serv… in component_getFactory()
|
/aoo41x/main/cppuhelper/source/ |
H A D | implementationentry.cxx | 37 void *, void *pRegistryKey , const struct ImplementationEntry entries[] ) in component_writeInfoHelper() argument 42 if( pRegistryKey ) in component_writeInfoHelper() 51 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( buf.makeStringAndClear() ) ); in component_writeInfoHelper()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | oleregister.cxx | 82 sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey ) in component_writeInfo() argument 84 if (pRegistryKey) in component_writeInfo() 88 …ence< registry::XRegistryKey > xKey( reinterpret_cast< registry::XRegistryKey* >( pRegistryKey ) ); in component_writeInfo()
|
/aoo41x/main/xmlsecurity/source/xmlsec/ |
H A D | xsec_xmlsec.cxx | 104 …CALL component_getFactory( const sal_Char* pImplName , void* pServiceManager , void* pRegistryKey ) in component_getFactory() argument 137 pRet = nss_component_getFactory( pImplName, pServiceManager, pRegistryKey ) ; in component_getFactory() 142 pRet = mscrypt_component_getFactory( pImplName, pServiceManager, pRegistryKey ) ; in component_getFactory()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_services.cxx | 120 …LIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void * /* pServiceManager */, void * pRegistryKey) in component_writeInfo() argument 122 if (pRegistryKey) { in component_writeInfo() 124 Reference< XRegistryKey > xKey(reinterpret_cast< XRegistryKey*>(pRegistryKey)); in component_writeInfo()
|
/aoo41x/main/svtools/source/uno/ |
H A D | miscservices.cxx | 101 const sal_Char * pImplementationName, void * _pServiceManager, void * pRegistryKey) in DECLARE_CREATEINSTANCE_NAMESPACE() 151 … * >( _pServiceManager ),reinterpret_cast< registry::XRegistryKey* >( pRegistryKey ), serviceDecl … in DECLARE_CREATEINSTANCE_NAMESPACE() 153 …u::component_getFactoryHelper( pImplementationName, _pServiceManager, pRegistryKey, s_aServiceEntr… in DECLARE_CREATEINSTANCE_NAMESPACE()
|
/aoo41x/main/chart2/source/model/main/ |
H A D | _serviceregistration_model.cxx | 193 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument 196 pImplName, pServiceManager, pRegistryKey, g_entries_chart2_model ); in component_getFactory() 200 pImplName, pServiceManager, pRegistryKey, in component_getFactory()
|
/aoo41x/main/stoc/test/excomp/ |
H A D | excomp1.cxx | 159 void * /* pServiceManager */ , void * pRegistryKey ) in component_writeInfo() argument 161 if (pRegistryKey) in component_writeInfo() 167 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
|
H A D | excomp2.cxx | 230 void * /* pServiceManager */, void * pRegistryKey ) in component_writeInfo() argument 232 if (pRegistryKey) in component_writeInfo() 238 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
|
/aoo41x/main/testtools/source/performance/ |
H A D | ubobject.cxx | 261 void * pServiceManager, void * pRegistryKey ) in component_writeInfo() argument 263 if (pRegistryKey) in component_writeInfo() 268 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 283 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) in component_getFactory() argument
|