/trunk/main/ure/source/uretest/ |
H A D | cppserver.cc | 104 void * serviceManager, void * registryKey) in component_writeInfo() argument 107 serviceManager, registryKey, entries); in component_writeInfo() 111 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 114 implName, serviceManager, registryKey, entries); in component_getFactory()
|
H A D | cpptest.cc | 104 void * serviceManager, void * registryKey) in component_writeInfo() argument 107 serviceManager, registryKey, entries); in component_writeInfo() 111 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 114 implName, serviceManager, registryKey, entries); in component_getFactory()
|
H A D | cppmain.cc | 271 void * serviceManager, void * registryKey) in component_writeInfo() argument 274 serviceManager, registryKey, entries); in component_writeInfo() 278 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 281 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 339 bool writeInfo(void * registryKey, rtl::OUString const & implementationName, in writeInfo() argument 346 key = static_cast< css::registry::XRegistryKey * >(registryKey)-> in writeInfo() 366 extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * registryKey) { in component_writeInfo() argument 367 return registryKey in component_writeInfo() 368 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
|
/trunk/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 756 std::_tstring registryKey; in SetFeatureState() local 762 registryKey = TEXT("Software\\Classes\\Installer\\Features\\") + productCode; in SetFeatureState() 763 mystr = registryKey; in SetFeatureState() 769 registryKey = TEXT("Software\\Microsoft\\Installer\\Features\\") + productCode; in SetFeatureState() 770 mystr = registryKey; in SetFeatureState() 777 if (RegOpenKey(registryRoot, registryKey.c_str(), &hKey) == ERROR_SUCCESS) in SetFeatureState()
|
/trunk/main/bridges/test/java_uno/acquire/ |
H A D | testacquire.cxx | 539 bool writeInfo(void * registryKey, rtl::OUString const & implementationName, in writeInfo() argument 546 key = static_cast< css::registry::XRegistryKey * >(registryKey)-> in writeInfo() 566 extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * registryKey) { in component_writeInfo() argument 567 return registryKey in component_writeInfo() 568 && writeInfo(registryKey, Service::getImplementationName_static(), in component_writeInfo()
|
/trunk/main/formula/source/core/api/ |
H A D | services.cxx | 53 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 56 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/unoxml/source/rdf/ |
H A D | librdf_services.cxx | 66 const char * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 69 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/cui/source/uno/services/ |
H A D | services.cxx | 48 … * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 50 return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | rptuiservices.cxx | 68 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 71 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | services.cxx | 77 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 80 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlservices.cxx | 80 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 83 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 908 bool writeInfo(void * registryKey, rtl::OUString const & implementationName, in writeInfo() argument 915 key = static_cast< css::registry::XRegistryKey * >(registryKey)-> in writeInfo() 935 extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * registryKey) { in component_writeInfo() argument 936 return registryKey in component_writeInfo() 937 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
|
/trunk/main/bridges/test/java_uno/nativethreadpool/ |
H A D | testnativethreadpoolserver.cxx | 132 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 135 implName, serviceManager, registryKey, entries); in component_getFactory()
|
H A D | testnativethreadpoolclient.cxx | 170 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 173 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/toolkit/source/awt/ |
H A D | asynccallback.cxx | 185 const char * implName, void * serviceManager, void * registryKey) in comp_AsyncCallback_component_getFactory() argument 188 implName, serviceManager, registryKey, entries); in comp_AsyncCallback_component_getFactory()
|
/trunk/main/cppuhelper/qa/propertysetmixin/ |
H A D | comp_propertysetmixin.cxx | 415 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 418 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/toolkit/source/helper/ |
H A D | registerservices.cxx | 218 …cCallback_component_getFactory( const char * implName, void * serviceManager, void * registryKey ); 220 …mp_Layout_component_getFactory( const char * implName, void * serviceManager, void * registryKey );
|
/trunk/main/connectivity/source/commontools/ |
H A D | FDatabaseMetaDataResultSet.cxx | 899 …al_Char* implName, ::com::sun::star::lang::XMultiServiceFactory* serviceManager, void* registryKey) in component_getFactory() argument 901 return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/testtools/source/bridgetest/ |
H A D | constructors.cxx | 496 char const * implName, void * serviceManager, void * registryKey) in component_getFactory() argument 499 implName, serviceManager, registryKey, entries); in component_getFactory()
|
/trunk/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 2396 const char * implName, void * serviceManager, void * registryKey) 2399 implName, serviceManager, registryKey, entries);
|