Lines Matching refs:exc

133         uno::Any exc(::cppu::getCaughtException());  in writeLastModified()  local
135 OUSTR("Failed to update") + url, 0, exc); in writeLastModified()
419 uno::Any exc = ::cppu::getCaughtException(); in getExtensionsWithSameIdentifier() local
422 static_cast<OWeakObject*>(this), exc); in getExtensionsWithSameIdentifier()
681 deploy::DeploymentException exc( in doChecksForAddExtension() local
684 throw exc; in doChecksForAddExtension()
823 deploy::DeploymentException exc( in addExtension() local
826 excOccurred2 <<= exc; in addExtension()
873 deploy::DeploymentException exc( in addExtension() local
876 throw exc; in addExtension()
943 deploy::DeploymentException exc( in removeExtension() local
946 excOccurred1 <<= exc; in removeExtension()
1029 deploy::DeploymentException exc( in enableExtension() local
1032 excOccurred <<= exc; in enableExtension()
1094 deploy::DeploymentException exc( in checkPrerequisitesAndEnable() local
1097 throw exc; in checkPrerequisitesAndEnable()
1143 deploy::DeploymentException exc( in disableExtension() local
1146 excOccurred <<= exc; in disableExtension()
1253 uno::Any exc = ::cppu::getCaughtException(); in getAllExtensions() local
1256 static_cast<OWeakObject*>(this), exc); in getAllExtensions()
1306 uno::Any exc = ::cppu::getCaughtException(); in reinstallDeployedExtensions() local
1309 static_cast<OWeakObject*>(this), exc); in reinstallDeployedExtensions()
1364 uno::Any exc = ::cppu::getCaughtException(); in synchronizeBundledPrereg() local
1367 static_cast<OWeakObject*>(this), exc); in synchronizeBundledPrereg()
1441 uno::Any exc = ::cppu::getCaughtException(); in synchronize() local
1444 static_cast<OWeakObject*>(this), exc); in synchronize()
1577 catch (registry::InvalidRegistryException & exc) { in singleton_entries() local
1578 (void) exc; // avoid warnings in singleton_entries()
1580 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in singleton_entries()