Home
last modified time | relevance | path

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

/trunk/main/registry/source/
H A Dreflwrit.cxx678 sal_uInt16 m_nSuperTypes; member in TypeWriter
727 , m_nSuperTypes(superTypeCount) in TypeWriter()
737 if (m_nSuperTypes > 0) in TypeWriter()
739 m_superTypeNames = new OString[m_nSuperTypes]; in TypeWriter()
819 if (m_nSuperTypes) in createBlop()
821 blopSize += m_nSuperTypes * entrySize; in createBlop()
823 cpIndexSuperNames = new sal_uInt16[m_nSuperTypes]; in createBlop()
825 for (sal_uInt32 i=0; i < m_nSuperTypes; i++) in createBlop()
1131 pBuffer += writeUINT16(pBuffer, m_nSuperTypes); in createBlop()
1132 if (m_nSuperTypes) in createBlop()
[all …]
H A Dreflread.cxx1089 sal_uInt16 m_nSuperTypes; member in TypeRegistryEntry
1104 m_pMethods(NULL), m_pReferences(NULL), m_refCount(1), m_nSuperTypes(0), in TypeRegistryEntry()
1111 m_nSuperTypes = readUINT16(offset_N_SUPERTYPES); in TypeRegistryEntry()
1113 sal_uInt16 offset_CP_SIZE = m_offset_SUPERTYPES + (m_nSuperTypes * entrySize); in TypeRegistryEntry()
1283 if (pEntry->m_nSuperTypes == 0) in getSuperTypeName()
1700 return pEntry->m_nSuperTypes; in typereg_reader_getSuperTypeCount()
1715 OSL_ASSERT(index < pEntry->m_nSuperTypes); in typereg_reader_getSuperTypeName()

Completed in 27 milliseconds