Lines Matching refs:aExc
197 uno_Any aExc; in get() local
198 uno_Any * pExc = &aExc; in get()
286 uno_Any aExc; in set() local
287 uno_Any * pExc = &aExc; in set()
707 IllegalArgumentException aExc( in invoke() local
721 throw aExc; in invoke()
745 InvocationTargetException aExc; in invoke() local
746 aExc.Context = *(const Reference< XInterface > *)rObj.getValue(); in invoke()
747 aExc.Message = OUString( RTL_CONSTASCII_USTRINGPARAM("exception occured during invocation!") ); in invoke()
749 &aExc.TargetException, in invoke()
752 &aExc.TargetException, pUnoExc, ::getCppuType( (const Any *)0 ).getTypeLibType(), in invoke()
755 throw aExc; in invoke()