Home
last modified time | relevance | path

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

/aoo42x/main/registry/test/
H A Dtestregcpp.cxx628 …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 Dtestregistry.cxx124 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry()
145 TEST_ENSHURE(!myRegistry->open(appReg, REG_READWRITE), "setLinkInDefaultRegistry error 1"); in setLinkInDefaultRegistry()
H A Dtestsmgr.cxx79 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry()
/aoo42x/main/registry/inc/registry/
H A Dregtype.h54 #define REG_READWRITE 0x0002 macro
/aoo42x/main/registry/tools/
H A Dregmerge.cxx119 if (reg.open(regName, REG_READWRITE) != REG_NO_ERROR) in main()
H A Drdbedit.cxx276 if ( typeReg.open(typeRegName, REG_READWRITE) ) in main()
H A Dchecksingleton.cxx255 if ( indexReg.open(indexRegName, REG_READWRITE) ) in main()
/aoo42x/main/registry/workben/
H A Dregtest.cxx241 if (reg_openRegistry(OUString::createFromAscii("test4.rdb").pData, &hReg, REG_READWRITE)) in main()
/aoo42x/main/registry/source/
H A Dregimpl.cxx555 if (!pReg->initRegistry(regName, REG_READWRITE)) in destroyRegistry()
/aoo42x/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx1152 : registry_.open(rURL, bReadOnly ? REG_READONLY : REG_READWRITE); in open()

Completed in 49 milliseconds