Home
last modified time | relevance | path

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

1234

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java155 catch (Exception aException) in paintComponent()
158 + aException); in paintComponent()
159 aException.printStackTrace (System.err); in paintComponent()
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()
/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/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/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DCaretSpinnerModel.java99 catch (IndexOutOfBoundsException aException) in setValue()
H A DTextEditDialog.java111 catch( IndexOutOfBoundsException aException) in UpdateText()
/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/comphelper/source/property/
H A Dproperty.cxx119 Any aException( ::cppu::getCaughtException() ); in copyProperties() local
121 ::rtl::OUString sExceptionType( aException.getValueTypeName() ); in copyProperties()
126 if ( ( aException >>= aBaseException ) && aBaseException.Message.getLength() ) in copyProperties()
/trunk/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx317 embed::UseBackupException aException( aErrTxt, uno::Reference< uno::XInterface >(), aTempURL ); in Commit_Impl() local
320 uno::makeAny ( aException ) ); in Commit_Impl()
/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()
H A Dsqlerror.cxx215 Any aException( NULL, _rExceptionType ); in raiseTypedException() local
218 SQLException* pException = static_cast< SQLException* >( aException.pData ); in raiseTypedException()
222 ::cppu::throwException( aException ); in raiseTypedException()
/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/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/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/cui/source/factory/
H A Ddlgfact.cxx1213 Window* pParent, ::com::sun::star::uno::Any aException ) in CreateScriptErrorDialog() argument
1215 return new SvxScriptErrorDialog( pParent, aException ); in CreateScriptErrorDialog()
H A Ddlgfact.hxx774 Window* pParent, ::com::sun::star::uno::Any aException);
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx226 Window* parent, ::com::sun::star::uno::Any aException );
/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/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2493 Any aException( ::cppu::getCaughtException() ); in implLoadAnything() local
2494 showError( SQLExceptionInfo( aException ) ); in implLoadAnything()
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx234 … InteractiveAugmentedIOException aException(sTemp,Reference<XInterface>(),eClass,eError,aValues); in IMPL_LINK() local
245 OInteractionRequest* pRequest = new OInteractionRequest(makeAny(aException)); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1120 Exception aException; in impl_processCopyError_nothrow() local
1121 OSL_VERIFY( _rEvent.Error >>= aException ); in impl_processCopyError_nothrow()
1123 aContext.Context = aException.Context; in impl_processCopyError_nothrow()
1124 aContext.Message = aException.Message; in impl_processCopyError_nothrow()
/trunk/main/desktop/source/app/
H A Dconfiginit.cxx118 static void handleGeneralException(uno::Exception& aException, in handleGeneralException() argument
121 aException.Message = aMessage ; in handleGeneralException()
/trunk/main/dtrans/source/test/
H A Dtest_dtrans.cxx486 catch ( Exception aException ) in main() local
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx82 datatransfer::UnsupportedFlavorException aException; in getTransferData() local
83 throw( aException ); in getTransferData()
/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()

Completed in 220 milliseconds

1234