Searched refs:entrySize (Results 1 – 2 of 2) sorted by relevance
801 sal_uInt16 entrySize = sizeof(sal_uInt16); in createBlop() local802 …Int32 blopHeaderEntrySize = BLOP_OFFSET_N_ENTRIES + entrySize + (BLOP_HEADER_N_ENTRIES * entrySiz… in createBlop()803 sal_uInt32 blopFieldEntrySize = BLOP_FIELD_N_ENTRIES * entrySize; in createBlop()804 sal_uInt32 blopMethodEntrySize = BLOP_METHOD_N_ENTRIES * entrySize; in createBlop()805 sal_uInt32 blopParamEntrySize = BLOP_PARAM_N_ENTRIES * entrySize; in createBlop()806 sal_uInt32 blopReferenceEntrySize = BLOP_REFERENCE_N_ENTRIES * entrySize; in createBlop()816 blopSize += entrySize; in createBlop()821 blopSize += m_nSuperTypes * entrySize; in createBlop()1048 blopSize += entrySize; // referenceCount in createBlop()1056 blopReferenceSize = entrySize + (m_referenceCount * blopReferenceEntrySize); in createBlop()
1107 std::size_t const entrySize = sizeof(sal_uInt16); in TypeRegistryEntry() local1109 sal_uInt16 offset_N_SUPERTYPES = OFFSET_N_ENTRIES + entrySize + (nHeaderEntries * entrySize); in TypeRegistryEntry()1110 m_offset_SUPERTYPES = offset_N_SUPERTYPES + entrySize; in TypeRegistryEntry()1113 sal_uInt16 offset_CP_SIZE = m_offset_SUPERTYPES + (m_nSuperTypes * entrySize); in TypeRegistryEntry()1114 sal_uInt16 offset_CP = offset_CP_SIZE + entrySize; in TypeRegistryEntry()1121 m_pBuffer + offset + entrySize, readUINT16(offset), m_pCP); in TypeRegistryEntry()1126 m_pBuffer + offset + entrySize, readUINT16(offset), m_pCP); in TypeRegistryEntry()1131 m_pBuffer + offset + entrySize, readUINT16(offset), m_pCP); in TypeRegistryEntry()
Completed in 59 milliseconds