Home
last modified time | relevance | path

Searched refs:aException (Results 1 – 25 of 78) sorted by relevance

1234

/trunk/main/package/source/xstor/
H A Dxstorage.cxx317 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 Dowriteablestream.cxx120 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 …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java122 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()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParser.java110 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 DOOXMLParser.java111 catch (final Exception aException) in OOXMLParser()
113 aException.printStackTrace(); in OOXMLParser()
216 catch (final Exception aException) in GetInputStream()
218 aException.printStackTrace(); in GetInputStream()
/trunk/main/connectivity/source/drivers/jdbc/
H A DObject.cxx212 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()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx357 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 …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheConfiguration.cxx134 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 DSlsQueueProcessor.cxx220 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()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx270 SQLException aException; in ThrowException() local
271 aException.ErrorCode = 1000; in ThrowException()
281aException = 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()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventListenerProxy.java108 catch (Throwable aException) in run()
111 "Exception during event delivery: " + aException); in run()
112 aException.printStackTrace(); in run()
126 catch (Exception aException) in run()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java74 catch (DisposedException aException) in isLeaf()
86 catch (Exception aException) in isLeaf()
89 + aException); in isLeaf()
90 aException.printStackTrace (System.err); in isLeaf()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx216 SQLException aException; in prepend() local
217 aException.Message = _rErrorMessage; in prepend()
218 aException.ErrorCode = _nErrorCode; in prepend()
219aException.SQLState = ::rtl::OUString::createFromAscii( _pAsciiSQLState ? _pAsciiSQLState : "S1000… in prepend()
220 aException.NextException = m_aContent; in prepend()
221 m_aContent <<= aException; in prepend()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx75 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 …]
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1157 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 …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java389 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()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx3256 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 …]
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1072 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 …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java297 catch (NoninvertibleTransformException aException) in Contains()
362 } catch (Exception aException) { in notifyEvent()
364 + aException); in notifyEvent()
365 aException.printStackTrace (System.err); in notifyEvent()
H A DCanvas.java155 catch (Exception aException) in paintComponent()
158 + aException); in paintComponent()
159 aException.printStackTrace (System.err); in paintComponent()
/trunk/main/sal/inc/rtl/
H A Duri.hxx139 rtl::OUString aException; in convertRelToAbs() local
143 &aException.pData)) in convertRelToAbs()
144 throw MalformedUriException(aException); in convertRelToAbs()
/trunk/main/automation/source/server/
H A DXMLParser.cxx304 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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java201 catch (final Exception aException) in ParseDriverFile()
203 aException.printStackTrace(); in ParseDriverFile()
216 catch (final Exception aException) in Run()
218 aException.printStackTrace(); in Run()
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx569 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()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx158 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()

Completed in 170 milliseconds

1234