Lines Matching refs:sal_uInt8

240     sal_uInt8*      pBuffer;  in getValueInfo()
260 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getValueInfo()
275 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getValueInfo()
287 pBuffer = (sal_uInt8*)rtl_allocateMemory(4); in getValueInfo()
307 sal_uInt8* pBuffer; in setValue()
331 sal_uInt8 type = (sal_uInt8)vType; in setValue()
332 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setValue()
382 sal_uInt8* pBuffer; in setLongListValue()
403 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_LONGLIST; in setLongListValue()
404 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setLongListValue()
441 sal_uInt8* pBuffer; in setStringListValue()
466 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_STRINGLIST; in setStringListValue()
467 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setStringListValue()
509 sal_uInt8* pBuffer; in setUnicodeListValue()
534 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_UNICODELIST; in setUnicodeListValue()
535 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setUnicodeListValue()
577 sal_uInt8* pBuffer; in getValue()
597 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getValue()
611 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getValue()
622 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getValue()
670 sal_uInt8* pBuffer; in getLongListValue()
692 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getLongListValue()
710 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getLongListValue()
725 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getLongListValue()
767 sal_uInt8* pBuffer; in getStringListValue()
789 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getStringListValue()
807 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getStringListValue()
822 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getStringListValue()
873 sal_uInt8* pBuffer; in getUnicodeListValue()
895 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE); in getUnicodeListValue()
913 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getUnicodeListValue()
928 pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getUnicodeListValue()