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()
399 if (_ret != REG_NO_ERROR) in getValueInfo()
423 return REG_NO_ERROR; in getValueInfo()
619 return REG_NO_ERROR; in freeValueList()
681 if (_ret == REG_NO_ERROR) in getResolvedKeyName()
717 return REG_NO_ERROR; in freeKeyNames()
[all …]
H A Dregimpl.cxx536 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()
696 return REG_NO_ERROR; in createKey()
745 return REG_NO_ERROR; in openKey()
902 return REG_NO_ERROR; in deleteSubkeysAndValues()
1334 return REG_NO_ERROR; in mergeModuleValue()
1453 return REG_NO_ERROR; in dumpRegistry()
1693 return REG_NO_ERROR; in dumpValue()
[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()
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()
532 return REG_NO_ERROR; in reg_createRegistry()
581 return REG_NO_ERROR; in reg_openRegistry()
[all …]
H A Dkeyimpl.cxx152 return REG_NO_ERROR; in openSubKeys()
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()
500 return REG_NO_ERROR; in setStringListValue()
568 return REG_NO_ERROR; in setUnicodeListValue()
661 return REG_NO_ERROR; in getValue()
758 return REG_NO_ERROR; in getLongListValue()
864 return REG_NO_ERROR; in getStringListValue()
[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()
405 case REG_NO_ERROR: in getLongListValue()
586 case REG_NO_ERROR: in getAsciiListValue()
780 case REG_NO_ERROR: in getStringListValue()
919 case REG_NO_ERROR: in openKey()
942 case REG_NO_ERROR: in createKey()
1061 case REG_NO_ERROR: in createLink()
1157 case REG_NO_ERROR: in open()
[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()

Completed in 73 milliseconds