Searched refs:subKey (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/codemaker/source/javamaker/ |
| H A D | javamaker.cxx | 56 RegistryKey key, subKey; in produceAllTypes() local 67 subKey = subKeys.getElement(i); in produceAllTypes() 71 subKey, (*iter).second, in produceAllTypes() 76 if (!produceType(subKey, (*iter).second, in produceAllTypes() 105 RegistryKey key, subKey; in produceAllTypes() local 115 subKey = subKeys.getElement(i); in produceAllTypes() 119 subKey, (*iter).second, in produceAllTypes() 124 if (!produceType(subKey, (*iter).second, in produceAllTypes()
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cppumaker.cxx | 78 RegistryKey key, subKey; in produceAllTypes() local 89 subKey = subKeys.getElement(i); in produceAllTypes() 92 produceAllTypes(subKey, (*iter).second, typeMgr, in produceAllTypes() 96 produce(subKey, (*iter).second, in produceAllTypes() 116 RegistryKey key, subKey; in produceAllTypes() local 126 subKey = subKeys.getElement(i); in produceAllTypes() 129 produceAllTypes(subKey, (*iter).second, typeMgr, in produceAllTypes() 133 produce(subKey, (*iter).second, in produceAllTypes()
|
| /trunk/main/setup_native/source/win32/customactions/javafilter/ |
| H A D | jfregca.cxx | 225 HKEY subKey; in update_activesync_regvalues() local 226 … if (ERROR_SUCCESS == RegOpenKeyEx(hKey, achKey, 0, KEY_ALL_ACCESS, &subKey)) { in update_activesync_regvalues() 227 … if (ERROR_SUCCESS == RegOpenKeyEx(subKey, "Filters", 0, KEY_ALL_ACCESS, &subKey)) { in update_activesync_regvalues() 229 createKeys(subKey, data); in update_activesync_regvalues() 231 deleteKeys(subKey, data); in update_activesync_regvalues() 233 RegCloseKey(subKey); in update_activesync_regvalues()
|
| /trunk/main/registry/tools/ |
| H A D | regcompare.cxx | 1658 RegistryKey subKey; in hasPublishedChildren() local 1659 if (!key.openKey(keyName, subKey)) in hasPublishedChildren() 1671 if (subKey.isValid()) in hasPublishedChildren() 1675 if (subKey.getValueInfo(rtl::OUString(), &type, &size) != REG_NO_ERROR) in hasPublishedChildren() 1691 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in hasPublishedChildren() 1758 RegistryKey subKey; in checkDifferences() local 1759 if (key.openKey(keyName, subKey)) in checkDifferences() 1772 if (subKey.isValid()) in checkDifferences() 1776 if (subKey.getValueInfo(rtl::OUString(), &type, &size) != REG_NO_ERROR) in checkDifferences() 1792 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in checkDifferences() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
| H A D | RegistryTools.java | 277 XRegistryKey subKey = key.openKey in printTreeInfo() local 279 printTreeInfo(subKey, out, margin + " ") ; in printTreeInfo() 280 subKey.closeKey() ; in printTreeInfo()
|