Searched refs:typelib_UnionTypeDescription (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/cppu/source/uno/ |
H A D | prim.hxx | 171 sal_Int64 * pDiscr = ((typelib_UnionTypeDescription *)pTD)->pDiscriminants; in _unionGetSetType() 173 for ( nPos = ((typelib_UnionTypeDescription *)pTD)->nMembers; nPos--; ) in _unionGetSetType() 177 pRet = ((typelib_UnionTypeDescription *)pTD)->ppTypeRefs[nPos]; in _unionGetSetType() 184 pRet = ((typelib_UnionTypeDescription *)pTD)->pDefaultTypeRef; in _unionGetSetType()
|
H A D | eq.hxx | 239 sal_Int32 nValueOffset = ((typelib_UnionTypeDescription *)pElementTypeDescr)->nValueOffset; in _equalSequence() 605 (char *)pDest + ((typelib_UnionTypeDescription *)pDestTypeDescr)->nValueOffset, in _equalData() 607 (char *)pSource + ((typelib_UnionTypeDescription *)pDestTypeDescr)->nValueOffset, in _equalData() 618 (char *)pDest + ((typelib_UnionTypeDescription *)pDestTypeDescr)->nValueOffset, in _equalData() 620 (char *)pSource + ((typelib_UnionTypeDescription *)pDestTypeDescr)->nValueOffset, in _equalData()
|
H A D | constr.hxx | 43 (char *)pMem + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _defaultConstructUnion() 44 ((typelib_UnionTypeDescription *)pTypeDescr)->pDefaultTypeRef ); in _defaultConstructUnion() 45 *(sal_Int64 *)pMem = ((typelib_UnionTypeDescription *)pTypeDescr)->nDefaultDiscriminant; in _defaultConstructUnion()
|
H A D | copy.hxx | 147 (char *)pDest + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _copyConstructUnion() 148 (char *)pSource + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _copyConstructUnion() 154 (char *)pDest + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _copyConstructUnion() 155 (char *)pSource + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _copyConstructUnion() 633 ((typelib_UnionTypeDescription *) in icopyConstructSequence()
|
H A D | sequence.cxx | 297 ((typelib_UnionTypeDescription *) in idefaultConstructElements() 300 ((typelib_UnionTypeDescription *) in idefaultConstructElements() 306 ((typelib_UnionTypeDescription *) in idefaultConstructElements() 599 ((typelib_UnionTypeDescription *) in icopyConstructFromElements()
|
H A D | destr.hxx | 45 (char *)pValue + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _destructUnion()
|
/aoo4110/main/cppu/source/typelib/ |
H A D | typelib.cxx | 126 nSize = (sal_Int32)sizeof( typelib_UnionTypeDescription ); in getDescriptionSize() 613 typelib_UnionTypeDescription * pTmp; in typelib_typedescription_newEmpty() 614 pTmp = new typelib_UnionTypeDescription(); in typelib_typedescription_newEmpty() 931 typelib_UnionTypeDescription * pTmp = (typelib_UnionTypeDescription *)*ppRet; in typelib_typedescription_newUnion() 1455 typelib_UnionTypeDescription * pUnionTD = (typelib_UnionTypeDescription *)pTD; in typelib_typedescription_destructExtendedMembers() 1825 for ( sal_Int32 nPos = ((typelib_UnionTypeDescription *)pTypeDescription)->nMembers; nPos--; ) in typelib_typedescription_getAlignedUnoSize() 1828 … TYPELIB_DANGER_GET( &pTD, ((typelib_UnionTypeDescription *)pTypeDescription)->ppTypeRefs[nPos] ); in typelib_typedescription_getAlignedUnoSize() 1837 ((typelib_UnionTypeDescription *)pTypeDescription)->nValueOffset = rMaxIntegralTypeSize; in typelib_typedescription_getAlignedUnoSize()
|
/aoo4110/main/cppu/inc/typelib/ |
H A D | typedescription.h | 207 } typelib_UnionTypeDescription; typedef
|
Completed in 52 milliseconds