Searched refs:REG_READWRITE (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 628 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi() 668 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi() 690 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READWRITE), "test_r… in test_registry_CppApi() 693 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
|
/aoo42x/main/stoc/test/ |
H A D | testregistry.cxx | 124 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry() 145 TEST_ENSHURE(!myRegistry->open(appReg, REG_READWRITE), "setLinkInDefaultRegistry error 1"); in setLinkInDefaultRegistry()
|
H A D | testsmgr.cxx | 79 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry()
|
/aoo42x/main/registry/inc/registry/ |
H A D | regtype.h | 54 #define REG_READWRITE 0x0002 macro
|
/aoo42x/main/registry/tools/ |
H A D | regmerge.cxx | 119 if (reg.open(regName, REG_READWRITE) != REG_NO_ERROR) in main()
|
H A D | rdbedit.cxx | 276 if ( typeReg.open(typeRegName, REG_READWRITE) ) in main()
|
H A D | checksingleton.cxx | 255 if ( indexReg.open(indexRegName, REG_READWRITE) ) in main()
|
/aoo42x/main/registry/workben/ |
H A D | regtest.cxx | 241 if (reg_openRegistry(OUString::createFromAscii("test4.rdb").pData, &hReg, REG_READWRITE)) in main()
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 555 if (!pReg->initRegistry(regName, REG_READWRITE)) in destroyRegistry()
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 1152 : registry_.open(rURL, bReadOnly ? REG_READONLY : REG_READWRITE); in open()
|
Completed in 49 milliseconds