Searched refs:xSubKey (Results 1 – 1 of 1) sorted by relevance
225 …Reference<XRegistryKey> xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstSubK… in test_SimpleRegistry() local226 xSubKey->setLongValue(123456789); in test_SimpleRegistry()228 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondSubKey") )); in test_SimpleRegistry()229 xSubKey->setAsciiValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein acsii value") )); in test_SimpleRegistry()231 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdSubKey") )); in test_SimpleRegistry()232 xSubKey->setStringValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein unicode value") )); in test_SimpleRegistry()234 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthSubKey") )); in test_SimpleRegistry()236 xSubKey->setBinaryValue(aSeq); in test_SimpleRegistry()245 xSubKey = seqKeys.getArray()[i]; in test_SimpleRegistry()249 TEST_ENSHURE( xSubKey->getLongValue() == 123456789, in test_SimpleRegistry()[all …]
Completed in 11 milliseconds