Lines Matching refs:pDest
185 void * pDest, typelib_TypeDescriptionReference * pType,
188 void * pDest, typelib_TypeDescriptionReference * pType,
274 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_assign() argument
280 (uno_Any *)pDest, pSource->pData, pSource->pType, 0, 0 ); in coerce_assign()
284 pDest, pType, pSource->pData, pSource->pType, 0, 0, 0 )) in coerce_assign()
330 pDest, pType, ret.pData, ret.pType, 0, 0, 0 )); in coerce_assign()
348 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_construct() argument
353 ::uno_type_copyData( pDest, pSource, pType, 0 ); in coerce_construct()
358 ::uno_type_copyData( pDest, pSource->pData, pType, 0 ); in coerce_construct()
361 ::uno_type_constructData( pDest, pType ); in coerce_construct()
362 return coerce_assign( pDest, pType, pSource, pExc ); in coerce_construct()
366 static void handleInvokExc( uno_Any * pDest, uno_Any * pSource ) in handleInvokExc() argument
380 pDest, target_exc->pData, target_exc->pType, 0 ); in handleInvokExc()
387 pDest, ((Exception const *)pSource->pData)->Message ); in handleInvokExc()
392 pDest, OUSTR("no exception has been thrown via invocation?!") ); in handleInvokExc()