Home
last modified time | relevance | path

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

/trunk/main/stoc/test/
H A Dtestregistry.cxx223 …Reference<XRegistryKey> xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstSubK… in test_SimpleRegistry() local
224 xSubKey->setLongValue(123456789); in test_SimpleRegistry()
226 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondSubKey") )); in test_SimpleRegistry()
227 xSubKey->setAsciiValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein ascii value") )); in test_SimpleRegistry()
229 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdSubKey") )); in test_SimpleRegistry()
230xSubKey->setStringValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein unicode value") )); in test_SimpleRegistry()
232 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthSubKey") )); in test_SimpleRegistry()
234 xSubKey->setBinaryValue(aSeq); in test_SimpleRegistry()
243 xSubKey = seqKeys.getArray()[i]; in test_SimpleRegistry()
247 TEST_ENSHURE( xSubKey->getLongValue() == 123456789, in test_SimpleRegistry()
[all …]