Searched refs:pValueList (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/registry/source/ |
H A D | regkey.cxx | 252 sal_Int32* pValueList, in setLongListValue() argument 466 sal_Int32** pValueList, in getLongListValue() argument 470 *pValueList = 0, *pLen = 0; in getLongListValue() 505 sal_Char*** pValueList, in getStringListValue() argument 509 *pValueList = 0, *pLen = 0; in getStringListValue() 548 *pValueList = 0, *pLen = 0; in getUnicodeListValue() 582 RegValue pValueList, in freeValueList() argument 589 rtl_freeMemory(pValueList); in freeValueList() 618 pValueList = NULL; in freeValueList() 946 RegValue pValueList, in reg_freeValueList() argument [all …]
|
H A D | keyimpl.cxx | 687 pValueList = NULL; in getLongListValue() 697 pValueList = NULL; in getLongListValue() 704 pValueList = NULL; in getLongListValue() 715 pValueList = NULL; in getLongListValue() 729 pValueList = NULL; in getLongListValue() 736 pValueList = NULL; in getLongListValue() 756 *pValueList = pVList; in getLongListValue() 784 pValueList = NULL; in getStringListValue() 794 pValueList = NULL; in getStringListValue() 862 *pValueList = pVList; in getStringListValue() [all …]
|
H A D | keyimpl.hxx | 73 sal_Int32* pValueList, 77 sal_Char** pValueList, 81 sal_Unicode** pValueList, 87 sal_Int32** pValueList, 91 sal_Char*** pValueList, 95 sal_Unicode*** pValueList,
|
/aoo42x/main/registry/inc/registry/ |
H A D | registry.hxx | 376 m_pValueList = pValueList; in setValueList() 511 sal_Int32* pValueList, 984 pValueList, len); in setStringListValue() 1025 sal_Int32* pValueList; in getLongListValue() local 1028 &pValueList, &length); in getLongListValue() 1035 pValueList, length); in getLongListValue() 1048 sal_Char** pValueList; in getStringListValue() local 1051 &pValueList, &length); in getStringListValue() 1058 pValueList, length); in getStringListValue() 1071 sal_Unicode** pValueList; in getUnicodeListValue() local [all …]
|
H A D | registry.h | 156 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,
|
Completed in 29 milliseconds