Searched refs:pTD1 (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/cppu/source/typelib/ |
H A D | static_types.cxx | 223 typelib_TypeDescription * pTD1 = 0; in typelib_static_type_getByTypeClass() local 239 &pTD1, typelib_TypeClass_EXCEPTION, sTypeName1.pData, 0, 2, aMembers ); in typelib_static_type_getByTypeClass() 240 typelib_typedescription_register( &pTD1 ); in typelib_static_type_getByTypeClass() 242 s_aTypes[typelib_TypeClass_EXCEPTION] = pTD1->pWeakRef ); in typelib_static_type_getByTypeClass() 248 …&pTD1, typelib_TypeClass_EXCEPTION, sTypeName2.pData, s_aTypes[typelib_TypeClass_EXCEPTION], 0, 0 … in typelib_static_type_getByTypeClass() 249 ::typelib_typedescription_register( &pTD1 ); in typelib_static_type_getByTypeClass() 250 ::typelib_typedescription_release( pTD1 ); in typelib_static_type_getByTypeClass()
|
/aoo4110/main/cppu/source/uno/ |
H A D | lbenv.cxx | 60 inline static bool td_equals( typelib_InterfaceTypeDescription * pTD1, in td_equals() argument 63 return (pTD1 == pTD2 || in td_equals() 64 (((typelib_TypeDescription *)pTD1)->pTypeName->length == in td_equals() 67 ((typelib_TypeDescription *) pTD1)->pTypeName->buffer, in td_equals()
|
Completed in 35 milliseconds