Home
last modified time | relevance | path

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

/aoo42x/main/registry/workben/
H A Dregtest.cxx302 if (reg_openRegistry(OUString::createFromAscii("test4.rdb").pData, &hReg2, REG_READONLY)) in main()
308 if (reg_openRegistry(OUString::createFromAscii("test4.rdb").pData, &hReg3, REG_READONLY)) in main()
/aoo42x/main/codemaker/source/codemaker/
H A Dtypemanager.cxx134 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
146 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
/aoo42x/main/registry/inc/registry/
H A Dregtype.h52 #define REG_READONLY 0x0001 macro
/aoo42x/main/registry/tools/
H A Dregview.cxx54 if (reg_openRegistry(regName.pData, &hReg, REG_READONLY)) in main()
H A Dchecksingleton.cxx267 if ( typeReg.open(typeRegName, REG_READONLY) ) in main()
H A Dregcompare.cxx1987 if ( reg1.open(regName1, REG_READONLY) ) in main()
1993 if ( reg2.open(regName2, REG_READONLY) ) in main()
/aoo42x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx107 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
/aoo42x/main/registry/source/
H A Dregimpl.cxx478 if (accessMode & REG_READONLY) in initRegistry()
916 _ret = pReg->initRegistry(regFileName, REG_READONLY); in loadKey()
/aoo42x/main/registry/test/
H A Dtestregcpp.cxx681 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READONLY), "test_re… in test_registry_CppApi()
/aoo42x/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx1152 : registry_.open(rURL, bReadOnly ? REG_READONLY : REG_READWRITE); in open()

Completed in 65 milliseconds