Lines Matching refs:pTD
351 typelib_TypeDescription * pTD = 0; in cpp_vtable_call() local
352 … TYPELIB_DANGER_GET( &pTD, reinterpret_cast<Type *>( gpreg[1] )->getTypeLibType() ); in cpp_vtable_call()
353 if ( pTD ) in cpp_vtable_call()
360 reinterpret_cast<typelib_InterfaceTypeDescription *>( pTD ) ); in cpp_vtable_call()
365 &pInterface, pTD, cpp_acquire ); in cpp_vtable_call()
368 TYPELIB_DANGER_RELEASE( pTD ); in cpp_vtable_call()
374 TYPELIB_DANGER_RELEASE( pTD ); in cpp_vtable_call()
500 typelib_TypeDescription * pTD = 0; in addLocalFunctions() local
502 TYPELIB_DANGER_GET( &pTD, type->ppMembers[ nPos ] ); in addLocalFunctions()
503 OSL_ASSERT( pTD ); in addLocalFunctions()
505 if ( typelib_TypeClass_INTERFACE_ATTRIBUTE == pTD->eTypeClass ) in addLocalFunctions()
508 reinterpret_cast<typelib_InterfaceAttributeTypeDescription *>( pTD ); in addLocalFunctions()
522 else if ( typelib_TypeClass_INTERFACE_METHOD == pTD->eTypeClass ) in addLocalFunctions()
525 reinterpret_cast<typelib_InterfaceMethodTypeDescription *>( pTD ); in addLocalFunctions()
534 TYPELIB_DANGER_RELEASE( pTD ); in addLocalFunctions()