/aoo42x/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 …]
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/ |
H A D | XMLViewFactory.java | 122 catch (final ParseException aException) in AddSemanticInformation() 125 aException.Location.getLineNumber(), in AddSemanticInformation() 126 aException.Location.getColumnNumber(), in AddSemanticInformation() 127 aException.Location.getCharacterOffset()); in AddSemanticInformation() 129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation() 136 aException.Location.getLineNumber(), in AddSemanticInformation() 137 aException.Location.getColumnNumber(), in AddSemanticInformation() 138 aException.Location.getCharacterOffset())); in AddSemanticInformation()
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Parser.java | 110 catch (final XMLStreamException aException) in Parse() 112 aException.printStackTrace(); in Parse() 114 catch (final Exception aException) in Parse() 117 aException, in Parse() 192 catch (final XMLStreamException aException) in Skip() 194 aException.printStackTrace(); in Skip() 228 catch (final Exception aException) in GetStreamReader() 230 aException.printStackTrace(); in GetStreamReader()
|
H A D | OOXMLParser.java | 111 catch (final Exception aException) in OOXMLParser() 113 aException.printStackTrace(); in OOXMLParser() 216 catch (final Exception aException) in GetInputStream() 218 aException.printStackTrace(); in GetInputStream()
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 1157 uno::Any aException; in mapVFSException() local 1179 aException <<= in mapVFSException() 1188 aException <<= in mapVFSException() 1200 aException <<= io::IOException(); in mapVFSException() 1204 aException <<= in mapVFSException() 1211 aException <<= in mapVFSException() 1220 aException <<= in mapVFSException() 1231 aException <<= in mapVFSException() 1240 aException <<= ucb::NameClashException in mapVFSException() 1248 aException <<= ucb::UnsupportedOpenModeException(); in mapVFSException() [all …]
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/main/package/source/package/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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/ |
H A D | SchemaReader.java | 201 catch (final Exception aException) in ParseDriverFile() 203 aException.printStackTrace(); in ParseDriverFile() 216 catch (final Exception aException) in Run() 218 aException.printStackTrace(); in Run()
|
/aoo42x/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()
|
/aoo42x/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 158 Any aException; in dispatchWithNotification() local 269 aException = ::cppu::getCaughtException(); in dispatchWithNotification() 273 invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message ); in dispatchWithNotification() 293 pFact->CreateScriptErrorDialog( NULL, aException ); in dispatchWithNotification()
|