Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/registry/test/
H A Dtestmerge.cxx54 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge1() local
75 !key2.closeKey() && in test_generateMerge1()
100 !key2.closeKey() && in test_generateMerge1()
120 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge2() local
140 !key2.closeKey() && in test_generateMerge2()
165 !key2.closeKey() && in test_generateMerge2()
185 RegistryKey rootKey, key1, mkey1, key2, mkey2, key1u2, mkey1u2; in test_merge() local
228 REG_ENSURE(!key2.openKey(OUString::createFromAscii("MergeKey2"), mkey2), "testMerge error 26"); in test_merge()
231 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey1"), mkey2), "testMerge er… in test_merge()
236 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey2"), mkey2), "testMerge er… in test_merge()
[all …]
H A Dtestregcpp.cxx45 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8; in test_coreReflection() local
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()
56 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ServiceA"), key7), "testCoreReflection error… in test_coreReflection()
143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
384 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8, key9; in test_registry_CppApi() local
509 REG_ENSURE(!key2.getValue(OUString(), readValue), "test_registry_CppApi error 10"); in test_registry_CppApi()
590 REG_ENSURE(!key2.closeKey(), "test_registry_CppApi error 16"); in test_registry_CppApi()
599 REG_ENSURE(!key2.closeKey() && in test_registry_CppApi()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DRegistryTools.java80 (XRegistryKey key1, XRegistryKey key2) { in compareKeys() argument
82 if (key1 == null || key2 == null || in compareKeys()
83 !key1.isValid() || !key2.isValid()) in compareKeys()
88 String keyName2 = getShortKeyName(key2.getKeyName()) ; in compareKeys()
111 if (key1.getLongValue() != key2.getLongValue()) in compareKeys()
116 byte[] bin2 = key2.getBinaryValue() ; in compareKeys()
124 String[] list2 = key2.getAsciiListValue() ; in compareKeys()
132 String[] list2 = key2.getStringListValue() ; in compareKeys()
140 int[] list2 = key2.getLongListValue() ; in compareKeys()
192 XRegistryKey key2 = tree2.openKey(keyName) ; in compareKeyTrees() local
[all …]
/trunk/main/registry/tools/
H A Dregcompare.cxx1338 key2.getLongListValue(tmpName, valueList2); in checkValueDifference()
1361 key2.getStringListValue(tmpName, valueList2); in checkValueDifference()
1412 key2.getValue(tmpName, &value2[0]); in checkValueDifference()
1876 RegistryKey& key2) in compareKeys() argument
1908 key2.getKeyNames(tmpName, subKeyNames2); in compareKeys()
1940 if ( key2.openKey(keyName, subKey2) ) in compareKeys()
2000 RegistryKey key1, key2; in main() local
2007 if ( reg2.openRootKey(key2) ) in main()
2029 if ( key2.openKey(options.getStartKey(), sk2) ) in main()
2037 key2 = sk2; in main()
[all …]
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb697 Dim key2 As Object
698 For Each key2 In seq7
699 Debug.Print(CStr(seq7(key2)))
703 Next key2
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch2139 const WinFont::LogFontWrapper & key2) const
2141 - return (key1 == key2);
2142 + // return true if key1 should be ordered before key2
2143 + return (operator()(key1) < operator()(key2));

Completed in 45 milliseconds