Lines Matching refs:valueName

223 	OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") );  in setValue()  local
231 _ret1 = pSubKey->setValue(valueName, valueType, pData, valueSize); in setValue()
244 return pKey->setValue(valueName, valueType, pData, valueSize); in setValue()
265 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setLongListValue() local
273 _ret1 = pSubKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
286 return pKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
307 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setStringListValue() local
315 _ret1 = pSubKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
328 return pKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
349 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in setUnicodeListValue() local
357 _ret1 = pSubKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
370 return pKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
394 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getValueInfo() local
402 if (pSubKey->getValueInfo(valueName, &valueType, &valueSize) != REG_NO_ERROR) in getValueInfo()
415 if (pKey->getValueInfo(valueName, &valueType, &valueSize) != REG_NO_ERROR) in getValueInfo()
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
487 _ret1 = pSubKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
518 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getStringListValue() local
526 _ret1 = pSubKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
536 return pKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
557 OUString valueName( RTL_CONSTASCII_USTRINGPARAM("value") ); in getUnicodeListValue() local
565 _ret1 = pSubKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()
575 return pKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()