Searched refs:pTypeDescription (Results 1 – 2 of 2) sorted by relevance
387 const typelib_TypeDescription * pTypeDescription,1412 typelib_TypeDescription * pTypeDescription ) in typelib_typedescription_acquire() argument1415 ::osl_incrementInterlockedCount( &pTypeDescription->nRefCount ); in typelib_typedescription_acquire()1796 const typelib_TypeDescription * pTypeDescription, in typelib_typedescription_getAlignedUnoSize() argument1801 if( pTypeDescription->nSize ) in typelib_typedescription_getAlignedUnoSize()1804 rMaxIntegralTypeSize = pTypeDescription->nAlignment; in typelib_typedescription_getAlignedUnoSize()1805 nSize = pTypeDescription->nSize; in typelib_typedescription_getAlignedUnoSize()1812 OSL_ASSERT( typelib_TypeClass_TYPEDEF != pTypeDescription->eTypeClass ); in typelib_typedescription_getAlignedUnoSize()1814 switch( pTypeDescription->eTypeClass ) in typelib_typedescription_getAlignedUnoSize()1835 ((typelib_UnionTypeDescription *)pTypeDescription)->nValueOffset = rMaxIntegralTypeSize; in typelib_typedescription_getAlignedUnoSize()[all …]
48 const typelib_TypeDescription * pTypeDescription,
Completed in 31 milliseconds