Home
last modified time | relevance | path

Searched refs:aError (Results 51 – 75 of 97) sorted by relevance

1234

/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx188 ByteString aError( "SAX parse exception catched while importing:\n" ); in ReadThroughComponent() local
189 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ReadThroughComponent()
190 aError += ByteString::CreateFromInt32( r.LineNumber ); in ReadThroughComponent()
191 aError += ','; in ReadThroughComponent()
192 aError += ByteString::CreateFromInt32( r.ColumnNumber ); in ReadThroughComponent()
194 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
/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/scripting/source/provider/
H A DMasterScriptProvider.cxx177 Any aError( ::cppu::getCaughtException() ); in initialize() local
181 buf.append ( aError.getValueTypeName() ); in initialize()
184 Exception aException; aError >>= aException; in initialize()
186 throw lang::WrappedTargetException( buf.makeStringAndClear(), *this, aError ); in initialize()
/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/basic/source/comp/
H A Dtoken.cxx408 aError = String::CreateFromAscii( pMsg ); in Error()
414 aError = aMsg; in Error()
420 aError = Symbol( tok ); in Error()
/trunk/main/svl/source/misc/
H A DPasswordHelper.cxx37 …rtlDigestError aError = rtl_digest_SHA1 (pPass, nLen, reinterpret_cast<sal_uInt8*>(rPassHash.getAr… in GetHashPassword() local
38 if (aError != rtl_Digest_E_None) in GetHashPassword()
/trunk/main/uui/source/
H A Dnameclashdlg.cxx42 ErrorBox aError( NULL, WB_OK, maSameName ); in IMPL_LINK() local
43 aError.Execute(); in IMPL_LINK()
/trunk/main/forms/source/component/
H A DFilter.cxx543 SQLContext aError; in commit() local
544 aError.Message = String( FRM_RES_STRING( RID_STR_SYNTAXERROR ) ); in commit()
545 aError.Details = sErrorMessage; in commit()
546 displayException( aError ); in commit()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DGridFieldValidator.java91 SQLContext aError = new SQLContext( in showInvalidValueMessage() local
107 InteractionRequest aRequest = new InteractionRequest( aError ); in showInvalidValueMessage()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx81 SQLException aError; in SQLExceptionInfo() local
82 aError.Message = _rSimpleErrorMessage; in SQLExceptionInfo()
83 m_aContent <<= aError; in SQLExceptionInfo()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx1000 SQLContext aError; in CheckEntry() local
1001 aError.Message = String(SVX_RES(RID_ERR_CONTEXT_ADDFORM)); in CheckEntry()
1002 aError.Details = String(SVX_RES(RID_ERR_DUPLICATE_NAME)); in CheckEntry()
1003 displayException(aError); in CheckEntry()
H A Dfmvwimp.cxx1156 SQLErrorEvent aError; in implCreateFieldControl() local
1181 aError.Reason = ::cppu::getCaughtException(); in implCreateFieldControl()
1184 if (aError.Reason.hasValue()) in implCreateFieldControl()
1186 displayAsyncErrorMessage( aError ); in implCreateFieldControl()
H A Dfiltnav.cxx1287 SQLContext aError; in EditedEntry() local
1288 aError.Message = String(SVX_RES(RID_STR_SYNTAXERROR)); in EditedEntry()
1289 aError.Details = aErrorMsg; in EditedEntry()
1290 displayException(aError, this); in EditedEntry()
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx191 ByteString aError( String( sMessage.makeStringAndClear() ), in AddRecord() local
193 DBG_ERROR( aError.GetBuffer() ); in AddRecord()
/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx213 ErrorBox aError(this, ModuleRes(RID_ERR_NEEDTYPESELECTION)); in commitPage() local
214 aError.Execute(); in commitPage()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx159 ErrorBox aError(this, WB_OK, sMessage); in _disposing() local
160 aError.Execute(); in _disposing()
H A Ddbwizsetup.cxx850 Any aError = ::cppu::getCaughtException(); in SaveDatabaseDocument() local
853 if ( !lcl_handle( xHandler, aError ) ) in SaveDatabaseDocument()
857 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) ) in SaveDatabaseDocument()
H A Dgeneralpage.cxx614 InfoBox aError(this, sMessage);
615 aError.Execute();
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx284 ::dbtools::SQLExceptionInfo aError; in load()
285 … xDataSource.set( getDataSourceByName( sDataSourceName, NULL, m_xServiceFactory, &aError ) ); in load()
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()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx1052 rtl::OUString aError; in CallSolver() local
1055 aError = xDesc->getStatusDescription(); // error description from component in CallSolver()
1056 ScSolverNoSolutionDialog aDialog( this, aError ); in CallSolver()
/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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx974 ByteString aError( aValue, gsl_getSystemTextEncoding() ); in MergeDocument() local
975 aError += " weggelassen"; in MergeDocument()
976 DBG_ERROR( aError.GetBuffer() ); in MergeDocument()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx634 const Any aError( ::cppu::getCaughtException() ); in load() local
636 impl_handleCaughtError_nothrow( aError, aDescriptor ); in load()
/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()

Completed in 186 milliseconds

1234