Home
last modified time | relevance | path

Searched refs:typelib_UnionTypeDescription (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/cppu/source/uno/
H A Dprim.hxx171 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 Deq.hxx239 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 Dcopy.hxx147 (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 Dconstr.hxx43 (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 Dsequence.cxx297 ((typelib_UnionTypeDescription *) in idefaultConstructElements()
300 ((typelib_UnionTypeDescription *) in idefaultConstructElements()
306 ((typelib_UnionTypeDescription *) in idefaultConstructElements()
599 ((typelib_UnionTypeDescription *) in icopyConstructFromElements()
H A Ddestr.hxx45 (char *)pValue + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _destructUnion()
/aoo42x/main/cppu/source/typelib/
H A Dtypelib.cxx126 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()
/aoo42x/main/cppu/inc/typelib/
H A Dtypedescription.h207 } typelib_UnionTypeDescription; typedef

Completed in 114 milliseconds