Searched refs:pMemberTD (Results 1 – 2 of 2) sorted by relevance
266 typelib_TypeDescription * pMemberTD = 0; in getCaughtException() local268 &pMemberTD, in getCaughtException()274 unoI.dispatch( pMemberTD, 0, 0, &exc ); in getCaughtException()276 TYPELIB_DANGER_RELEASE( pMemberTD ); in getCaughtException()
360 typelib_TypeDescription * pMemberTD = 0; in isSimpleReturnType() local361 TYPELIB_DANGER_GET( &pMemberTD, pCompTD->ppTypeRefs[pos] ); in isSimpleReturnType()362 bool const b = isSimpleReturnType(pMemberTD, true); in isSimpleReturnType()363 TYPELIB_DANGER_RELEASE( pMemberTD ); in isSimpleReturnType()
Completed in 23 milliseconds