Searched refs:typelib_ArrayTypeDescription (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/cppu/source/uno/ |
H A D | copy.hxx | 105 typelib_ArrayTypeDescription * pTypeDescr, in _copyConstructArray() 284 (typelib_ArrayTypeDescription *)pTypeDescr, in _copyConstructAnyFromData() 293 (typelib_ArrayTypeDescription *)pTypeDescr, in _copyConstructAnyFromData() 492 pDestAny->pData, (typelib_ArrayTypeDescription *)pTypeDescr ); in _copyConstructAny() 499 pDestAny->pData, (typelib_ArrayTypeDescription *)pTypeDescr ); in _copyConstructAny() 620 (typelib_ArrayTypeDescription *)pElementTypeDescr, in icopyConstructSequence() 818 (typelib_ArrayTypeDescription *)pTypeDescr, in _copyConstructData() 826 (typelib_ArrayTypeDescription *)pTypeDescr, in _copyConstructData()
|
H A D | assign.hxx | 108 typelib_ArrayTypeDescription * pTypeDescr, in _assignArray() 527 typelib_ArrayTypeDescription * pTypeDescr = in _assignData() 528 (typelib_ArrayTypeDescription *)pSourceTypeDescr; in _assignData() 534 typelib_ArrayTypeDescription * pTypeDescr = in _assignData() 535 (typelib_ArrayTypeDescription *)pSourceTypeDescr; in _assignData()
|
H A D | constr.hxx | 76 typelib_ArrayTypeDescription * pTypeDescr ) in _defaultConstructArray() 228 _defaultConstructArray( pMem, (typelib_ArrayTypeDescription *)pTypeDescr ); in _defaultConstructData() 233 _defaultConstructArray( pMem, (typelib_ArrayTypeDescription *)pTypeDescr ); in _defaultConstructData()
|
H A D | destr.hxx | 81 typelib_ArrayTypeDescription * pTypeDescr, in _destructArray() 397 _destructArray( pValue, (typelib_ArrayTypeDescription *)pTypeDescr, release ); in _destructData() 402 _destructArray( pValue, (typelib_ArrayTypeDescription *)pTypeDescr, release ); in _destructData()
|
H A D | sequence.cxx | 279 (typelib_ArrayTypeDescription *)pElementTypeDescr ); in idefaultConstructElements()
|
/aoo4110/main/cppu/source/typelib/ |
H A D | typelib.cxx | 118 nSize = (sal_Int32)sizeof( typelib_ArrayTypeDescription ); in getDescriptionSize() 585 typelib_ArrayTypeDescription * pTmp = new typelib_ArrayTypeDescription(); in typelib_typedescription_newEmpty() 1022 typelib_ArrayTypeDescription * pArray = (typelib_ArrayTypeDescription *)*ppRet; in typelib_typedescription_newArray() 1447 delete [] ((typelib_ArrayTypeDescription *)pTD)->pDimensions; in typelib_typedescription_destructExtendedMembers() 1898 … nSize = ((typelib_ArrayTypeDescription *)pTypeDescription)->nTotalElements * rMaxIntegralTypeSize; in typelib_typedescription_getAlignedUnoSize()
|
H A D | static_types.cxx | 617 typelib_ArrayTypeDescription * pArray = (typelib_ArrayTypeDescription *)pReg; in typelib_static_array_type_init()
|
/aoo4110/main/cppu/inc/typelib/ |
H A D | typedescription.h | 239 } typelib_ArrayTypeDescription; typedef
|
Completed in 73 milliseconds