Home
last modified time | relevance | path

Searched refs:ppNewDescription (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx1648 typelib_TypeDescription ** ppNewDescription ) in typelib_typedescription_register() argument
1656 typelib_typedescriptionreference_getByName( &pTDR, (*ppNewDescription)->pTypeName ); in typelib_typedescription_register()
1658 OSL_ASSERT( (*ppNewDescription)->pWeakRef || reallyWeak( (*ppNewDescription)->eTypeClass ) ); in typelib_typedescription_register()
1661 OSL_ASSERT( (*ppNewDescription)->eTypeClass == pTDR->eTypeClass ); in typelib_typedescription_register()
1674 ::typelib_typedescription_release( *ppNewDescription ); in typelib_typedescription_register()
1675 *ppNewDescription = pTDR->pType; in typelib_typedescription_register()
1686 pTDR->pType = *ppNewDescription; in typelib_typedescription_register()
1687 OSL_ASSERT( ! (*ppNewDescription)->pWeakRef ); in typelib_typedescription_register()
1688 (*ppNewDescription)->pWeakRef = pTDR; in typelib_typedescription_register()
1693 if (((void *)pTDR != (void *)*ppNewDescription) && // if different in typelib_typedescription_register()
[all …]
/AOO41X/main/cppu/inc/typelib/
H A Dtypedescription.h808 typelib_TypeDescription ** ppNewDescription )