Lines Matching refs:exc
476 Any exc( ::cppu::getCaughtException() ); in create() local
483 buf.makeStringAndClear(), Reference<XInterface>(), exc ); in create()
524 Any exc( ::cppu::getCaughtException() ); in disposing() local
527 static_cast<OWeakObject *>(this), exc ); in disposing()
630 catch (lang::IllegalArgumentException & exc) { in detectMediaType() local
633 (void) exc; in detectMediaType()
635 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in detectMediaType()
879 catch (CommandFailedException & exc) { in addPackage() local
880 logIntern( Any(exc) ); in addPackage()
883 catch (CommandAbortedException & exc) { in addPackage() local
884 logIntern( Any(exc) ); in addPackage()
887 catch (deployment::DeploymentException & exc) { in addPackage() local
888 logIntern( Any(exc) ); in addPackage()
892 Any exc( ::cppu::getCaughtException() ); in addPackage() local
893 logIntern( exc ); in addPackage()
896 static_cast<OWeakObject *>(this), exc ); in addPackage()
985 catch (CommandFailedException & exc) { in removePackage() local
986 logIntern( Any(exc) ); in removePackage()
989 catch (CommandAbortedException & exc) { in removePackage() local
990 logIntern( Any(exc) ); in removePackage()
993 catch (deployment::DeploymentException & exc) { in removePackage() local
994 logIntern( Any(exc) ); in removePackage()
998 Any exc( ::cppu::getCaughtException() ); in removePackage() local
999 logIntern( exc ); in removePackage()
1002 static_cast<OWeakObject *>(this), exc ); in removePackage()
1098 catch (lang::IllegalArgumentException & exc) { in getDeployedPackages_() local
1100 (void) exc; // avoid warnings in getDeployedPackages_()
1102 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in getDeployedPackages_()
1104 catch (deployment::DeploymentException& exc) { in getDeployedPackages_() local
1106 (void) exc; // avoid warnings in getDeployedPackages_()
1108 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in getDeployedPackages_()
1135 catch (CommandFailedException & exc) { in getDeployedPackage() local
1136 logIntern( Any(exc) ); in getDeployedPackage()
1139 catch (lang::IllegalArgumentException & exc) { in getDeployedPackage() local
1140 logIntern( Any(exc) ); in getDeployedPackage()
1143 catch (deployment::DeploymentException & exc) { in getDeployedPackage() local
1144 logIntern( Any(exc) ); in getDeployedPackage()
1148 Any exc( ::cppu::getCaughtException() ); in getDeployedPackage() local
1149 logIntern( exc ); in getDeployedPackage()
1153 static_cast<OWeakObject *>(this), exc ); in getDeployedPackage()
1180 catch (CommandFailedException & exc) { in getDeployedPackages() local
1181 logIntern( Any(exc) ); in getDeployedPackages()
1184 catch (CommandAbortedException & exc) { in getDeployedPackages() local
1185 logIntern( Any(exc) ); in getDeployedPackages()
1188 catch (deployment::DeploymentException & exc) { in getDeployedPackages() local
1189 logIntern( Any(exc) ); in getDeployedPackages()
1193 Any exc( ::cppu::getCaughtException() ); in getDeployedPackages() local
1194 logIntern( exc ); in getDeployedPackages()
1198 static_cast<OWeakObject *>(this), exc ); in getDeployedPackages()
1244 catch (CommandFailedException & exc) { in reinstallDeployedPackages() local
1245 logIntern( Any(exc) ); in reinstallDeployedPackages()
1248 catch (CommandAbortedException & exc) { in reinstallDeployedPackages() local
1249 logIntern( Any(exc) ); in reinstallDeployedPackages()
1252 catch (deployment::DeploymentException & exc) { in reinstallDeployedPackages() local
1253 logIntern( Any(exc) ); in reinstallDeployedPackages()
1257 Any exc( ::cppu::getCaughtException() ); in reinstallDeployedPackages() local
1258 logIntern( exc ); in reinstallDeployedPackages()
1262 static_cast<OWeakObject *>(this), exc ); in reinstallDeployedPackages()
1560 Any exc = ::cppu::getCaughtException(); in getExtensionsWithUnacceptedLicenses() local
1563 static_cast<OWeakObject*>(this), exc); in getExtensionsWithUnacceptedLicenses()
1564 exc <<= de; in getExtensionsWithUnacceptedLicenses()
1565 ::cppu::throwException(exc); in getExtensionsWithUnacceptedLicenses()
1626 deployment::DeploymentException exc( in checkPrerequisites() local
1629 throw exc; in checkPrerequisites()