Home
last modified time | relevance | path

Searched refs:valueName (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/registry/source/
H A Dregkey.cxx223 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setValue() local
265 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setLongListValue() local
286 return pKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
307 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setStringListValue() local
349 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setUnicodeListValue() local
394 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getValueInfo() local
440 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getValue() local
448 _ret1 = pSubKey->getValue(valueName, pValue); in getValue()
458 return pKey->getValue(valueName, pValue); in getValue()
479 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getLongListValue() local
[all …]
H A Dkeyimpl.hxx63 RegError getValueInfo(const rtl::OUString& valueName,
67 RegError setValue(const rtl::OUString& valueName,
72 RegError setLongListValue(const rtl::OUString& valueName,
76 RegError setStringListValue(const rtl::OUString& valueName,
80 RegError setUnicodeListValue(const rtl::OUString& valueName,
84 RegError getValue(const rtl::OUString& valueName, RegValue value) const;
86 RegError getLongListValue(const rtl::OUString& valueName,
90 RegError getStringListValue(const rtl::OUString& valueName,
94 RegError getUnicodeListValue(const rtl::OUString& valueName,
H A Dkeyimpl.cxx249 sImplValueName += valueName; in getValueInfo()
320 sImplValueName += valueName; in setValue()
379 RegError ORegKey::setLongListValue(const OUString& valueName, sal_Int32* pValueList, sal_uInt32 len) in setLongListValue() argument
390 sImplValueName += valueName; in setLongListValue()
449 sImplValueName += valueName; in setStringListValue()
517 sImplValueName += valueName; in setUnicodeListValue()
574 RegError ORegKey::getValue(const OUString& valueName, RegValue value) const in getValue() argument
588 sImplValueName += valueName; in getValue()
681 sImplValueName += valueName; in getLongListValue()
778 sImplValueName += valueName; in getStringListValue()
[all …]
H A Dregimpl.cxx1008 const OUString& valueName, in loadAndSaveValue() argument
1043 if (rValue.create(pSourceKey->getStoreFile(), sSourcePath, valueName, sourceAccess)) in loadAndSaveValue()
1084 if (!rValue.create(rTargetFile, sTargetPath, valueName, VALUE_MODE_OPEN)) in loadAndSaveValue()
1108 if (rValue.create(rTargetFile, sTargetPath, valueName, VALUE_MODE_CREATE)) in loadAndSaveValue()
H A Dregimpl.hxx136 const rtl::OUString& valueName,
/aoo41x/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java105 public String getStringValue( String valueName ) throws WinRegKeyException { in getStringValue() argument
106 byte[] data = getValue( valueName ); in getStringValue()
114 private byte[] getValue( String valueName ) throws WinRegKeyException { in getValue() argument
172 if ( !winreg_RegQueryValueEx( hkey[0], valueName, type, buffer, in getValue()

Completed in 64 milliseconds