Home
last modified time | relevance | path

Searched refs:m_REFERENCE_ENTRY_SIZE (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/registry/source/
H A Dreflread.cxx759 sal_uInt16 m_REFERENCE_ENTRY_SIZE; member in ReferenceList
770 m_REFERENCE_ENTRY_SIZE = m_numOfReferenceEntries * sizeof(sal_uInt16); in ReferenceList()
774 m_REFERENCE_ENTRY_SIZE = 0; in ReferenceList()
788 return ((m_numOfEntries ? sizeof(sal_uInt16) : 0) + (m_numOfEntries * m_REFERENCE_ENTRY_SIZE)); in parseIndex()
797 …P->readUTF8NameConstant(readUINT16(sizeof(sal_uInt16) + (index * m_REFERENCE_ENTRY_SIZE) + REFEREN… in getReferenceName()
809 …refType = (RTReferenceType) readUINT16(sizeof(sal_uInt16) + (index * m_REFERENCE_ENTRY_SIZE) + REF… in getReferenceType()
821 …P->readUTF8NameConstant(readUINT16(sizeof(sal_uInt16) + (index * m_REFERENCE_ENTRY_SIZE) + REFEREN… in getReferenceDoku()
833 …aAccess = (RTFieldAccess) readUINT16(sizeof(sal_uInt16) + (index * m_REFERENCE_ENTRY_SIZE) + REFER… in getReferenceAccess()

Completed in 21 milliseconds