Lines Matching refs:myRegistry

43     Registry *myRegistry = new Registry();  in test_coreReflection()  local
47 …REG_ENSURE(!myRegistry->create(OUString::createFromAscii("ucrtest.rdb")), "testCoreReflection erro… in test_coreReflection()
48 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testCoreReflection error 2"); in test_coreReflection()
375 delete myRegistry; in test_coreReflection()
382 Registry *myRegistry = new Registry(); in test_registry_CppApi() local
386 …REG_ENSURE(!myRegistry->create(OUString::createFromAscii("test.rdb")), "test_registry_CppApi error… in test_registry_CppApi()
387 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 2"); in test_registry_CppApi()
602 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 22"); in test_registry_CppApi()
607 …REG_ENSURE(!myRegistry->create(OUString::createFromAscii("test2.rdb")), "test_registry_CppApi erro… in test_registry_CppApi()
608 REG_ENSURE(!myRegistry->openRootKey(rootKey2), "test_registry_CppApi error 24"); in test_registry_CppApi()
626 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 32"); in test_registry_CppApi()
628 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
629 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 34"); in test_registry_CppApi()
631 REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
633 REG_ENSURE(!myRegistry->saveKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
640 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
642 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
666 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 46"); in test_registry_CppApi()
668 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
670 …REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("test2.rdb")), "test_registry_CppApi err… in test_registry_CppApi()
673 Registry *myRegistry2 = new Registry(*myRegistry); in test_registry_CppApi()
675 REG_ENSURE(myRegistry->destroy(OUString()), "test_registry_CppApi error 50"); in test_registry_CppApi()
679 …REG_ENSURE(!myRegistry->create(OUString::createFromAscii("destroytest.rdb")), "test_registry_CppAp… in test_registry_CppApi()
680 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 52"); in test_registry_CppApi()
681 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READONLY), "test_re… in test_registry_CppApi()
682 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 54"); in test_registry_CppApi()
684 REG_ENSURE(myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
686 …REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("test3.rdb")), "test_registry_CppApi err… in test_registry_CppApi()
689 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 58"); in test_registry_CppApi()
690 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READWRITE), "test_r… in test_registry_CppApi()
691 REG_ENSURE(!myRegistry->destroy(OUString()), "test_registry_CppApi error 60"); in test_registry_CppApi()
693 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
694 …REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("ucrtest.rdb")), "test_registry_CppApi e… in test_registry_CppApi()
695 REG_ENSURE(!myRegistry->destroy(OUString()), "test_registry_CppApi error 63"); in test_registry_CppApi()
696 delete(myRegistry); in test_registry_CppApi()