Lines Matching refs:sal_uInt16

63 #define BLOP_OFFSET_MAJOR       (BLOP_OFFSET_MINOR + sizeof(sal_uInt16))
64 #define BLOP_OFFSET_N_ENTRIES (BLOP_OFFSET_MAJOR + sizeof(sal_uInt16))
65 #define BLOP_OFFSET_TYPE_SOURCE (BLOP_OFFSET_N_ENTRIES + sizeof(sal_uInt16))
66 #define BLOP_OFFSET_TYPE_CLASS (BLOP_OFFSET_TYPE_SOURCE + sizeof(sal_uInt16))
67 #define BLOP_OFFSET_THIS (BLOP_OFFSET_TYPE_CLASS + sizeof(sal_uInt16))
68 #define BLOP_OFFSET_UIK (BLOP_OFFSET_THIS + sizeof(sal_uInt16))
69 #define BLOP_OFFSET_DOKU (BLOP_OFFSET_UIK + sizeof(sal_uInt16))
70 #define BLOP_OFFSET_FILENAME (BLOP_OFFSET_DOKU + sizeof(sal_uInt16))
74 #define BLOP_OFFSET_SUPERTYPES (BLOP_OFFSET_N_SUPERTYPES + sizeof(sal_uInt16))
77 #define BLOP_FIELD_ENTRY_NAME (BLOP_FIELD_ENTRY_ACCESS + sizeof(sal_uInt16))
78 #define BLOP_FIELD_ENTRY_TYPE (BLOP_FIELD_ENTRY_NAME + sizeof(sal_uInt16))
79 #define BLOP_FIELD_ENTRY_VALUE (BLOP_FIELD_ENTRY_TYPE + sizeof(sal_uInt16))
80 #define BLOP_FIELD_ENTRY_DOKU (BLOP_FIELD_ENTRY_VALUE + sizeof(sal_uInt16))
81 #define BLOP_FIELD_ENTRY_FILENAME (BLOP_FIELD_ENTRY_DOKU + sizeof(sal_uInt16))
85 #define BLOP_METHOD_MODE (BLOP_METHOD_SIZE + sizeof(sal_uInt16))
86 #define BLOP_METHOD_NAME (BLOP_METHOD_MODE + sizeof(sal_uInt16))
87 #define BLOP_METHOD_RETURN (BLOP_METHOD_NAME + sizeof(sal_uInt16))
88 #define BLOP_METHOD_DOKU (BLOP_METHOD_RETURN + sizeof(sal_uInt16))
92 #define BLOP_PARAM_MODE (BLOP_PARAM_TYPE + sizeof(sal_uInt16))
93 #define BLOP_PARAM_NAME (BLOP_PARAM_MODE + sizeof(sal_uInt16))
97 #define BLOP_REFERENCE_NAME (BLOP_REFERENCE_TYPE + sizeof(sal_uInt16))
98 #define BLOP_REFERENCE_DOKU (BLOP_REFERENCE_NAME + sizeof(sal_uInt16))
99 #define BLOP_REFERENCE_ACCESS (BLOP_REFERENCE_DOKU + sizeof(sal_uInt16))
108 while (b[0] || b[1]) b += sizeof(sal_uInt16); in UINT16StringLen()
110 return ((b - wstring) / sizeof(sal_uInt16)); in UINT16StringLen()
121 buff += writeUINT16(buff, (sal_uInt16) v[i]); in writeString()
135 sal_uInt16 aChar; in readString()
218 sal_uInt16 m_index;
242 sal_uInt32 size = sizeof(sal_uInt32) /* size */ + sizeof(sal_uInt16) /* tag */; in getBlopSize()
256 size += sizeof(sal_uInt16); in getBlopSize()
277 size += (rtl_ustr_getLength(m_value.aConst.aString) + 1) * sizeof(sal_uInt16); in getBlopSize()
283 …size += sizeof(sal_uInt32) + sizeof(sal_uInt16) + sizeof(sal_uInt16) + sizeof(sal_uInt32) + sizeof… in getBlopSize()
298 buff += writeUINT16(buff, (sal_uInt16) m_tag); in toBlop()
548 sal_uInt16 m_paramCount;
550 sal_uInt16 m_excCount;
560 sal_uInt16 paramCount,
561 sal_uInt16 excCount,
564 void setExcName(sal_uInt16 excIndex, const OString& name);
568 void reallocParams(sal_uInt16 size);
569 void reallocExcs(sal_uInt16 size);
593 sal_uInt16 paramCount, in setData()
594 sal_uInt16 excCount, in setData()
607 void MethodEntry::setExcName(sal_uInt16 excIndex, const OString& name) in setExcName()
615 void MethodEntry::reallocParams(sal_uInt16 size) in reallocParams()
626 sal_uInt16 i; in reallocParams()
640 void MethodEntry::reallocExcs(sal_uInt16 size) in reallocExcs()
649 sal_uInt16 i; in reallocExcs()
678 sal_uInt16 m_nSuperTypes;
683 sal_uInt16 m_fieldCount;
685 sal_uInt16 m_methodCount;
687 sal_uInt16 m_referenceCount;
699 sal_uInt16 superTypeCount,
700 sal_uInt16 FieldCount,
701 sal_uInt16 methodCount,
702 sal_uInt16 referenceCount);
706 void setSuperType(sal_uInt16 index, OString const & name);
717 sal_uInt16 superTypeCount, in TypeWriter()
718 sal_uInt16 fieldCount, in TypeWriter()
719 sal_uInt16 methodCount, in TypeWriter()
720 sal_uInt16 referenceCount) in TypeWriter()
776 void TypeWriter::setSuperType(sal_uInt16 index, OString const & name) in setSuperType()
794 sal_uInt16 cpIndexThisName = 0; in createBlop()
795 sal_uInt16* cpIndexSuperNames = NULL; in createBlop()
796 sal_uInt16 cpIndexUik = 0; in createBlop()
797 sal_uInt16 cpIndexDoku = 0; in createBlop()
798 sal_uInt16 cpIndexFileName = 0; in createBlop()
801 sal_uInt16 entrySize = sizeof(sal_uInt16); in createBlop()
823 cpIndexSuperNames = new sal_uInt16[m_nSuperTypes]; in createBlop()
858 blopSize += sizeof(sal_uInt16); // fieldCount + nFieldEntries in createBlop()
862 sal_uInt16 cpIndexName = 0; in createBlop()
863 sal_uInt16 cpIndexTypeName = 0; in createBlop()
864 sal_uInt16 cpIndexValue = 0; in createBlop()
865 sal_uInt16 cpIndexDoku2 = 0; in createBlop()
866 sal_uInt16 cpIndexFileName2 = 0; in createBlop()
869 blopFieldsSize = sizeof(sal_uInt16) + (m_fieldCount * blopFieldEntrySize); in createBlop()
878 for (sal_uInt16 i = 0; i < m_fieldCount; i++) in createBlop()
931 blopSize += sizeof(sal_uInt16); // methodCount in createBlop()
935 sal_uInt16* pMethodEntrySize = new sal_uInt16[m_methodCount]; in createBlop()
936 sal_uInt16 cpIndexName = 0; in createBlop()
937 sal_uInt16 cpIndexReturn = 0; in createBlop()
938 sal_uInt16 cpIndexDoku2 = 0; in createBlop()
941 blopMethodsSize = (2 * sizeof(sal_uInt16)); in createBlop()
943 for (sal_uInt16 i = 0; i < m_methodCount; i++) in createBlop()
945 pMethodEntrySize[i] = (sal_uInt16) in createBlop()
947 sizeof(sal_uInt16) + // parameterCount in createBlop()
949 sizeof(sal_uInt16) + // exceptionCount in createBlop()
950 (m_methods[i].m_excCount * sizeof(sal_uInt16)) ); // exceptions in createBlop()
964 for (sal_uInt16 i = 0; i < m_methodCount; i++) in createBlop()
972 sal::static_int_cast< sal_uInt16 >(m_methods[i].m_mode)); in createBlop()
999 sal_uInt16 j; in createBlop()
1016 sal::static_int_cast< sal_uInt16 >( in createBlop()
1052 sal_uInt16 cpIndexName = 0; in createBlop()
1053 sal_uInt16 cpIndexDoku2 = 0; in createBlop()
1065 for (sal_uInt16 i = 0; i < m_referenceCount; i++) in createBlop()
1069 sal::static_int_cast< sal_uInt16 >(m_references[i].m_type)); in createBlop()
1098 sal_uInt16 cpCount = 0; in createBlop()
1108 blopSize += sizeof(sal_uInt16); // constantPoolCount in createBlop()
1123 pBuffer += writeUINT16(pBuffer, (sal_uInt16)RT_UNO_IDL); in createBlop()
1124 pBuffer += writeUINT16(pBuffer, (sal_uInt16)m_typeClass); in createBlop()
1247 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setFieldData()
1265 sal_uInt16 index, in setFieldData()
1280 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setMethodData()
1282 rtl_uString const * returnTypeName, sal_uInt16 parameterCount, in typereg_writer_setMethodData()
1283 sal_uInt16 exceptionCount) in typereg_writer_setMethodData()
1297 sal_uInt16 index, in setMethodData()
1301 sal_uInt16 paramCount, in setMethodData()
1302 sal_uInt16 excCount, in setMethodData()
1310 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in typereg_writer_setMethodParameterData()
1325 sal_uInt16 index, in setParamData()
1326 sal_uInt16 paramIndex, in setParamData()
1336 void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex, in typereg_writer_setMethodExceptionTypeName()
1350 sal_uInt16 index, in setExcData()
1351 sal_uInt16 excIndex, in setExcData()
1387 void * handle, sal_uInt16 index, rtl_uString const * documentation, in typereg_writer_setReferenceData()
1401 sal_uInt16 index, in setReferenceData()
1413 rtl_uString const * typeName, sal_uInt16 superTypeCount, in typereg_writer_create()
1414 sal_uInt16 fieldCount, sal_uInt16 methodCount, sal_uInt16 referenceCount) in typereg_writer_create()
1432 void * handle, sal_uInt16 index, rtl_uString const * typeName) in typereg_writer_setSuperTypeName()
1446 sal_uInt16 fieldCount, sal_uInt16 methodCount, sal_uInt16 referenceCount) in createEntry()
1449 sal_uInt16 superTypeCount = rtl_uString_getLength(superTypeName) == 0 in createEntry()