Searched refs:REG_READONLY (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/registry/workben/ |
H A D | regtest.cxx | 302 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 D | typemanager.cxx | 134 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 D | regtype.h | 52 #define REG_READONLY 0x0001 macro
|
/aoo42x/main/registry/tools/ |
H A D | regview.cxx | 54 if (reg_openRegistry(regName.pData, &hReg, REG_READONLY)) in main()
|
H A D | checksingleton.cxx | 267 if ( typeReg.open(typeRegName, REG_READONLY) ) in main()
|
H A D | regcompare.cxx | 1987 if ( reg1.open(regName1, REG_READONLY) ) in main() 1993 if ( reg2.open(regName2, REG_READONLY) ) in main()
|
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 107 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 478 if (accessMode & REG_READONLY) in initRegistry() 916 _ret = pReg->initRegistry(regFileName, REG_READONLY); in loadKey()
|
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 681 …REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READONLY), "test_re… in test_registry_CppApi()
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 1152 : registry_.open(rURL, bReadOnly ? REG_READONLY : REG_READWRITE); in open()
|
Completed in 65 milliseconds