Searched refs:runtimeException (Results 1 – 7 of 7) sorted by relevance
60 bool runtimeException = false; in add() local63 runtimeException = true; in add()79 if (!runtimeException) { in add()
313 catch ( uno::RuntimeException const &runtimeException ) in init() local315 throw runtimeException; in init()
426 catch(RuntimeException & runtimeException) { in JavaComponentLoader_CreateInstance() local427 OString message = OUStringToOString(runtimeException.Message, RTL_TEXTENCODING_ASCII_US); in JavaComponentLoader_CreateInstance()
195 FileStream & out, sal_uInt32 methodIndex, bool runtimeException);206 bool runtimeException);
2040 FileStream & out, sal_uInt32 methodIndex, bool runtimeException) in dumpExceptionSpecification() argument2052 bool any = runtimeException; in dumpExceptionSpecification()2094 bool runtimeException) in dumpExceptionTypeNames() argument2107 if (runtimeException) { in dumpExceptionTypeNames()
1836 bool runtimeException = false; in handleAggregatingType() local1867 runtimeException = true; in handleAggregatingType()1960 if (runtimeException) { in handleAggregatingType()1983 if (runtimeException) { in handleAggregatingType()2019 if (runtimeException) { in handleAggregatingType()2067 if (runtimeException) { in handleAggregatingType()
357 catch(com.sun.star.uno.RuntimeException runtimeException) { in notifyListeners()