Searched refs:pElemTypeDescr (Results 1 – 1 of 1) sorted by relevance
151 typelib_TypeDescription * pElemTypeDescr = 0; in get() local152 TYPELIB_DANGER_GET( &pElemTypeDescr, getTypeDescr()->pType ); in get()154 uno_any_construct( &aRet, &pSeq->elements[nIndex * pElemTypeDescr->nSize], in get()155 pElemTypeDescr, in get()157 TYPELIB_DANGER_RELEASE( pElemTypeDescr ); in get()189 typelib_TypeDescription * pElemTypeDescr = 0; in set() local190 TYPELIB_DANGER_GET( &pElemTypeDescr, getTypeDescr()->pType ); in set()192 if (! coerce_assign( &pSeq->elements[nIndex * pElemTypeDescr->nSize], in set()193 pElemTypeDescr, rNewValue, getReflection() )) in set()195 TYPELIB_DANGER_RELEASE( pElemTypeDescr ); in set()[all …]
Completed in 9 milliseconds