Lines Matching refs:xRootKey

220 		Reference<XRegistryKey> xRootKey(xReg->getRootKey());  in test_SimpleRegistry()  local
221 TEST_ENSHURE( xRootKey->isValid(), "test_SimpleRegistry error 9" ); in test_SimpleRegistry()
223 …Reference<XRegistryKey> xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey… in test_SimpleRegistry()
274 xRootKey->deleteKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey") )); in test_SimpleRegistry()
275 xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondFirstKey" ))); in test_SimpleRegistry()
277 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondKey") )); in test_SimpleRegistry()
290 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdKey") )); in test_SimpleRegistry()
306 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthKey") )); in test_SimpleRegistry()
325 xRootKey = xReg->getRootKey(); in test_SimpleRegistry()
326 …xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdKey/FirstSubKey/WithSubSubK… in test_SimpleRegistry()
329 xRootKey->createLink( in test_SimpleRegistry()
333 xRootKey->closeKey(); in test_SimpleRegistry()
351 xRootKey = xReg->getRootKey(); in test_SimpleRegistry()
352 xKey = xRootKey->openKey( OUString( RTL_CONSTASCII_USTRINGPARAM("LinkTest") ) ); in test_SimpleRegistry()
359 xRootKey->getKeyType( OUString( RTL_CONSTASCII_USTRINGPARAM("LinkTest") ) ) == in test_SimpleRegistry()
363 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey/SecondSubKey") )); in test_SimpleRegistry()
367 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FifthKey") )); in test_SimpleRegistry()
371 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/FifthKey/MyFirstLink") )); in test_SimpleRegistry()
390 xRootKey->createLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/FourthKey/MySecondLink") ), in test_SimpleRegistry()
392 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SixthKey") )); in test_SimpleRegistry()
396 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/SixthKey/SixthSubKey") )); in test_SimpleRegistry()
400xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/FifthKey/MyFirstLink/WithSubSubKey/MyFou… in test_SimpleRegistry()
406 …TEST_ENSHURE( xRootKey->getLinkTarget(OUString( RTL_CONSTASCII_USTRINGPARAM("/FifthKey/MyFirstLink… in test_SimpleRegistry()
409xRootKey->deleteLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/FifthKey/MyFirstLink/WithSubSubKey/My… in test_SimpleRegistry()
411 xRootKey->createLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/FourthKey/MySecondLink") ), in test_SimpleRegistry()
414 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SixthKey") )); in test_SimpleRegistry()
428 xRootKey->deleteLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/FourthKey/MySecondLink") )); in test_SimpleRegistry()
429 xRootKey->closeKey(); in test_SimpleRegistry()
485 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_DefaultRegistry() local
487 …Reference<XRegistryKey> xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/UCR/com/s… in test_DefaultRegistry()
504 …xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test/ThirdKey/FirstSubKey/WithSubS… in test_DefaultRegistry()
508 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test/ThirdKey/FirstSubKey") )); in test_DefaultRegistry()
518 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/ThirdKey") )); in test_DefaultRegistry()
550 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey") )); in test_DefaultRegistry()
554 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey/MyFirstLink") )); in test_DefaultRegistry()
576 xRootKey->createLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FourthKey/MySecondLink") ), in test_DefaultRegistry()
578 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/SixthKey") )); in test_DefaultRegistry()
584xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey/MyFirstLink/WithSubSubKey/… in test_DefaultRegistry()
591 …TEST_ENSHURE( xRootKey->getLinkTarget(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey/MyFirs… in test_DefaultRegistry()
595xRootKey->deleteLink(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey/MyFirstLink/WithSubSubK… in test_DefaultRegistry()
597 …xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/DefaultLink/SecondSubSubKey"… in test_DefaultRegistry()
602 …xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/DefaultLink/ThirdSubSubKey… in test_DefaultRegistry()
609 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") )); in test_DefaultRegistry()
612 xRootKey->deleteKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") )); in test_DefaultRegistry()
627 …xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/AllFromTestreg2/ThirdKey/FirstSub… in test_DefaultRegistry()
630 xRootKey->deleteKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/AllFromTestreg2") )); in test_DefaultRegistry()