Home
last modified time | relevance | path

Searched refs:aError (Results 26 – 50 of 97) sorted by relevance

1234

/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx330 ByteString aError( "SAX parse exception catched while importing:\n" ); in ReadThroughComponent() local
331 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
332 aError += ByteString::CreateFromInt32( r.LineNumber ); in ReadThroughComponent()
333 aError += ','; in ReadThroughComponent()
334 aError += ByteString::CreateFromInt32( r.ColumnNumber ); in ReadThroughComponent()
336 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
518 Any aError = ::cppu::getCaughtException(); in implImport() local
519 if ( aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) ) in implImport()
521 throw lang::WrappedTargetRuntimeException( ::rtl::OUString(), *this, aError ); in implImport()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1110 SQLContext aError; in impl_processCopyError_nothrow() local
1111 aError.Context = *this; in impl_processCopyError_nothrow()
1112 aError.Message = String( ModuleRes( STR_ERROR_OCCURED_WHILE_COPYING ) ); in impl_processCopyError_nothrow()
1116 aError.NextException = _rEvent.Error; in impl_processCopyError_nothrow()
1126 aError.NextException <<= aContext; in impl_processCopyError_nothrow()
1379 Any aError; in impl_doCopy_nothrow() local
1468 aError = ::cppu::getCaughtException(); in impl_doCopy_nothrow()
1472 …if ( ( aError >>= aSQLError ) && ( aSQLError.ErrorCode == ::dbtools::ParameterInteractionCancelled… in impl_doCopy_nothrow()
1474 aError.clear(); in impl_doCopy_nothrow()
1479 if ( aError.hasValue() && m_xInteractionHandler.is() ) in impl_doCopy_nothrow()
[all …]
/trunk/main/rsc/source/prj/
H A Dgui.cxx80 ERRTYPE aError; local
95 aError = ERR_ERROR;
100 aError = pCompiler->Start();
111 if( aError.IsOk() )
/trunk/main/forms/source/component/
H A Derrorbroadcaster.cxx73 Any aError; in onError() local
75aError = makeAny( prependErrorInfo( _rException, static_cast< XSQLErrorBroadcaster* >( this ), _rC… in onError()
77 aError = makeAny( _rException ); in onError()
79 onError( SQLErrorEvent( static_cast< XSQLErrorBroadcaster* >( this ), aError ) ); in onError()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx151 SQLException aError; in impl_throwGenericSQLException() local
152 aError.Message = _rMessage; in impl_throwGenericSQLException()
153 aError.SQLState = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "S1000" ) ); in impl_throwGenericSQLException()
154 aError.ErrorCode = 0; in impl_throwGenericSQLException()
155 throw aError; in impl_throwGenericSQLException()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx317 ErrorBox aError(getView(), WB_OK, sMessage); in deleteTables() local
318 aError.Execute(); in deleteTables()
481 SQLExceptionInfo aError; in ensureConnection() local
488 aError = ::cppu::getCaughtException(); in ensureConnection()
494 if ( aError.isValid() ) in ensureConnection()
498 *_pErrorInfo = aError; in ensureConnection()
502 showError( aError ); in ensureConnection()
H A DAppControllerGen.cxx394 SQLExceptionInfo aError; in connect() local
395 SharedConnection xConnection = ensureConnection( &aError ); in connect()
398 if ( aError.isValid() ) in connect()
399 aError.doThrow(); in connect()
462 SQLError aError( getORB() ); in impl_validateObjectTypeAndName_throw() local
463 aError.raiseException( ErrorCondition::DB_NOT_CONNECTED, *this ); in impl_validateObjectTypeAndName_throw()
/trunk/main/rsc/source/res/
H A Drscarray.cxx254 ERRTYPE aError; in GetValueEle() local
294 return aError; in GetValueEle()
570 ERRTYPE aError; in WriteRc() local
595 aError = pNode->aInst.pClass->WriteRc( pNode->aInst, rMem, pTC, in WriteRc()
598 aError = RscTop::WriteRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRc()
600 return aError; in WriteRc()
H A Drscrange.cxx629 ERRTYPE aError; in SetRef() local
631 aError = SetNumber( rInst, rRscId ); in SetRef()
632 if( aError.IsOk() ){ in SetRef()
638 aError = ERR_RSCRANGE_OUTDEFSET; in SetRef()
640 return( aError ); in SetRef()
/trunk/main/idl/inc/
H A Ddatabase.hxx87 SvIdlError aError; member in SvIdlDataBase
120 const SvIdlError & GetError() const { return aError; } in GetError()
122 { aError = r; } in SetError()
139 aError.Clear(); in Pop()
/trunk/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx247 SQLException aError; in connect() local
248 aError.Message = m_sContextInformation; in connect()
249 aError.NextException = aInfo.get(); in connect()
251 aInfo = aError; in connect()
H A Ddefaultobjectnamecheck.cxx117 SQLException aError; in lcl_fillNameExistsError() local
118 aError.Message = sErrorMessage; in lcl_fillNameExistsError()
119 _out_rErrorToDisplay = aError; in lcl_fillNameExistsError()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx57 GError* aError = NULL; in getGconfClient() local
58 if (!gconf_init(0, NULL, &aError)) in getGconfClient()
62 msg.appendAscii(aError->message); in getGconfClient()
64 g_error_free(aError); in getGconfClient()
65 aError = NULL; in getGconfClient()
/trunk/main/svx/source/form/
H A Dformcontrolling.cxx417 Any aError; in impl_operateForm_nothrow() local
448 aError = ::cppu::getCaughtException(); in impl_operateForm_nothrow()
454 aError <<= aFallbackError; in impl_operateForm_nothrow()
463 else if ( aError.hasValue() ) in impl_operateForm_nothrow()
464 displayException( aError ); in impl_operateForm_nothrow()
H A Dfmtools.cxx118 SQLException aError; in lcl_shouldDisplayError() local
119 if ( !( _rError >>= aError ) ) in lcl_shouldDisplayError()
122 if ( aError.Message.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "[OOoBase]" ) ) != 0 ) in lcl_shouldDisplayError()
128 if ( aError.ErrorCode + ErrorCondition::ROW_SET_OPERATION_VETOED == 0 ) in lcl_shouldDisplayError()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx447 Any aError; in impl_backupDocument_nothrow() local
466 aError = ::cppu::getCaughtException(); in impl_backupDocument_nothrow()
468 if ( !aError.hasValue() ) in impl_backupDocument_nothrow()
477 aHandler.reportError( aError ); in impl_backupDocument_nothrow()
482 aError in impl_backupDocument_nothrow()
/trunk/main/sc/source/ui/Accessibility/
H A DDrawModelBroadcaster.cxx82 ByteString aError( "Runtime exception caught while notifying shape.:\n" ); in Notify() local
83 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in Notify()
84 DBG_ERROR( aError.GetBuffer() ); in Notify()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx689 ErrorBox aError(this, WB_OK, sError); in IMPL_LINK() local
690 aError.Execute(); in IMPL_LINK()
752 ErrorBox aError(this, ModuleRes(ERR_NEED_INDEX_FIELDS)); in implCheckPlausibility() local
753 aError.Execute(); in implCheckPlausibility()
771 ErrorBox aError(this, WB_OK, sMessage); in implCheckPlausibility() local
772 aError.Execute(); in implCheckPlausibility()
H A Dsqlmessage.cxx782 SQLContext aError; in OSQLMessageBox() local
783 aError.Message = _rTitle; in OSQLMessageBox()
784 aError.Details = _rMessage; in OSQLMessageBox()
786 aError.NextException = _pAdditionalErrorInfo->get(); in OSQLMessageBox()
788 m_pImpl.reset( new SQLMessageBox_Impl( SQLExceptionInfo( aError ) ) ); in OSQLMessageBox()
/trunk/main/rsc/source/parser/
H A Drscpar.cxx227 void RscFileInst::SetError( ERRTYPE aError ) in SetError() argument
229 if( aError.IsOk() ) in SetError()
231 aFirstError = aError; in SetError()
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx177 …ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 )… in RenameModule() local
178 aError.Execute(); in RenameModule()
185 … ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ); in RenameModule() local
186 aError.Execute(); in RenameModule()
H A Dbasobj3.cxx185 …ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 )… in RenameDialog() local
186 aError.Execute(); in RenameDialog()
193 … ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ); in RenameDialog() local
194 aError.Execute(); in RenameDialog()
/trunk/main/basic/source/comp/
H A Dscanner.cxx112 bRes = pBasic->CError( code, aError, nLine, nc, nCol2 ); in GenError()
338 { aError = '.'; in NextSym()
412 aError = ch; in NextSym()
449 } else aError = cSep, GenError( SbERR_EXPECTED ); in NextSym()
/trunk/main/sfx2/source/appl/
H A Dappmisc.cxx106 String aError; member in SfxSpecialConfigError_Impl
116 aError( rStr ) in SfxSpecialConfigError_Impl()
127 ErrorBox( 0, WinBits( WB_OK ) , aError ).Execute(); in IMPL_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx360 SQLException aError; in loadObjectFromURL() local
361 aError.Message = sErrorMessage; in loadObjectFromURL()
363 throw WrappedTargetException( _sURL, *this, makeAny( aError ) ); in loadObjectFromURL()
689 Any aError = ::cppu::getCaughtException(); in getByName() local
690 throw WrappedTargetException(_rName, *this, aError ); in getByName()

Completed in 126 milliseconds

1234