Searched refs:pTypeDescription (Results 1 – 2 of 2) sorted by relevance
389 const typelib_TypeDescription * pTypeDescription,1414 typelib_TypeDescription * pTypeDescription ) in typelib_typedescription_acquire() argument1417 ::osl_incrementInterlockedCount( &pTypeDescription->nRefCount ); in typelib_typedescription_acquire()1798 const typelib_TypeDescription * pTypeDescription, in typelib_typedescription_getAlignedUnoSize() argument1803 if( pTypeDescription->nSize ) in typelib_typedescription_getAlignedUnoSize()1806 rMaxIntegralTypeSize = pTypeDescription->nAlignment; in typelib_typedescription_getAlignedUnoSize()1807 nSize = pTypeDescription->nSize; in typelib_typedescription_getAlignedUnoSize()1814 OSL_ASSERT( typelib_TypeClass_TYPEDEF != pTypeDescription->eTypeClass ); in typelib_typedescription_getAlignedUnoSize()1816 switch( pTypeDescription->eTypeClass ) in typelib_typedescription_getAlignedUnoSize()1825 … for ( sal_Int32 nPos = ((typelib_UnionTypeDescription *)pTypeDescription)->nMembers; nPos--; ) in typelib_typedescription_getAlignedUnoSize()[all …]
48 const typelib_TypeDescription * pTypeDescription,