/aoo4110/main/registry/source/ |
H A D | keyimpl.cxx | 112 sal_uInt32 nSubKeys = pKey->countSubKeys(); in openSubKeys() local 113 *pnSubKeys = nSubKeys; in openSubKeys() 116 pSubKeys = (ORegKey**)rtl_allocateZeroMemory(nSubKeys * sizeof(ORegKey*)); in openSubKeys() 122 nSubKeys = 0; in openSubKeys() 139 pSubKeys[nSubKeys] = pOpenSubKey; in openSubKeys() 141 nSubKeys++; in openSubKeys() 176 sal_uInt32 nSubKeys = pKey->countSubKeys(); in getKeyNames() local 177 *pnSubKeys = nSubKeys; in getKeyNames() 186 nSubKeys = 0; in getKeyNames() 199 rtl_uString_newFromString(&pSubKeys[nSubKeys], sFullKeyName.pData); in getKeyNames() [all …]
|
H A D | regkey.cxx | 158 sal_uInt32 nSubKeys) in closeSubKeys() argument 160 if (phSubKeys == 0 || nSubKeys == 0) in closeSubKeys() 164 for (sal_uInt32 i = 0; i < nSubKeys; i++) in closeSubKeys() 768 sal_uInt32 nSubKeys) in reg_closeSubKeys() argument 773 return closeSubKeys(pphSubKeys, nSubKeys); in reg_closeSubKeys()
|
/aoo4110/main/extensions/source/activex/main/ |
H A D | so_activex.cpp | 403 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerNative_Impl() local 413 &nSubKeys, NULL, NULL, in DllUnregisterServerNative_Impl() 422 if ( !nSubKeys && !nValues ) in DllUnregisterServerNative_Impl() 433 &nSubKeys, NULL, NULL, in DllUnregisterServerNative_Impl() 442 if ( !nSubKeys && !nValues ) in DllUnregisterServerNative_Impl() 600 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerDoc_Impl() local 614 &nSubKeys, NULL, NULL, in DllUnregisterServerDoc_Impl() 623 if ( !nSubKeys && !nValues ) in DllUnregisterServerDoc_Impl() 637 &nSubKeys, NULL, NULL, in DllUnregisterServerDoc_Impl() 646 if ( !nSubKeys && !nValues ) in DllUnregisterServerDoc_Impl()
|
/aoo4110/main/registry/workben/ |
H A D | regtest.cxx | 81 sal_uInt32 nSubKeys; in main() local 82 …if (reg_openSubKeys(hRootKey, OUString::createFromAscii("myFirstKey").pData, &phSubKeys, &nSubKeys… in main() 85 cout << "7. open " << nSubKeys << "subkeys of \"myfirstKey\"\n"; in main() 93 if (reg_closeSubKeys(phSubKeys, nSubKeys)) in main() 96 cout << "8. close " << nSubKeys << "subkeys of \"myfirstKey\"\n\n"; in main()
|
/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 150 DWORD nSubKeys = 0; in HasSubkeysRegistryKey() local 152 rc = RegQueryInfoKeyA(hKey, 0, 0, 0, &nSubKeys, 0, 0, 0, 0, 0, 0, 0); in HasSubkeysRegistryKey() 154 bResult = (nSubKeys > 0); in HasSubkeysRegistryKey()
|
/aoo4110/main/registry/test/ |
H A D | testregcpp.cxx | 417 sal_uInt32 nSubKeys=0; in test_registry_CppApi() local 466 nSubKeys=0; in test_registry_CppApi() 470 nSubKeys = subKeyNames.getLength(); in test_registry_CppApi() 471 REG_ENSURE(nSubKeys == 2, "test_registry_CppApi error 7n1"); in test_registry_CppApi() 477 nSubKeys=0; in test_registry_CppApi() 481 nSubKeys = subKeys.getLength(); in test_registry_CppApi() 482 REG_ENSURE(nSubKeys == 2, "test_registry_CppApi error 7o1"); in test_registry_CppApi()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 69 DWORD nSubKeys; in FindProductInstallationPath() local 72 …if (RegQueryInfoKey(hkey, NULL, NULL, NULL, &nSubKeys, &lLongestSubKey, NULL, NULL, NULL, NULL, NU… in FindProductInstallationPath() 78 for (DWORD i = 0; i < nSubKeys; i++) in FindProductInstallationPath()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | upgrade.cxx | 156 DWORD nSubKeys; in RegistryKeyHasUpgradeSubKey() local 160 …hKey, NULL, NULL, NULL, &nSubKeys, &lLongestSubKey, NULL, NULL, NULL, NULL, NULL, NULL) == ERROR_S… in RegistryKeyHasUpgradeSubKey() 164 for (DWORD i = 0; i < nSubKeys; i++) in RegistryKeyHasUpgradeSubKey()
|
/aoo4110/main/registry/inc/registry/ |
H A D | registry.hxx | 878 sal_uInt32 nSubKeys; in openSubKeys() local 880 &pSubKeys, &nSubKeys); in openSubKeys() 886 rSubKeys.setKeyHandles(m_registry, pSubKeys, nSubKeys); in openSubKeys() 900 sal_uInt32 nSubKeys; in getKeyNames() local 902 &pSubKeyNames, &nSubKeys); in getKeyNames() 908 rSubKeyNames.setKeyNames(m_registry, pSubKeyNames, nSubKeys); in getKeyNames()
|
H A D | registry.h | 93 sal_uInt32 nSubKeys);
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryw9x.cxx | 122 DWORD nSubKeys = 0; in GetSubKeyCount() local 126 0, 0, 0, &nSubKeys, 0, 0, 0, 0, 0, 0, 0); in GetSubKeyCount() 133 return nSubKeys; in GetSubKeyCount()
|
H A D | registrywnt.cxx | 127 DWORD nSubKeys = 0; in GetSubKeyCount() local 131 0, 0, 0, &nSubKeys, 0, 0, 0, 0, 0, 0, 0); in GetSubKeyCount() 138 return nSubKeys; in GetSubKeyCount()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 230 DWORD nSubKeys = 1; in RemoveExtensionInRegistry() local 237 RegQueryInfoKeyA( hSubKey, 0, 0, 0, &nSubKeys, 0, 0, 0, 0, 0, 0, 0 ); in RemoveExtensionInRegistry() 244 if ( nSubKeys == 0 ) in RemoveExtensionInRegistry()
|