Home
last modified time | relevance | path

Searched defs:valueName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/registry/source/
H A Dkeyimpl.cxx237 RegError ORegKey::getValueInfo(const OUString& valueName, RegValueType* pValueType, sal_uInt32* pVa… in getValueInfo() argument
304 RegError ORegKey::setValue(const OUString& valueName, RegValueType vType, RegValue value, sal_uInt3… in setValue()
379 RegError ORegKey::setLongListValue(const OUString& valueName, sal_Int32* pValueList, sal_uInt32 len) in setLongListValue()
438 RegError ORegKey::setStringListValue(const OUString& valueName, sal_Char** pValueList, sal_uInt32 l… in setStringListValue()
506 RegError ORegKey::setUnicodeListValue(const OUString& valueName, sal_Unicode** pValueList, sal_uInt… in setUnicodeListValue()
574 RegError ORegKey::getValue(const OUString& valueName, RegValue value) const in getValue() argument
667 RegError ORegKey::getLongListValue(const OUString& valueName, sal_Int32** pValueList, sal_uInt32* p… in getLongListValue() argument
764 RegError ORegKey::getStringListValue(const OUString& valueName, sal_Char*** pValueList, sal_uInt32*… in getStringListValue() argument
870 RegError ORegKey::getUnicodeListValue(const OUString& valueName, sal_Unicode*** pValueList, sal_uIn… in getUnicodeListValue() argument
H A Dregkey.cxx223 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setValue() local
265 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setLongListValue() local
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
479 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getLongListValue() local
518 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getStringListValue() local
557 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getUnicodeListValue() local
H A Dregimpl.cxx1008 const OUString& valueName, in loadAndSaveValue()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java105 public String getStringValue( String valueName ) throws WinRegKeyException { in getStringValue()
114 private byte[] getValue( String valueName ) throws WinRegKeyException { in getValue()

Completed in 36 milliseconds