Home
last modified time | relevance | path

Searched refs:pValueList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/registry/source/
H A Dregkey.cxx252 sal_Int32* pValueList, in setLongListValue() argument
273 _ret1 = pSubKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
286 return pKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
294 sal_Char** pValueList, in setStringListValue() argument
315 _ret1 = pSubKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
328 return pKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
336 sal_Unicode** pValueList, in setUnicodeListValue() argument
357 _ret1 = pSubKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
370 return pKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
466 sal_Int32** pValueList, in getLongListValue() argument
[all …]
H A Dkeyimpl.cxx379 RegError ORegKey::setLongListValue(const OUString& valueName, sal_Int32* pValueList, sal_uInt32 len) in setLongListValue() argument
414 writeINT32(pBuffer+VALUE_HEADEROFFSET+offset, pValueList[i]); in setLongListValue()
438 RegError ORegKey::setStringListValue(const OUString& valueName, sal_Char** pValueList, sal_uInt32 l… in setStringListValue() argument
463 size += 4 + strlen(pValueList[i]) + 1; in setStringListValue()
478 sLen = strlen(pValueList[i]) + 1; in setStringListValue()
482 writeUtf8(pBuffer+VALUE_HEADEROFFSET+offset, pValueList[i]); in setStringListValue()
506 RegError ORegKey::setUnicodeListValue(const OUString& valueName, sal_Unicode** pValueList, sal_uInt… in setUnicodeListValue() argument
531 size += 4 + ((rtl_ustr_getLength(pValueList[i]) +1) * 2); in setUnicodeListValue()
546 sLen = (rtl_ustr_getLength(pValueList[i]) + 1) * 2; in setUnicodeListValue()
550 writeString(pBuffer+VALUE_HEADEROFFSET+offset, pValueList[i]); in setUnicodeListValue()
[all …]
H A Dkeyimpl.hxx73 sal_Int32* pValueList,
77 sal_Char** pValueList,
81 sal_Unicode** pValueList,
87 sal_Int32** pValueList,
91 sal_Char*** pValueList,
95 sal_Unicode*** pValueList,
/trunk/main/registry/inc/registry/
H A Dregistry.hxx373 ValueType* pValueList, sal_uInt32 length) in setValueList() argument
376 m_pValueList = pValueList; in setValueList()
511 sal_Int32* pValueList,
524 sal_Char** pValueList,
537 sal_Unicode** pValueList,
968 sal_Int32* pValueList, in setLongListValue() argument
973 pValueList, len); in setLongListValue()
979 sal_Char** pValueList, in setStringListValue() argument
984 pValueList, len); in setStringListValue()
990 sal_Unicode** pValueList, in setUnicodeListValue() argument
[all …]
H A Dregistry.h156 sal_Int32* pValueList,
171 sal_Char** pValueList,
186 sal_Unicode** pValueList,
233 sal_Int32** pValueList,
248 sal_Char*** pValueList,
263 sal_Unicode*** pValueList,
275 RegValue pValueList,