Lines Matching refs:pTD
350 typelib_TypeDescription * pTD = 0; in cpp_vtable_call() local
351 … TYPELIB_DANGER_GET( &pTD, reinterpret_cast<Type *>( gpreg[2] )->getTypeLibType() ); in cpp_vtable_call()
352 if ( pTD ) in cpp_vtable_call()
359 reinterpret_cast<typelib_InterfaceTypeDescription *>( pTD ) ); in cpp_vtable_call()
364 &pInterface, pTD, cpp_acquire ); in cpp_vtable_call()
367 TYPELIB_DANGER_RELEASE( pTD ); in cpp_vtable_call()
373 TYPELIB_DANGER_RELEASE( pTD ); in cpp_vtable_call()
524 typelib_TypeDescription * pTD = 0; in addLocalFunctions() local
526 TYPELIB_DANGER_GET( &pTD, type->ppMembers[ nPos ] ); in addLocalFunctions()
527 OSL_ASSERT( pTD ); in addLocalFunctions()
529 if ( typelib_TypeClass_INTERFACE_ATTRIBUTE == pTD->eTypeClass ) in addLocalFunctions()
532 reinterpret_cast<typelib_InterfaceAttributeTypeDescription *>( pTD ); in addLocalFunctions()
546 else if ( typelib_TypeClass_INTERFACE_METHOD == pTD->eTypeClass ) in addLocalFunctions()
549 reinterpret_cast<typelib_InterfaceMethodTypeDescription *>( pTD ); in addLocalFunctions()
558 TYPELIB_DANGER_RELEASE( pTD ); in addLocalFunctions()