Searched refs:subkeys (Results 1 – 12 of 12) sorted by relevance
/trunk/main/odk/source/com/sun/star/lib/loader/ |
H A D | WinRegKey.java | 56 long hkey, long[] subkeys, long[] maxSubkeyLen, in winreg_RegQueryInfoKey() argument 148 long[] subkeys = {0}; in getValue() local 154 if ( !winreg_RegQueryInfoKey( hkey[0], subkeys, maxSubkeyLen, in getValue()
|
/trunk/main/odk/source/unowinreg/win/ |
H A D | unowinreg.cxx | 154 JNIEnv *env, jclass, jlong hkey, jlongArray subkeys, in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey() argument 159 LPDWORD psubkeys = (LPDWORD)env->GetLongArrayElements(subkeys, 0); in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey() 174 env->ReleaseLongArrayElements(subkeys, (jlong*)psubkeys, 0); in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey()
|
/trunk/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 362 /** opens all subkeys of the key. If a subkey is a link, the link will be 366 an empty sequence if the key has no subkeys. 376 /** @returns a sequence with the names of all subkeys of the key. 377 If the key has no subkeys, the function returns an empty sequence. If a subkey is
|
H A D | DefaultRegistry.idl | 95 <dd> returns a sequence of all subkeys in both registries. 99 <dd> returns a sequence with the names of all subkeys in both registries.
|
H A D | NestedRegistry.idl | 104 <dd> returns a sequence of all subkeys in both registries. 109 <dd> returns a sequence with the names of all subkeys in both
|
H A D | RegistryKeyType.idl | 36 <p>A key can be a normal key with a value and subkeys, or it can be a
|
H A D | XSimpleRegistry.idl | 50 Each key can store a value and can have multiple subkeys.
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 836 Reference< registry::XRegistryKey > const * subkeys = singletons.getConstArray(); in delete_all_singleton_entries() local 839 Reference< registry::XRegistryKey > const & xSingleton = subkeys[ nPos ]; in delete_all_singleton_entries()
|
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 67 …tiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated…
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 67 …tiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated…
|
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 67 …tiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated…
|
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 67 …tiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated…
|
Completed in 64 milliseconds