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()1837 ((typelib_UnionTypeDescription *)pTypeDescription)->nValueOffset = rMaxIntegralTypeSize; in typelib_typedescription_getAlignedUnoSize()[all …]
48 const typelib_TypeDescription * pTypeDescription,
Completed in 36 milliseconds