/aoo41x/main/package/source/xstor/ |
H A D | xstorage.cxx | 317 catch ( uno::Exception& aException ) in ~OStorage_Impl() local 394 catch( uno::Exception& aException ) in ~OStorage_Impl() local 1290 throw aException; in Commit() 2462 catch( uno::Exception& aException ) in copyToStorage() local 2559 catch( uno::Exception& aException ) in openStreamElement() local 2734 catch( uno::Exception& aException ) in openStorageElement() local 2818 catch( uno::Exception& aException ) in cloneStreamElement() local 2900 catch( uno::Exception& aException ) in copyLastCommitTo() local 3000 catch( uno::Exception& aException ) in copyStorageElementLastCommitTo() local 3064 catch( uno::Exception& aException ) in isStreamElement() local [all …]
|
H A D | owriteablestream.cxx | 120 catch ( uno::Exception& aException ) in SetEncryptionKeyProperty_Impl() local 139 catch ( uno::Exception& aException ) in GetEncryptionKeyProperty_Impl() local 232 catch( uno::Exception& aException ) in KillFile() local 260 catch ( uno::Exception& aException ) in GetNewTempFileURL() local 730 AddLog( aException.Message ); in GetTempFileAsStream() 1130 catch( uno::Exception& aException ) in ReadRelInfoIfNecessary() local 1200 catch( uno::Exception& aException ) in ReadPackageStreamProperties() local 1672 catch( uno::Exception& aException ) in GetCopyOfLastCommit() local 1947 catch ( uno::Exception& aException ) in CopyToStreamInternally_Impl() local 3495 catch( uno::Exception& aException ) in commit() local [all …]
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | Object.cxx | 212 SQLException aException; in ThrowLoggedSQLException() local 213 if ( lcl_translateJNIExceptionToUNOException( _pEnvironment, _rxContext, aException ) ) in ThrowLoggedSQLException() 215 …ing::LogLevel::SEVERE, STR_LOG_THROWING_EXCEPTION, aException.Message, aException.SQLState, aExcep… in ThrowLoggedSQLException() 216 throw aException; in ThrowLoggedSQLException() 223 SQLException aException; in ThrowSQLException() local 224 if ( lcl_translateJNIExceptionToUNOException( _pEnvironment, _rxContext, aException ) ) in ThrowSQLException() 225 throw aException; in ThrowSQLException()
|
/aoo41x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsCacheConfiguration.cxx | 134 catch (RuntimeException aException) in CacheConfiguration() local 136 (void)aException; in CacheConfiguration() 138 catch (Exception aException) in CacheConfiguration() local 140 (void)aException; in CacheConfiguration() 157 catch (Exception aException) in GetValue() local 159 (void)aException; in GetValue()
|
H A D | SlsQueueProcessor.cxx | 220 catch (::com::sun::star::uno::RuntimeException aException) in ProcessOneRequest() 222 (void) aException; in ProcessOneRequest() 225 catch (::com::sun::star::uno::Exception aException) in ProcessOneRequest() 227 (void) aException; in ProcessOneRequest()
|
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 357 Any aException; in lcl_unloadSubDocument_nothrow() local 373 aException in lcl_unloadSubDocument_nothrow() 400 Any aException; in lcl_commitDocumentStorage_nothrow() local 418 aException in lcl_commitDocumentStorage_nothrow() 428 Any aException; in lcl_storeDocument_nothrow() local 1344 Any aException; in impl_migrateScriptStorage_nothrow() local 1452 aException in impl_migrateScriptStorage_nothrow() 1468 Any aException; in impl_migrateContainerLibraries_nothrow() local 1614 aException in impl_migrateContainerLibraries_nothrow() 1630 Any aException; in impl_adjustScriptLibrary_nothrow() local [all …]
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 270 SQLException aException; in ThrowException() local 271 aException.ErrorCode = 1000; in ThrowException() 281 …aException = SQLException(aErr.GetDescription(),_xInterface,aErr.GetSQLState(),aErr.GetNumber(),An… in ThrowException() 285 _xInterface,aErr.GetSQLState(),aErr.GetNumber(),makeAny(aException)); in ThrowException() 286 aTemp.NextException <<= aException; in ThrowException() 287 aException = aTemp; in ThrowException() 293 throw aException; in ThrowException()
|
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | EventListenerProxy.java | 108 catch (Throwable aException) in run() 111 "Exception during event delivery: " + aException); in run() 112 aException.printStackTrace(); in run() 126 catch (Exception aException) in run()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityTreeModel.java | 74 catch (DisposedException aException) in isLeaf() 86 catch (Exception aException) in isLeaf() 89 + aException); in isLeaf() 90 aException.printStackTrace (System.err); in isLeaf()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 216 SQLException aException; in prepend() local 217 aException.Message = _rErrorMessage; in prepend() 218 aException.ErrorCode = _nErrorCode; in prepend() 219 …aException.SQLState = ::rtl::OUString::createFromAscii( _pAsciiSQLState ? _pAsciiSQLState : "S1000… in prepend() 220 aException.NextException = m_aContent; in prepend() 221 m_aContent <<= aException; in prepend()
|
H A D | sqlerror.cxx | 215 Any aException( NULL, _rExceptionType ); in raiseTypedException() local 218 SQLException* pException = static_cast< SQLException* >( aException.pData ); in raiseTypedException() 222 ::cppu::throwException( aException ); in raiseTypedException()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 75 void ShowErrorDialog( const Any& aException ) in ShowErrorDialog() argument 77 SvxScriptErrorDialog* pDlg = new SvxScriptErrorDialog( NULL, aException ); in ShowErrorDialog() 1524 ::rtl::OUString GetErrorMessage( const com::sun::star::uno::Any& aException ) in GetErrorMessage() argument 1527 if ( aException.getValueType() == in GetErrorMessage() 1531 aException >>= ite; in GetErrorMessage() 1553 …else if ( aException.getValueType() == ::getCppuType( ( const provider::ScriptFrameworkErrorExcept… in GetErrorMessage() 1557 aException >>= sfe; in GetErrorMessage() 1564 if ( aException >>= rte ) in GetErrorMessage() 1569 aException >>= e; in GetErrorMessage() 1575 Window* , ::com::sun::star::uno::Any aException ) in SvxScriptErrorDialog() argument [all …]
|
/aoo41x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 1159 uno::Any aException; in mapVFSException() local 1181 aException <<= in mapVFSException() 1190 aException <<= in mapVFSException() 1202 aException <<= io::IOException(); in mapVFSException() 1206 aException <<= in mapVFSException() 1213 aException <<= in mapVFSException() 1222 aException <<= in mapVFSException() 1233 aException <<= in mapVFSException() 1242 aException <<= ucb::NameClashException in mapVFSException() 1250 aException <<= ucb::UnsupportedOpenModeException(); in mapVFSException() [all …]
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | TextView.java | 389 catch (IndexOutOfBoundsException aException) in GetTextSegment() 393 + aException.toString(); in GetTextSegment() 397 catch (IllegalArgumentException aException) in GetTextSegment() 401 + aException.toString(); in GetTextSegment() 424 catch (IndexOutOfBoundsException aException) in AddAttributeNodes()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 3256 uno::Any aException; in MapDAVException() local 3282 aException <<= in MapDAVException() 3317 aException <<= in MapDAVException() 3334 aException <<= in MapDAVException() 3355 aException <<= in MapDAVException() 3364 aException <<= in MapDAVException() 3393 aException <<= in MapDAVException() 3405 aException <<= in MapDAVException() 3415 aException <<= in MapDAVException() 3431 aException <<= in MapDAVException() [all …]
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | CanvasShape.java | 297 catch (NoninvertibleTransformException aException) in Contains() 362 } catch (Exception aException) { in notifyEvent() 364 + aException); in notifyEvent() 365 aException.printStackTrace (System.err); in notifyEvent()
|
H A D | Canvas.java | 155 catch (Exception aException) in paintComponent() 158 + aException); in paintComponent() 159 aException.printStackTrace (System.err); in paintComponent()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | uri.hxx | 139 rtl::OUString aException; in convertRelToAbs() local 143 &aException.pData)) in convertRelToAbs() 144 throw MalformedUriException(aException); in convertRelToAbs()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 1072 IOException aException; in WriteManifest() local 1076 makeAny( aException ) ); in WriteManifest() 1313 WrappedTargetException aException; in writeTempFile() local 1314 if ( aCaught >>= aException ) in writeTempFile() 1315 throw aException; in writeTempFile() 1327 …embed::UseBackupException aException( aErrTxt, uno::Reference< uno::XInterface >(), ::rtl::OUStrin… in writeTempFile() local 1330 makeAny ( aException ) ); in writeTempFile() 1398 IOException aException; in commitChanges() local 1400 static_cast < OWeakObject * > ( this ), makeAny ( aException ) ); in commitChanges() 1584 embed::UseBackupException aException( aErrTxt, uno::Reference< uno::XInterface >(), aTempURL ); in DisconnectFromTargetAndThrowException_Impl() local [all …]
|
/aoo41x/main/automation/source/server/ |
H A D | XMLParser.cxx | 304 SAXParseException aException; in AddToList() local 305 aSAXParseException >>= aException; in AddToList() 307 aErrors.Append( String( aException.PublicId ) ); in AddToList() 309 aErrors.Append( String::CreateFromInt64( aException.LineNumber ) ); in AddToList() 311 aErrors.Append( String::CreateFromInt64( aException.ColumnNumber ) ); in AddToList() 315 aErrors.Append( String( aException.Message ) ); in AddToList()
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | datasourcehandling.cxx | 569 SQLException aException; in connect() local 570 aError >>= aException; in connect() 571 if ( !aException.Message.getLength() ) in connect() 584 xInteractions->handle( new OInteractionRequest( makeAny( aException ) ) ); in connect()
|
/aoo41x/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 156 Any aException; in dispatchWithNotification() local 266 aException = ::cppu::getCaughtException(); in dispatchWithNotification() 270 invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message ); in dispatchWithNotification() 290 pFact->CreateScriptErrorDialog( NULL, aException ); in dispatchWithNotification()
|
/aoo41x/main/comphelper/source/property/ |
H A D | property.cxx | 119 Any aException( ::cppu::getCaughtException() ); in copyProperties() local 121 ::rtl::OUString sExceptionType( aException.getValueTypeName() ); in copyProperties() 126 if ( ( aException >>= aBaseException ) && aBaseException.Message.getLength() ) in copyProperties()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 976 catch ( sdbc::SQLException& aException ) in DBaseExport() local 978 sal_Int32 nError = aException.ErrorCode; in DBaseExport() 981 (int)nError, OUStringToOString( aException.SQLState, in DBaseExport() 983 aException.Message, RTL_TEXTENCODING_UTF8).getStr()); in DBaseExport() 1073 else if ( aException.Message.getLength() ) in DBaseExport() 1074 …nErr = *new StringErrorInfo( (SCERR_EXPORT_SQLEXCEPTION), aException.Message, ERRCODE_BUTTON_OK | … in DBaseExport()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 863 Any aException; in resetTables() local 895 catch(SQLContext& e) { aException <<= e; } in resetTables() 896 catch(SQLWarning& e) { aException <<= e; } in resetTables() 897 catch(SQLException& e) { aException <<= e; } in resetTables() 903 if (aException.hasValue()) in resetTables() 905 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aException); in resetTables()
|