Searched refs:writeUINT16 (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/registry/source/ |
| H A D | reflwrit.cxx | 121 buff += writeUINT16(buff, (sal_uInt16) v[i]); in writeString() 298 buff += writeUINT16(buff, (sal_uInt16) m_tag); in toBlop() 340 buff += writeUINT16(buff, m_value.aUik->m_Data2); in toBlop() 341 buff += writeUINT16(buff, m_value.aUik->m_Data3); in toBlop() 876 pBuffer += writeUINT16(pBuffer, BLOP_FIELD_N_ENTRIES); in createBlop() 886 pBuffer += writeUINT16(pBuffer, m_fields[i].m_access); in createBlop() 894 pBuffer += writeUINT16(pBuffer, cpIndexName); in createBlop() 902 pBuffer += writeUINT16(pBuffer, cpIndexTypeName); in createBlop() 910 pBuffer += writeUINT16(pBuffer, cpIndexValue); in createBlop() 918 pBuffer += writeUINT16(pBuffer, cpIndexDoku2); in createBlop() [all …]
|
| H A D | reflcnst.hxx | 139 inline sal_uInt32 writeUINT16(sal_uInt8* buffer, sal_uInt16 v) in writeUINT16() function
|