Lines Matching refs:typelib_IndirectTypeDescription

120 			nSize = (sal_Int32)sizeof( typelib_IndirectTypeDescription );  in getDescriptionSize()
502 &pTD, ((typelib_IndirectTypeDescription *)pTD)->pType ); in complete()
584 typelib_IndirectTypeDescription * pIndirect = (typelib_IndirectTypeDescription *)pTmp; in typelib_typedescription_newEmpty()
599 typelib_IndirectTypeDescription * pTmp = new typelib_IndirectTypeDescription(); in typelib_typedescription_newEmpty()
792 ((typelib_IndirectTypeDescription *)*ppRet)->pType = pType; in newTypeDescription()
1028 ((typelib_IndirectTypeDescription*)pArray)->pType = pElementTypeRef; in typelib_typedescription_newArray()
1443 if( ((typelib_IndirectTypeDescription*)pTD)->pType ) in typelib_typedescription_destructExtendedMembers()
1444 typelib_typedescriptionreference_release( ((typelib_IndirectTypeDescription*)pTD)->pType ); in typelib_typedescription_destructExtendedMembers()
1448 if( ((typelib_IndirectTypeDescription*)pTD)->pType ) in typelib_typedescription_destructExtendedMembers()
1449 typelib_typedescriptionreference_release( ((typelib_IndirectTypeDescription*)pTD)->pType ); in typelib_typedescription_destructExtendedMembers()
1893 TYPELIB_DANGER_GET( &pTD, ((typelib_IndirectTypeDescription *)pTypeDescription)->pType ); in typelib_typedescription_getAlignedUnoSize()
2222 &pTD, ((typelib_IndirectTypeDescription *)*ppRet)->pType ); in typelib_typedescription_getByName()
2282 ((typelib_IndirectTypeDescription *)pRet)->pType ); in typelib_typedescriptionreference_new()
2285 *ppTDR = ((typelib_IndirectTypeDescription *)pRet)->pType; in typelib_typedescriptionreference_new()