Searched refs:readUINT32 (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/registry/source/ |
H A D | keyimpl.cxx | 276 readUINT32(pBuffer+VALUE_TYPEOFFSET, size); in getValueInfo() 290 readUINT32(pBuffer, size); in getValueInfo() 613 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in getValue() 721 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in getLongListValue() 743 readUINT32(pBuffer, len); in getLongListValue() 818 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in getStringListValue() 840 readUINT32(pBuffer, len); in getStringListValue() 851 readUINT32(pBuffer+offset, sLen); in getStringListValue() 924 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in getUnicodeListValue() 946 readUINT32(pBuffer, len); in getUnicodeListValue() [all …]
|
H A D | reflread.cxx | 98 inline sal_uInt32 readUINT32(sal_uInt32 index) const in readUINT32() function in BlopObject 308 offset += readUINT32(offset); in parseIndex() 439 aUINT32 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readUINT32Constant() 489 x.b = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readFloatConstant() 518 x.b.b1 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readDoubleConstant() 522 x.b.b2 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readDoubleConstant() 569 uik->m_Data1 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_UIK1); in readUIK() 572 uik->m_Data4 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_UIK4); in readUIK() 573 uik->m_Data5 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_UIK5); in readUIK() 1146 return static_cast< typereg_Version >(readUINT32(OFFSET_MAGIC) - magic); in getVersion() [all …]
|
H A D | regimpl.cxx | 1065 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in loadAndSaveValue() 1158 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in checkBlop() 1501 readUINT32(pBuffer+VALUE_TYPEOFFSET, valueSize); in dumpValue() 1581 readUINT32(pBuffer, len); in dumpValue() 1614 readUINT32(pBuffer, len); in dumpValue() 1628 readUINT32(pBuffer+offset, sLen); in dumpValue() 1651 readUINT32(pBuffer, len); in dumpValue() 1666 readUINT32(pBuffer+offset, sLen); in dumpValue()
|
H A D | reflcnst.hxx | 186 inline sal_uInt32 readUINT32(const sal_uInt8* buffer, sal_uInt32& v) in readUINT32() function
|
Completed in 39 milliseconds