Lines Matching refs:ppException
176 void * pReturn, void * pArgs[], uno_Any ** ppException );
179 void * pReturn, void * pArgs[], uno_Any ** ppException );
182 void * pReturn, void * pArgs[], uno_Any ** ppException );
399 void * pReturn, void * [], uno_Any ** ppException ) in getValue() argument
415 handleInvokExc( *ppException, pInvokExc ); in getValue()
424 &aInvokRet, *ppException )) in getValue()
426 *ppException = 0; // no exceptions be thrown in getValue()
434 void *, void * pArgs[], uno_Any ** ppException ) in setValue() argument
455 handleInvokExc( *ppException, pInvokExc ); in setValue()
460 *ppException = 0; // no exceptions be thrown in setValue()
468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in invoke() argument
518 handleInvokExc( *ppException, pInvokExc ); in invoke()
543 *ppException ); in invoke()
549 *ppException ); in invoke()
574 &aInvokRet, *ppException )) in invoke()
576 *ppException = 0; // no exception in invoke()
584 *ppException, in invoke()
612 void * pReturn, void * pArgs[], uno_Any ** ppException ) in adapter_dispatch() argument
621 *ppException = 0; // no exc in adapter_dispatch()
647 *ppException = 0; // no exc in adapter_dispatch()
651 *ppException = 0; // no exc in adapter_dispatch()
661 that->invoke( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
666 that->getValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
668 that->setValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()