Lines Matching refs:pLen

467 											sal_uInt32* pLen)  in getLongListValue()  argument
469 OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getLongListValue(): invalid parameter"); in getLongListValue()
470 *pValueList = 0, *pLen = 0; in getLongListValue()
487 _ret1 = pSubKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
506 sal_uInt32* pLen) in getStringListValue() argument
508 OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getStringListValue(): invalid parameter"); in getStringListValue()
509 *pValueList = 0, *pLen = 0; in getStringListValue()
526 _ret1 = pSubKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
536 return pKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
545 sal_uInt32* pLen) in getUnicodeListValue() argument
547 …OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getUnicodeListValue(): invalid parameter"… in getUnicodeListValue()
548 *pValueList = 0, *pLen = 0; in getUnicodeListValue()
565 _ret1 = pSubKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()
575 return pKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()
906 sal_uInt32* pLen) in reg_getLongListValue() argument
911 return getLongListValue(hKey, keyName, pValueList, pLen); in reg_getLongListValue()
920 sal_uInt32* pLen) in reg_getStringListValue() argument
925 return getStringListValue(hKey, keyName, pValueList, pLen); in reg_getStringListValue()
934 sal_uInt32* pLen) in reg_getUnicodeListValue() argument
939 return getUnicodeListValue(hKey, keyName, pValueList, pLen); in reg_getUnicodeListValue()