| /trunk/main/registry/test/ |
| H A D | testmerge.cxx | 59 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("MergeKey1"), key1), "testGenerateMerge1 e… in test_generateMerge1() 60 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1"), key2), "testGene… in test_generateMerge1() 61 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1/KeyWithLongValue"),… in test_generateMerge1() 63 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2"), key4), "testGene… in test_generateMerge1() 64 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"… in test_generateMerge1() 66 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3"), key6), "testGene… in test_generateMerge1() 67 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3/KeyWithUnicodeValue… in test_generateMerge1() 69 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey4"), key8), "testGene… in test_generateMerge1() 70 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey4/KeyWithBinaryValue"… in test_generateMerge1() 84 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("MergeKey1u2"), key1), "testGenerateMerge1… in test_generateMerge1() [all …]
|
| H A D | testregcpp.cxx | 50 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("UCR"), key1), "testCoreReflection error 3… in test_coreReflection() 51 …REG_ENSURE(!key1.createKey(OUString::createFromAscii("ModuleA"), key2), "testCoreReflection error … in test_coreReflection() 52 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("StructA"), key3), "testCoreReflection error … in test_coreReflection() 53 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("EnumA"), key4), "testCoreReflection error 6"… in test_coreReflection() 54 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("XInterfaceA"), key5), "testCoreReflection er… in test_coreReflection() 55 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ExceptionA"), key6), "testCoreReflection err… in test_coreReflection() 56 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ServiceA"), key7), "testCoreReflection error… in test_coreReflection() 57 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ConstantsA"), key8), "testCoreReflection err… in test_coreReflection() 389 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFirstKey"), key1), "test_registry_CppAp… in test_registry_CppApi() 390 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppA… in test_registry_CppApi() [all …]
|
| /trunk/main/extensions/source/activex/main/ |
| H A D | so_activex.cpp | 184 BOOL createKey( HKEY hkey, in createKey() function 248 && createKey( hkey, "Control", nKeyAccess ) in DllRegisterServerNative_Impl() 249 && createKey( hkey, "EnableFullPage", nKeyAccess ) in DllRegisterServerNative_Impl() 250 … && createKey( hkey, "InprocServer32", nKeyAccess, pActiveXPath, "ThreadingModel", "Apartment" ) in DllRegisterServerNative_Impl() 251 && createKey( hkey, "MiscStatus", nKeyAccess, "0" ) in DllRegisterServerNative_Impl() 252 && createKey( hkey, "MiscStatus\\1", nKeyAccess, "131473" ) in DllRegisterServerNative_Impl() 253 && createKey( hkey, "ProgID", nKeyAccess, "so_activex.SOActiveX.1" ) in DllRegisterServerNative_Impl() 254 && createKey( hkey, "Programmable", nKeyAccess ) in DllRegisterServerNative_Impl() 255 && createKey( hkey, "ToolboxBitmap32", nKeyAccess, pActiveXPath101 ) in DllRegisterServerNative_Impl() 256 && createKey( hkey, "TypeLib", nKeyAccess, aTypeLib ) in DllRegisterServerNative_Impl() [all …]
|
| /trunk/main/io/test/stm/ |
| H A D | testfactreg.cxx | 65 Reference< XRegistryKey > xNewKey = xKey->createKey( str ); in component_writeInfo() 66 xNewKey->createKey( OPipeTest_getServiceName() ); in component_writeInfo() 71 xNewKey = xKey->createKey( str ); in component_writeInfo() 72 xNewKey->createKey( OPumpTest_getServiceName() ); in component_writeInfo() 77 xNewKey = xKey->createKey( str ); in component_writeInfo() 78 xNewKey->createKey( ODataStreamTest_getServiceName(1) ); in component_writeInfo() 83 xNewKey = xKey->createKey( str ); in component_writeInfo() 84 xNewKey->createKey( ODataStreamTest_getServiceName(2) ); in component_writeInfo() 89 xNewKey = xKey->createKey( str ); in component_writeInfo() 90 xNewKey->createKey( OObjectStreamTest_getServiceName(1) ); in component_writeInfo() [all …]
|
| /trunk/main/extensions/test/stm/ |
| H A D | testfactreg.cxx | 50 XRegistryKeyRef xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 51 xNewKey->createKey( OPipeTest_getServiceName() ); in exService_writeRegEntry() 54 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 55 xNewKey->createKey( ODataStreamTest_getServiceName(1) ); in exService_writeRegEntry() 58 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 59 xNewKey->createKey( ODataStreamTest_getServiceName(2) ); in exService_writeRegEntry() 62 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 63 xNewKey->createKey( OObjectStreamTest_getServiceName(1) ); in exService_writeRegEntry() 66 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 67 xNewKey->createKey( OObjectStreamTest_getServiceName(2) ); in exService_writeRegEntry() [all …]
|
| /trunk/main/stoc/test/ |
| H A D | testregistry.cxx | 84 xDestKey = xDestRoot->createKey( rBaseNode ); in mergeKeys() 223 …Reference<XRegistryKey> xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey… in test_SimpleRegistry() 225 …Reference<XRegistryKey> xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstSubK… in test_SimpleRegistry() 228 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondSubKey") )); in test_SimpleRegistry() 231 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdSubKey") )); in test_SimpleRegistry() 234 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthSubKey") )); in test_SimpleRegistry() 275 xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondFirstKey" ))); in test_SimpleRegistry() 277 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondKey") )); in test_SimpleRegistry() 290 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdKey") )); in test_SimpleRegistry() 306 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthKey") )); in test_SimpleRegistry() [all …]
|
| /trunk/main/sal/test/unloading/ |
| H A D | samplelib1.cxx | 145 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 148 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 151 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 154 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 156 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 159 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo() 162 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 165 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME4))); in component_writeInfo()
|
| H A D | samplelib2.cxx | 135 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 138 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 141 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 144 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 146 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo() 149 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo()
|
| /trunk/main/stoc/source/defaultregistry/ |
| H A D | defaultregistry.cxx | 182 …virtual Reference< XRegistryKey > SAL_CALL createKey( const OUString& aKeyName ) throw(InvalidRegi… 428 m_localKey = rootKey->createKey(m_name); in setLongValue() 471 m_localKey = rootKey->createKey(m_name); in setLongListValue() 514 m_localKey = rootKey->createKey(m_name); in setAsciiValue() 557 m_localKey = rootKey->createKey(m_name); in setAsciiListValue() 600 m_localKey = rootKey->createKey(m_name); in setStringValue() 643 m_localKey = rootKey->createKey(m_name); in setStringListValue() 686 m_localKey = rootKey->createKey(m_name); in setBinaryValue() 731 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::createKey( const OUString& aKeyName ) in createKey() function in stoc_defreg::NestedKeyImpl 750 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey() [all …]
|
| /trunk/main/embeddedobj/test/mtexecutor/ |
| H A D | mteregister.cxx | 92 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 98 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo() 100 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 106 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | oleregister.cxx | 91 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 96 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo() 100 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 105 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_environment.cxx | 45 inline System::String* Cli_environment::createKey(System::String* oid, System::Type* t) in createKey() function in cli_uno::Cli_environment 85 System::String* key = createKey(oid, type); in registerInterface() 94 System::String* key = type != NULL ? createKey(oid, type) : oid; in revokeInterface() 127 oid = createKey(oid, type); in getRegisteredInterface()
|
| /trunk/main/pyuno/source/module/ |
| H A D | unohelper.py | 143 key = regKey.createKey( keyName ) 145 key.createKey( serviceName ) 176 key = regKey.createKey( keyName ) 178 key.createKey( serviceName )
|
| /trunk/main/desktop/test/deployment/active/ |
| H A D | active_python.py | 106 key = regKey.createKey("/" + i.implementationName + "/UNO") 108 key.createKey("/SERVICES/" + j); 109 regKey.createKey( \
|
| /trunk/main/stoc/source/implementationregistration/ |
| H A D | implreg.cxx | 505 createUniqueSubEntry(xDest->getRootKey()->createKey( in prepareUserLink() 719 createUniqueSubEntry(xRootKey->createKey(keyName), implName); in prepareUserKeys() 1076 xKey2 = xDest->getRootKey()->createKey( keyname ); in insert_singletons() 1085 xRegisteredImplNames = xKey2->createKey( OUSTR("REGISTERED_BY") ); in insert_singletons() 1167 xDest->getRootKey()->createKey( in prepareRegistry() 1195 xKey = xImplKey->createKey( pool.slash_UNO_slash_LOCATION ); in prepareRegistry() 1203 xKey = xImplKey->createKey( pool.slash_UNO_slash_ACTIVATOR ); in prepareRegistry() 1733 xImpl = xReg->getRootKey()->createKey( spool().slash_IMPLEMENTATIONS ); in getImplementations() 1857 xSourceKey = xReg->getRootKey()->createKey( spool().slash_IMPLEMENTATIONS ); in doRegister()
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/ |
| H A D | FactoryHelper.java | 511 XRegistryKey newKey = regKey.createKey("/" + implName + "/UNO/SERVICES"); in writeRegistryServiceInfo() 513 newKey.createKey(serviceName); in writeRegistryServiceInfo() 537 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo() 540 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | dbloader.cxx | 173 Reference< XRegistryKey> xNewKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo() 176 Reference< XRegistryKey > xLoaderKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo() 177 xNewKey = xLoaderKey->createKey( ::rtl::OUString::createFromAscii("Pattern") ); in writeDBLoaderInfo()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testsax.cxx | 859 XRegistryKeyRef xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 860 xNewKey->createKey( OSaxParserTest_getServiceName() ); in exService_writeRegEntry() 863 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 864 xNewKey->createKey( OSaxWriterTest_getServiceName() ); in exService_writeRegEntry()
|
| /trunk/main/sax/test/sax/ |
| H A D | testsax.cxx | 806 Reference< XRegistryKey > xNewKey = xKey->createKey( str ); in component_writeInfo() 807 xNewKey->createKey( OSaxParserTest_getServiceName() ); in component_writeInfo() 814 xNewKey = xKey->createKey( str ); in component_writeInfo() 815 xNewKey->createKey( OSaxWriterTest_getServiceName() ); in component_writeInfo()
|
| /trunk/main/idlc/source/ |
| H A D | astdump.cxx | 54 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 144 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 229 if (rKey.createKey( in dump()
|
| /trunk/main/registry/source/ |
| H A D | registry.cxx | 284 _ret = pKey->createKey(keyName, (RegKeyHandle*)&pNewKey); in loadKey() 368 RegError _ret = pKey->createKey(keyName, (RegKeyHandle*)&pNewKey); in mergeKey() 433 &createKey, in initRegistry_Api()
|
| /trunk/main/embeddedobj/test/MainThreadExecutor/ |
| H A D | register.cxx | 78 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 84 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/ucbhelper/workben/myucp/ |
| H A D | myucp_services.cxx | 50 pRegistryKey )->createKey( aKeyName ); in writeInfo() 65 xKey->createKey( rServiceNames[ n ] ); in writeInfo()
|
| /trunk/main/cppuhelper/source/ |
| H A D | implementationentry.cxx | 51 … reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( buf.makeStringAndClear() ) ); in component_writeInfoHelper() 56 xNewKey->createKey( pArray[nPos] ); in component_writeInfoHelper()
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SServices.cxx | 63 Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) ); in REGISTER_PROVIDER() 67 xNewKey->createKey(Services[i]); in REGISTER_PROVIDER()
|