Lines Matching refs:pTD

143 			typelib_CompoundTypeDescription * pTD =  in getDeclaringClass()  local
145 while (pTD) in getDeclaringClass()
147 typelib_TypeDescriptionReference ** ppTypeRefs = pTD->ppTypeRefs; in getDeclaringClass()
148 for ( sal_Int32 nPos = pTD->nMembers; nPos--; ) in getDeclaringClass()
152 _xDeclClass = getReflection()->forType( (typelib_TypeDescription *)pTD ); in getDeclaringClass()
156 pTD = pTD->pBaseTypeDescription; in getDeclaringClass()
192 typelib_TypeDescription * pTD = pObjTD; in get() local
194 while (pTD && !typelib_typedescription_equals( pTD, pDeclTD )) in get()
195 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in get()
197 OSL_ENSURE( pTD, "### illegal object type!" ); in get()
198 if (pTD) in get()
225 typelib_TypeDescription * pTD = pObjTD; in set() local
227 while (pTD && !typelib_typedescription_equals( pTD, pDeclTD )) in set()
228 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in set()
230 OSL_ENSURE( pTD, "### illegal object type!" ); in set()
231 if (pTD) in set()
262 typelib_TypeDescription * pTD = pObjTD; in set() local
264 while (pTD && !typelib_typedescription_equals( pTD, pDeclTD )) in set()
265 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in set()
267 OSL_ENSURE( pTD, "### illegal object type!" ); in set()
268 if (pTD) in set()
381 typelib_TypeDescription * pTD = 0; in getFields() local
382 TYPELIB_DANGER_GET( &pTD, ppTypeRefs[nPos] ); in getFields()
383 OSL_ENSURE( pTD, "### cannot get field in struct!" ); in getFields()
384 if (pTD) in getFields()
388 getReflection(), aName, pTD, IdlClassImpl::getTypeDescr(), pMemberOffsets[nPos] ); in getFields()
389 TYPELIB_DANGER_RELEASE( pTD ); in getFields()