Home
last modified time | relevance | path

Searched refs:aError (Results 1 – 25 of 97) sorted by path

1234

/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()
H A Dtoken.cxx408 aError = String::CreateFromAscii( pMsg ); in Error()
414 aError = aMsg; in Error()
420 aError = Symbol( tok ); in Error()
/trunk/main/basic/source/inc/
H A Dscanner.hxx48 String aError; // Fehler-String member in SbiScanner
/trunk/main/basic/source/uno/
H A Dnamecont.cxx913 Any aError( ::cppu::getCaughtException() ); in init_Impl() local
918 …aMessage.append( ::rtl::OUStringToOString( ::comphelper::anyToString( aError ), osl_getThreadTextE… in init_Impl()
1931 Any aError( ::cppu::getCaughtException() ); in storeLibraries_Impl() local
1936 …aMessage.append( ::rtl::OUStringToOString( ::comphelper::anyToString( aError ), osl_getThreadTextE… in storeLibraries_Impl()
2354 Any aError( ::cppu::getCaughtException() ); in loadLibrary() local
2359 …aMessage.append( ::rtl::OUStringToOString( ::comphelper::anyToString( aError ), osl_getThreadTextE… in loadLibrary()
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx218 …rtlDigestError aError = rtl_digest_update(aDigest,_rURL.getStr(),_rURL.getLength()*sizeof(sal_Unic… in createUniqueId() local
220aError = rtl_digest_update(aDigest,_rUserName.getStr(),_rUserName.getLength()*sizeof(sal_Unicode)); in createUniqueId()
222aError = rtl_digest_update(aDigest,_rPassword.getStr(),_rPassword.getLength()*sizeof(sal_Unicode)); in createUniqueId()
249aError = rtl_digest_update(aDigest,pSBegin->getStr(),pSBegin->getLength()*sizeof(sal_Unicode)); in createUniqueId()
256 aError = rtl_digest_update(aDigest,sValue.getStr(),sValue.getLength()*sizeof(sal_Unicode)); in createUniqueId()
260 aError = rtl_digest_get(aDigest,_pBuffer,RTL_DIGEST_LENGTH_SHA1); in createUniqueId()
H A Ddbexception.cxx81 SQLException aError; in SQLExceptionInfo() local
82 aError.Message = _rSimpleErrorMessage; in SQLExceptionInfo()
83 m_aContent <<= aError; in SQLExceptionInfo()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx440 SQLException aError; in throwUrlNotValid() local
441 aError.Message = getResources().getResourceStringWithSubstitution( in throwUrlNotValid()
446 aError.SQLState = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000")); in throwUrlNotValid()
447 aError.ErrorCode = 0; in throwUrlNotValid()
448 aError.Context = static_cast< XConnection* >(this); in throwUrlNotValid()
450 aError.NextException <<= SQLException(_rsMessage, aError.Context, ::rtl::OUString(), 0, Any()); in throwUrlNotValid()
452 throw aError; in throwUrlNotValid()
/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/connectivity/source/parse/
H A Dsqlbison.y4806 ::rtl::OUString aError = s_pScanner->getErrorMessage();
4807 if(aError.getLength())
4810 m_sErrorMessage += aError;
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx998 String aError( m_createErrStr ); in createEntry() local
999 aError.Append( m_createDupStr ); in createEntry()
1000 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in createEntry()
1083 String aError( m_createErrStr ); in createEntry() local
1084 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in createEntry()
1174 String aError( m_renameErrStr ); in renameEntry() local
1175 ErrorBox aErrorBox( static_cast<Window*>(this), WB_OK | RET_OK, aError ); in renameEntry()
/trunk/main/cui/source/options/
H A Ddoclinkdialog.cxx131 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK() local
132 aError.Execute(); in IMPL_LINK()
140 ErrorBox aError(this, WB_OK , sMsg); in IMPL_LINK() local
141 aError.Execute(); in IMPL_LINK()
152 InfoBox aError(this, sMsg); in IMPL_LINK() local
153 aError.Execute(); in IMPL_LINK()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1692 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in impl_prepareAndExecute_throw() local
1693 …OSL_ENSURE( aError.isValid(), "ORowSet::impl_prepareAndExecute_throw: caught an SQLException which… in impl_prepareAndExecute_throw()
1700 aError.append( SQLExceptionInfo::SQL_CONTEXT, sInfo ); in impl_prepareAndExecute_throw()
1705 aError.doThrow(); in impl_prepareAndExecute_throw()
2218 Any aError = ::cppu::getCaughtException(); in calcConnection() local
2220 … "$name$", m_aDataSourceName, "$error$", extractExceptionMessage( m_aContext, aError ) ); in calcConnection()
H A DSingleSelectQueryComposer.cxx1488 SQLException aError; in getQueryWithSubstitution() local
1489 …tementNode->parseNodeToExecutableStatement( sSqlStatement, m_xConnection, m_aSqlParser, &aError ) ) in getQueryWithSubstitution()
1490 throw SQLException( aError ); in getQueryWithSubstitution()
/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()
H A Ddatabasedocument.cxx642 Any aError = ::cppu::getCaughtException(); in storeToRecoveryFile() local
643 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToRecoveryFile()
652 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in storeToRecoveryFile()
691 Any aError = ::cppu::getCaughtException(); in recoverFromFile() local
701 throw WrappedTargetException( ::rtl::OUString(), *this, aError ); in recoverFromFile()
962 Any aError = ::cppu::getCaughtException(); in store() local
970 impl_throwIOExceptionCausedBySave_throw( aError, ::rtl::OUString() ); in store()
1059 Any aError = ::cppu::getCaughtException(); in impl_storeAs_throw() local
1073 impl_throwIOExceptionCausedBySave_throw( aError, _rURL ); in impl_storeAs_throw()
1223 Any aError = ::cppu::getCaughtException(); in storeToURL() local
[all …]
/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()
H A Dmigrationengine.cxx326 Any aError( ::cppu::getCaughtException() ); in lcl_loadSubDocument_nothrow() local
330 && ( aError.isExtractableTo( ::cppu::UnoType< WrongFormatException >::get() ) ) in lcl_loadSubDocument_nothrow()
346 aError in lcl_loadSubDocument_nothrow()
/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/sdbtools/connection/
H A Dobjectnames.cxx126 …SQLException aError( aErrors.getSQLException( ErrorCondition::DB_OBJECT_NAME_IS_USED, m_xConnectio… in validateName_throw() local
132aError.NextException <<= SQLException( sNeedDistinctNames, m_xConnection, ::rtl::OUString(), 0, An… in validateName_throw()
135 throw aError; in validateName_throw()
/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/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx121 SQLException aError = ::dbtools::prependErrorInfo(e, *this, context); \
123 aEvent.Reason <<= aError; \
708 ::connectivity::SQLError aError( getORB() ); in impl_checkForCannotSelectUnfiltered()
709 …::connectivity::ErrorCode nErrorCode( aError.getErrorCode( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in impl_checkForCannotSelectUnfiltered()
1849 FormErrorHelper aError(this); in applyParserFilter() local
1963 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in ExecuteFilterSortCrit() local
1964 showError( aError ); in ExecuteFilterSortCrit()
H A Ddbloader.cxx284 ::dbtools::SQLExceptionInfo aError; in load()
285 … xDataSource.set( getDataSourceByName( sDataSourceName, NULL, m_xServiceFactory, &aError ) ); in load()

Completed in 220 milliseconds

1234