Lines Matching refs:exc
599 Any exc( ::cppu::getCaughtException() ); in getTextFromURL() local
601 OUSTR("Could not read file ") + licenseUrl, 0, exc); in getTextFromURL()
890 Any exc( ::cppu::getCaughtException() ); in processPackage_() local
896 static_cast<OWeakObject *>(this), exc ) ), in processPackage_()
905 ::cppu::throwException(exc); in processPackage_()
933 if (exc >>= dpExc) { in processPackage_()
939 ::cppu::throwException(exc); in processPackage_()
969 Any exc( ::cppu::getCaughtException() ); in processPackage_() local
975 static_cast<OWeakObject *>(this), exc ) ), in processPackage_()
984 ::cppu::throwException(exc); in processPackage_()
1146 catch (lang::IllegalArgumentException & exc) { in exportTo() local
1147 (void) exc; in exportTo()
1149 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in exportTo()
1310 Any exc( ::cppu::getCaughtException() ); in getBundle() local
1313 static_cast<OWeakObject *>(this), exc ); in getBundle()
1402 const Any exc( ::cppu::getCaughtException() ); in bindBundleItem() local
1404 !exc.isExtractableTo( in bindBundleItem()
1411 static_cast<OWeakObject *>(this), exc ) ), in bindBundleItem()