Home
last modified time | relevance | path

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

/AOO41X/main/registry/test/
H A Dtestmerge.cxx54 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge1() local
60 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1"), key2), "testGene… in test_generateMerge1()
75 !key2.closeKey() && in test_generateMerge1()
85 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1u2/MK1SubKey11"), key2), "testG… 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
126 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey2/MK2SubKey1"), key2), "testGene… in test_generateMerge2()
140 !key2.closeKey() && in test_generateMerge2()
150 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1u2/MK2SubKey21"), key2), "testG… in test_generateMerge2()
165 !key2.closeKey() && in test_generateMerge2()
[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()
54 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("XInterfaceA"), key5), "testCoreReflection er… in test_coreReflection()
55 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ExceptionA"), key6), "testCoreReflection err… in test_coreReflection()
56 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ServiceA"), key7), "testCoreReflection error… in test_coreReflection()
57 …REG_ENSURE(!key2.createKey(OUString::createFromAscii("ConstantsA"), key8), "testCoreReflection err… in test_coreReflection()
140 …REG_ENSURE(!key2.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
[all …]
/AOO41X/main/qadevOOo/runner/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()
93 if (key1.getValueType() != key2.getValueType()) return false ; in compareKeys()
103 if (!key1.getAsciiValue().equals(key2.getAsciiValue())) in compareKeys()
107 if (!key1.getStringValue().equals(key2.getStringValue())) in compareKeys()
111 if (key1.getLongValue() != key2.getLongValue()) in compareKeys()
116 byte[] bin2 = key2.getBinaryValue() ; in compareKeys()
124 String[] list2 = key2.getAsciiListValue() ; in compareKeys()
[all …]
/AOO41X/main/registry/tools/
H A Dregcompare.cxx1323 RegistryKey& key2, RegValueType valueType2, sal_uInt32 size2) in checkValueDifference() argument
1338 key2.getLongListValue(tmpName, valueList2); in checkValueDifference()
1361 key2.getStringListValue(tmpName, valueList2); in checkValueDifference()
1384 key2.getUnicodeListValue(tmpName, valueList2); in checkValueDifference()
1412 key2.getValue(tmpName, &value2[0]); in checkValueDifference()
1551 key2.getValue(tmpName, &value2[0]); in checkValueDifference()
1563 key2.getValue(tmpName, &value2[0]); in checkValueDifference()
1575 key2.getValue(tmpName, &value2[0]); in checkValueDifference()
1591 key2.getLongListValue(tmpName, valueList); in checkValueDifference()
1609 key2.getStringListValue(tmpName, valueList); in checkValueDifference()
[all …]
/AOO41X/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
/AOO41X/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));