Searched refs:pCompType (Results 1 – 5 of 5) sorted by relevance
/trunk/main/pyuno/source/module/ |
H A D | pyuno_module.cxx | 75 typelib_CompoundTypeDescription *pCompType, in fillStructWithInitializer() argument 80 if( pCompType->pBaseTypeDescription ) in fillStructWithInitializer() 82 inv, pCompType->pBaseTypeDescription, initializer, runtime ); in fillStructWithInitializer() 86 for( i = 0 ; i < pCompType->nMembers ; i ++ ) in fillStructWithInitializer() 92 buf.appendAscii( "expected at least " ).append( nIndex + pCompType->nMembers ); in fillStructWithInitializer() 98 inv->setValue( pCompType->ppMemberNames[i], a ); in fillStructWithInitializer() 272 typelib_CompoundTypeDescription *pCompType = in createUnoStructHelper() local 275 me->members->xInvocation, pCompType, initializer, runtime ); in createUnoStructHelper()
|
H A D | pyuno.cxx | 150 typelib_CompoundTypeDescription * pCompType = (typelib_CompoundTypeDescription *)pTypeDescr; in val2str() local 151 sal_Int32 nDescr = pCompType->nMembers; in val2str() 153 if (pCompType->pBaseTypeDescription) in val2str() 155 …buf.append( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef,… in val2str() 160 typelib_TypeDescriptionReference ** ppTypeRefs = pCompType->ppTypeRefs; in val2str() 161 sal_Int32 * pMemberOffsets = pCompType->pMemberOffsets; in val2str() 162 rtl_uString ** ppMemberNames = pCompType->ppMemberNames; in val2str()
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 109 typelib_CompoundTypeDescription * pCompType = (typelib_CompoundTypeDescription *)pTypeDescr; in val2str() local 110 sal_Int32 nDescr = pCompType->nMembers; in val2str() 112 if (pCompType->pBaseTypeDescription) in val2str() 114 …buf.append( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef … in val2str() 119 typelib_TypeDescriptionReference ** ppTypeRefs = pCompType->ppTypeRefs; in val2str() 120 sal_Int32 * pMemberOffsets = pCompType->pMemberOffsets; in val2str() 121 rtl_uString ** ppMemberNames = pCompType->ppMemberNames; in val2str()
|
/trunk/main/cppu/source/uno/ |
H A D | data.cxx | 126 typelib_CompoundTypeDescription * pCompType ) in defaultConstructStruct() argument 129 _defaultConstructStruct( pMem, pCompType ); in defaultConstructStruct()
|
H A D | constr.hxx | 50 typelib_CompoundTypeDescription * pCompType )
|
Completed in 49 milliseconds