Searched refs:pElementType (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cppu/source/uno/ |
H A D | sequence.cxx | 75 typelib_TypeDescriptionReference * pElementType, in idefaultConstructElements() argument 80 switch (pElementType->eTypeClass) in idefaultConstructElements() 375 switch (pElementType->eTypeClass) in icopyConstructFromElements() 706 &pNew, pSeq->elements, pElementType, in ireallocSequence() 713 &pNew, pElementType, in ireallocSequence() 740 ppSequence, pElementType, in ireallocSequence() 747 pSeq->elements, pElementType, in ireallocSequence() 785 ppSequence, pElementType, in uno_type_sequence_construct() 792 ppSequence, pElements, pElementType, in uno_type_sequence_construct() 826 ppSequence, pElementType, in uno_sequence_construct() [all …]
|
H A D | constr.hxx | 78 typelib_TypeDescription * pElementType = NULL; in _defaultConstructArray() local 79 TYPELIB_DANGER_GET( &pElementType, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in _defaultConstructArray() 81 sal_Int32 nElementSize = pElementType->nSize; in _defaultConstructArray() 83 switch ( pElementType->eTypeClass ) in _defaultConstructArray() 124 *((sal_Int32 *)pMem + i) = ((typelib_EnumTypeDescription *)pElementType)->nDefaultEnumValue; in _defaultConstructArray() 131 …tructStruct( (sal_Char*)pMem + i * nElementSize, (typelib_CompoundTypeDescription *)pElementType ); in _defaultConstructArray() 137 _defaultConstructUnion( (sal_Char*)pMem + i * nElementSize, pElementType ); in _defaultConstructArray() 151 TYPELIB_DANGER_RELEASE( pElementType ); in _defaultConstructArray()
|
H A D | destr.hxx | 85 typelib_TypeDescription * pElementType = NULL; in _destructArray() local 86 TYPELIB_DANGER_GET( &pElementType, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in _destructArray() 87 sal_Int32 nElementSize = pElementType->nSize; in _destructArray() 88 TYPELIB_DANGER_RELEASE( pElementType ); in _destructArray() 191 void * pElements, typelib_TypeDescriptionReference * pElementType, in idestructElements() argument 196 switch (pElementType->eTypeClass) in idestructElements() 251 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idestructElements() 267 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idestructElements() 283 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idestructElements()
|
H A D | copy.hxx | 165 typelib_TypeDescriptionReference * pElementType, 535 typelib_TypeDescriptionReference * pElementType, in icopyConstructSequence() argument 538 typelib_TypeClass eTypeClass = pElementType->eTypeClass; in icopyConstructSequence() 585 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence() 608 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence() 630 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence() 665 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence() 700 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence()
|
H A D | eq.hxx | 110 typelib_TypeDescriptionReference * pElementType, 116 typelib_TypeDescriptionReference * pElementType, in _equalSequence() argument 131 switch (pElementType->eTypeClass) in _equalSequence() 218 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in _equalSequence() 237 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in _equalSequence() 263 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in _equalSequence()
|
H A D | data.cxx | 171 typelib_TypeDescriptionReference * pElementType, in copyConstructSequence() argument 174 return icopyConstructSequence( pSource, pElementType, acquire, mapping ); in copyConstructSequence() 190 typelib_TypeDescriptionReference * pElementType, in equalSequence() argument 194 return _equalSequence( pDest, pSource, pElementType, queryInterface, release ); in equalSequence()
|
/trunk/main/cppu/source/typelib/ |
H A D | static_types.cxx | 323 typelib_TypeDescriptionReference * pElementType ) in typelib_static_sequence_type_init() argument 333 aBuf.append( pElementType->pTypeName ); in typelib_static_sequence_type_init() 343 aTypeName.pData, pElementType, 0, 0 ); in typelib_static_sequence_type_init()
|
/trunk/main/cppu/inc/typelib/ |
H A D | typedescription.h | 996 typelib_TypeDescriptionReference * pElementType ) 1008 typelib_TypeDescriptionReference * pElementType,
|
Completed in 39 milliseconds