Lines Matching refs:readUINT32
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()
519 x.b.b2 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA + sizeof(sal_uInt32)); in readDoubleConstant()
521 x.b.b1 = readUINT32(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA + sizeof(sal_uInt32)); 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()
1175 if (entry->readUINT32(OFFSET_SIZE) != length) { in typereg_reader_create()