Searched refs:myRegistry (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 43 Registry *myRegistry = new Registry(); in test_coreReflection() local 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 602 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 22"); in test_registry_CppApi() 626 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 32"); in test_registry_CppApi() 666 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 46"); in test_registry_CppApi() 673 Registry *myRegistry2 = new Registry(*myRegistry); in test_registry_CppApi() 680 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 52"); in test_registry_CppApi() 689 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 58"); in test_registry_CppApi() [all …]
|
H A D | testmerge.cxx | 52 Registry *myRegistry = new Registry(); in test_generateMerge1() local 57 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge1 error 2"); in test_generateMerge1() 110 delete myRegistry; in test_generateMerge1() 118 Registry *myRegistry = new Registry(); in test_generateMerge2() local 123 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge2 error 2"); in test_generateMerge2() 175 delete myRegistry; in test_generateMerge2() 183 Registry *myRegistry = new Registry(); in test_merge() local 187 … REG_ENSURE(!myRegistry->create(OUString::createFromAscii("mergetest.rdb")), "testMerge error 1"); in test_merge() 189 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testMerge error 2"); in test_merge() 410 REG_ENSURE(!myRegistry->destroy( OUString() ), "test_registry_CppApi error 13"); in test_merge() [all …]
|
/aoo41x/main/stoc/test/ |
H A D | testsmgr.cxx | 73 Registry *myRegistry = new Registry(); in setStarUserRegistry() local 79 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry() 81 TEST_ENSHURE(!myRegistry->create(userReg), "setStarUserRegistry error 1"); in setStarUserRegistry() 84 TEST_ENSHURE(!myRegistry->close(), "setStarUserRegistry error 9"); in setStarUserRegistry() 85 delete myRegistry; in setStarUserRegistry()
|
H A D | testregistry.cxx | 118 Registry *myRegistry = new Registry(); in setStarUserRegistry() local 124 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry() 126 TEST_ENSHURE(!myRegistry->create(userReg), "setStarUserRegistry error 1"); in setStarUserRegistry() 129 TEST_ENSHURE(!myRegistry->close(), "setStarUserRegistry error 9"); in setStarUserRegistry() 130 delete myRegistry; in setStarUserRegistry() 138 Registry *myRegistry = new Registry(); in setLinkInDefaultRegistry() local 145 TEST_ENSHURE(!myRegistry->open(appReg, REG_READWRITE), "setLinkInDefaultRegistry error 1"); in setLinkInDefaultRegistry() 146 TEST_ENSHURE(!myRegistry->openRootKey(rootKey), "setLinkInDefaultRegistry error 2"); in setLinkInDefaultRegistry() 151 TEST_ENSHURE(!myRegistry->close(), "setLinkInDefaultRegistry error 5"); in setLinkInDefaultRegistry() 153 delete myRegistry; in setLinkInDefaultRegistry()
|
Completed in 31 milliseconds