Searched refs:key1 (Results 1 – 6 of 6) sorted by relevance
/trunk/main/registry/test/ |
H A D | testmerge.cxx | 54 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge1() local 59 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("MergeKey1"), key1), "testGenerateMerge1 e… in test_generateMerge1() 74 REG_ENSURE(!key1.closeKey() && in test_generateMerge1() 99 !key1.closeKey() && in test_generateMerge1() 120 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge2() local 139 REG_ENSURE(!key1.closeKey() && in test_generateMerge2() 164 !key1.closeKey() && in test_generateMerge2() 185 RegistryKey rootKey, key1, mkey1, key2, mkey2, key1u2, mkey1u2; in test_merge() local 199 REG_ENSURE(!key1.openKey(OUString::createFromAscii("MergeKey1"), mkey1), "testMerge error 6"); in test_merge() 222 REG_ENSURE(!key1.closeKey(), "testMerge error 24"); in test_merge() [all …]
|
H A D | testregcpp.cxx | 45 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8; in test_coreReflection() local 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() 384 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8, key9; in test_registry_CppApi() local 389 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFirstKey"), key1), "test_registry_CppAp… in test_registry_CppApi() 391 … REG_ENSURE(!key1.createKey(OUString::createFromAscii("X"), key3), "test_registry_CppApi error 5"); in test_registry_CppApi() 584 REG_ENSURE(!key1.closeKey() && in test_registry_CppApi() 648 REG_ENSURE(!key1.closeKey() && in test_registry_CppApi() 657 …RE(!rootKey.openKey(OUString::createFromAscii("/allFromTest3/reg2FirstKey/reg2FirstSubKey"), key1), in test_registry_CppApi() 660 REG_ENSURE(key1.getValueInfo(OUString(), &valueType, &valueSize) == REG_INVALID_KEY, in test_registry_CppApi() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | RegistryTools.java | 80 (XRegistryKey key1, XRegistryKey key2) { in compareKeys() argument 82 if (key1 == null || key2 == null || in compareKeys() 83 !key1.isValid() || !key2.isValid()) in compareKeys() 87 String keyName1 = getShortKeyName(key1.getKeyName()) ; in compareKeys() 100 type = key1.getValueType() ; in compareKeys() 103 if (!key1.getAsciiValue().equals(key2.getAsciiValue())) in compareKeys() 111 if (key1.getLongValue() != key2.getLongValue()) in compareKeys() 115 byte[] bin1 = key1.getBinaryValue() ; in compareKeys() 123 String[] list1 = key1.getAsciiListValue() ; in compareKeys() 131 String[] list1 = key1.getStringListValue() ; in compareKeys() [all …]
|
/trunk/main/registry/tools/ |
H A D | regcompare.cxx | 1337 key1.getLongListValue(tmpName, valueList1); in checkValueDifference() 1360 key1.getStringListValue(tmpName, valueList1); in checkValueDifference() 1409 key1.getValue(tmpName, &value1[0]); in checkValueDifference() 1875 RegistryKey& key1, in compareKeys() argument 1907 key1.getKeyNames(tmpName, subKeyNames1); in compareKeys() 1929 if ( key1.openKey(keyName, subKey1) ) in compareKeys() 2000 RegistryKey key1, key2; in main() local 2001 if ( reg1.openRootKey(key1) ) in main() 2023 if ( key1.openKey(options.getStartKey(), sk1) ) in main() 2036 key1 = sk1; in main() [all …]
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 2138 bool WinFont::LogFontHashFuncs::operator() (const WinFont::LogFontWrapper & key1, 2141 - return (key1 == key2); 2142 + // return true if key1 should be ordered before key2 2143 + return (operator()(key1) < operator()(key2));
|
/trunk/extras/l10n/source/kid/ |
H A D | localize.sdf | 33233 helpcontent2 source\text\shared\autopi\01130100.xhp 0 help par_id3155630 15 0 kid f+key1‖\<ahelp …
|
Completed in 1197 milliseconds