Searched refs:pElementTypeRef (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/cppu/source/uno/ |
H A D | assign.hxx | 111 typelib_TypeDescriptionReference * pElementTypeRef = in _assignArray() local 114 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementTypeRef ); in _assignArray() 120 switch ( pElementTypeRef->eTypeClass ) in _assignArray() 164 pElementTypeRef, pElementTypeDescr, acquire, 0 ); in _assignArray() 205 pElementTypeRef, pElementTypeDescr, release ); in _assignArray()
|
H A D | copy.hxx | 108 …typelib_TypeDescriptionReference * pElementTypeRef = ((typelib_IndirectTypeDescription *)pTypeDesc… in _copyConstructArray() local 110 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementTypeRef ); in _copyConstructArray() 122 pElementTypeRef, mapping ); in _copyConstructArray() 132 pElementTypeRef, acquire ); in _copyConstructArray()
|
/aoo4110/main/cppu/source/typelib/ |
H A D | static_types.cxx | 581 typelib_TypeDescriptionReference * pElementTypeRef, in typelib_static_array_type_init() argument 591 aBuf.append( pElementTypeRef->pTypeName ); in typelib_static_array_type_init() 623 typelib_typedescriptionreference_acquire(pElementTypeRef); in typelib_static_array_type_init() 624 ((typelib_IndirectTypeDescription*)pArray)->pType = pElementTypeRef; in typelib_static_array_type_init()
|
H A D | typelib.cxx | 1003 typelib_TypeDescriptionReference * pElementTypeRef, in typelib_typedescription_newArray() argument 1009 aBuf.append( pElementTypeRef->pTypeName ); in typelib_typedescription_newArray() 1029 typelib_typedescriptionreference_acquire(pElementTypeRef); in typelib_typedescription_newArray() 1030 ((typelib_IndirectTypeDescription*)pArray)->pType = pElementTypeRef; in typelib_typedescription_newArray()
|
/aoo4110/main/cppu/inc/typelib/ |
H A D | typedescription.h | 611 typelib_TypeDescriptionReference * pElementTypeRef,
|
Completed in 26 milliseconds