Home
last modified time | relevance | path

Searched refs:pTypeDescription (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx387 const typelib_TypeDescription * pTypeDescription,
1412 typelib_TypeDescription * pTypeDescription ) in typelib_typedescription_acquire() argument
1415 ::osl_incrementInterlockedCount( &pTypeDescription->nRefCount ); in typelib_typedescription_acquire()
1796 const typelib_TypeDescription * pTypeDescription, in typelib_typedescription_getAlignedUnoSize() argument
1801 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 …]
H A Dstatic_types.cxx48 const typelib_TypeDescription * pTypeDescription,

Completed in 31 milliseconds