Home
last modified time | relevance | path

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

/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx389 const typelib_TypeDescription * pTypeDescription,
1414 typelib_TypeDescription * pTypeDescription ) in typelib_typedescription_acquire() argument
1417 ::osl_incrementInterlockedCount( &pTypeDescription->nRefCount ); in typelib_typedescription_acquire()
1798 const typelib_TypeDescription * pTypeDescription, in typelib_typedescription_getAlignedUnoSize() argument
1803 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 …]
H A Dstatic_types.cxx48 const typelib_TypeDescription * pTypeDescription,