Home
last modified time | relevance | path

Searched refs:REG_NO_ERROR (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/registry/source/
H A Dregkey.cxx83 return REG_NO_ERROR; in getKeyName()
170 return REG_NO_ERROR; in closeSubKeys()
228 if (_ret1 != REG_NO_ERROR) in setValue()
232 if (_ret1 != REG_NO_ERROR) in setValue()
270 if (_ret1 != REG_NO_ERROR) in setLongListValue()
274 if (_ret1 != REG_NO_ERROR) in setLongListValue()
277 if (_ret2 != REG_NO_ERROR) in setLongListValue()
312 if (_ret1 != REG_NO_ERROR) in setStringListValue()
316 if (_ret1 != REG_NO_ERROR) in setStringListValue()
319 if (_ret2 != REG_NO_ERROR) in setStringListValue()
[all …]
H A Dregimpl.cxx517 return REG_NO_ERROR; in initRegistry()
536 return REG_NO_ERROR; in closeRegistry()
603 return REG_NO_ERROR; in destroyRegistry()
618 return REG_NO_ERROR; in acquireKey()
636 return REG_NO_ERROR; in releaseKey()
666 return REG_NO_ERROR; in createKey()
696 return REG_NO_ERROR; in createKey()
745 return REG_NO_ERROR; in openKey()
803 RegError _ret = REG_NO_ERROR; in eraseKey()
839 if (_ret != REG_NO_ERROR) in eraseKey()
[all …]
H A Dregistry.cxx94 return REG_NO_ERROR; in getName()
136 return REG_NO_ERROR; in createRegistry()
160 return REG_NO_ERROR; in openRootKey()
184 return REG_NO_ERROR; in openRegistry()
200 RegError ret = REG_NO_ERROR; in closeRegistry()
278 if (_ret == REG_NO_ERROR) in loadKey()
285 if (_ret != REG_NO_ERROR) in loadKey()
289 if (_ret != REG_NO_ERROR) in loadKey()
326 if (_ret != REG_NO_ERROR) in saveKey()
330 if (_ret != REG_NO_ERROR) in saveKey()
[all …]
H A Dkeyimpl.cxx99 RegError _ret = REG_NO_ERROR; in openSubKeys()
108 if (_ret != REG_NO_ERROR) in openSubKeys()
131 if (_ret != REG_NO_ERROR) in openSubKeys()
152 return REG_NO_ERROR; in openSubKeys()
163 RegError _ret = REG_NO_ERROR; in getKeyNames()
172 if (_ret != REG_NO_ERROR) in getKeyNames()
212 return REG_NO_ERROR; in getKeyNames()
297 return REG_NO_ERROR; in getValueInfo()
373 return REG_NO_ERROR; in setValue()
432 return REG_NO_ERROR; in setLongListValue()
[all …]
/AOO42X/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx286 if (err != REG_NO_ERROR) { in getKeyType()
314 case REG_NO_ERROR: in getValueType()
359 case REG_NO_ERROR: in getLongValue()
386 if (err != REG_NO_ERROR) { in setLongValue()
405 case REG_NO_ERROR: in getLongListValue()
453 if (err != REG_NO_ERROR) { in setLongListValue()
472 if (err != REG_NO_ERROR) { in getAsciiValue()
510 if (err != REG_NO_ERROR) { in getAsciiValue()
567 if (err != REG_NO_ERROR) { in setAsciiValue()
586 case REG_NO_ERROR: in getAsciiListValue()
[all …]
/AOO42X/main/registry/tools/
H A Dregmerge.cxx119 if (reg.open(regName, REG_READWRITE) != REG_NO_ERROR) in main()
121 if (reg.create(regName) != REG_NO_ERROR) in main()
130 if (reg.openRootKey(rootKey) != REG_NO_ERROR) in main()
142 if (_ret != REG_NO_ERROR) in main()
167 if (reg.close() != REG_NO_ERROR) in main()
H A Dregcompare.cxx1675 if (subKey.getValueInfo(rtl::OUString(), &type, &size) != REG_NO_ERROR) in hasPublishedChildren()
1691 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in hasPublishedChildren()
1776 if (subKey.getValueInfo(rtl::OUString(), &type, &size) != REG_NO_ERROR) in checkDifferences()
1792 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in checkDifferences()
/AOO42X/main/registry/inc/registry/
H A Dregistry.hxx770 RegError ret = REG_NO_ERROR; in freeKeyNames()
877 RegError ret = REG_NO_ERROR; in openSubKeys()
899 RegError ret = REG_NO_ERROR; in getKeyNames()
1024 RegError ret = REG_NO_ERROR; in getLongListValue()
1047 RegError ret = REG_NO_ERROR; in getStringListValue()
1070 RegError ret = REG_NO_ERROR; in getUnicodeListValue()
H A Dregtype.h102 REG_NO_ERROR, enumerator
/AOO42X/main/idlc/source/
H A Didlcproduce.cxx149 if ( regFile.create(OStringToOUString(urlRegTmpName, RTL_TEXTENCODING_UTF8)) != REG_NO_ERROR ) in produceFile()
160 if ( regFile.openRootKey(rootKey) != REG_NO_ERROR ) in produceFile()
182 if ( regFile.close() != REG_NO_ERROR ) in produceFile()
/AOO42X/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx125 RegError ret = REG_NO_ERROR; in init()