Home
last modified time | relevance | path

Searched refs:aErrorInfo (Results 1 – 12 of 12) sorted by relevance

/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx509 HelpProcessingErrorInfo aErrorInfo; in implProcessHelp() local
513 langFolderDestExpanded, aErrorInfo ); in implProcessHelp()
547 switch( aErrorInfo.m_eErrorClass ) in implProcessHelp()
561 rtl::OUString aErrMsg( aErrorInfo.m_aErrorMsg ); in implProcessHelp()
578 …if( nErrStrId == RID_STR_HELPPROCESSING_XMLPARSING_ERROR && aErrorInfo.m_aXMLParsingFile.getLength… in implProcessHelp()
582 … rtl::OUString aDecodedFile = rtl::Uri::decode( aErrorInfo.m_aXMLParsingFile, in implProcessHelp()
585 if( aErrorInfo.m_nXMLParsingLine != -1 ) in implProcessHelp()
588 … aErrStr += ::rtl::OUString::valueOf( aErrorInfo.m_nXMLParsingLine ); in implProcessHelp()
/trunk/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx406 ::dbtools::SQLExceptionInfo aErrorInfo; in getFormFields()
427 &aErrorInfo in getFormFields()
430 catch (const SQLContext& e) { aErrorInfo = e; } in getFormFields()
431 catch (const SQLWarning& e) { aErrorInfo = e; } in getFormFields()
432 catch (const SQLException& e ) { aErrorInfo = e; } in getFormFields()
438 if ( aErrorInfo.isValid() ) in getFormFields()
449 aContext.NextException = aErrorInfo.get(); in getFormFields()
H A Dformcomponenthandler.cxx2634 SQLExceptionInfo aErrorInfo; in impl_dialogFilterOrSort_nothrow() local
2670 catch (SQLContext& e) { aErrorInfo = e; } in impl_dialogFilterOrSort_nothrow()
2671 catch (SQLWarning& e) { aErrorInfo = e; } in impl_dialogFilterOrSort_nothrow()
2672 catch (SQLException& e) { aErrorInfo = e; } in impl_dialogFilterOrSort_nothrow()
2678 if ( aErrorInfo.isValid() ) in impl_dialogFilterOrSort_nothrow()
2679 impl_displaySQLError_nothrow( aErrorInfo ); in impl_dialogFilterOrSort_nothrow()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx266 SQLExceptionInfo aErrorInfo; in deleteTables() local
288 catch(SQLContext& e) { aErrorInfo = e; } in deleteTables()
289 catch(SQLWarning& e) { aErrorInfo = e; } in deleteTables()
290 catch(SQLException& e) { aErrorInfo = e; } in deleteTables()
295 aErrorInfo = aSql; in deleteTables()
304 if ( aErrorInfo.isValid() ) in deleteTables()
305 showError(aErrorInfo); in deleteTables()
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx118 ::dbtools::SQLExceptionInfo aErrorInfo; in getFieldsByCommandDescriptor()
119 …ols::getFieldsByCommandDescriptor(getConnection(),commandType,command,keepFieldsAlive,&aErrorInfo); in getFieldsByCommandDescriptor()
120 if ( aErrorInfo.isValid() ) in getFieldsByCommandDescriptor()
121 aErrorInfo.doThrow(); in getFieldsByCommandDescriptor()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx349 SQLExceptionInfo aErrorInfo; in implInitControls() local
379 aErrorInfo = ::dbaui::createConnection(xProp,m_xORB,xEvt,m_xCurrentConnection); in implInitControls()
398 aErrorInfo = ::cppu::getCaughtException(); in implInitControls()
401 if (aErrorInfo.isValid()) in implInitControls()
404 OSQLMessageBox aMessageBox( GetParent()->GetParent(), aErrorInfo ); in implInitControls()
H A DDbAdminImpl.cxx388 SQLExceptionInfo aErrorInfo; in createConnection() local
395 catch (SQLContext& e) { aErrorInfo = SQLExceptionInfo(e); } in createConnection()
396 catch (SQLWarning& e) { aErrorInfo = SQLExceptionInfo(e); } in createConnection()
397 catch (SQLException& e) { aErrorInfo = SQLExceptionInfo(e); } in createConnection()
399 showError(aErrorInfo,m_pParent,getORB()); in createConnection()
/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx219 SQLExceptionInfo aErrorInfo; in LeavePage() local
220 if ( !aNameCheck.isNameValid( m_edTableName.GetText(), aErrorInfo ) ) in LeavePage()
222aErrorInfo.append( SQLExceptionInfo::SQL_CONTEXT, String( ModuleRes( STR_SUGGEST_APPEND_TABLE_DATA… in LeavePage()
223 m_pParent->showError(aErrorInfo.get()); in LeavePage()
/trunk/main/uui/source/
H A Dlogindlg.cxx95 aErrorInfo.Hide(); in HideControls_Impl()
197 aErrorInfo.Enable( !bUseSysCredsEnabled ); in EnableUseSysCredsControls_Impl()
260 aErrorInfo ( this, ResId( FT_INFO_LOGIN_ERROR, *pResMgr ) ), in LoginDialog()
H A Dlogindlg.hxx53 FixedInfo aErrorInfo; member in LoginDialog
99 void SetErrorText( const String& rTxt ) { aErrorInfo.SetText( rTxt ); } in SetErrorText()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx1030 ::dbtools::SQLExceptionInfo aErrorInfo; in openDialogFormula_nothrow()
1057 catch (sdb::SQLContext& e) { aErrorInfo = e; } in openDialogFormula_nothrow()
1058 catch (sdbc::SQLWarning& e) { aErrorInfo = e; } in openDialogFormula_nothrow()
1059 catch (sdbc::SQLException& e) { aErrorInfo = e; } in openDialogFormula_nothrow()
1065 if ( aErrorInfo.isValid() ) in openDialogFormula_nothrow()
1066 ::dbtools::showError( aErrorInfo, xInspectorWindow, xServiceFactory ); in openDialogFormula_nothrow()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1555 ::dbtools::SQLExceptionInfo aErrorInfo; in impl_dialogFilter_nothrow()
1606 catch (sdb::SQLContext& e) { aErrorInfo = e; } in impl_dialogFilter_nothrow()
1607 catch (sdbc::SQLWarning& e) { aErrorInfo = e; } in impl_dialogFilter_nothrow()
1608 catch (sdbc::SQLException& e) { aErrorInfo = e; } in impl_dialogFilter_nothrow()
1614 if ( aErrorInfo.isValid() ) in impl_dialogFilter_nothrow()
1615 ::dbtools::showError( aErrorInfo, xInspectorWindow, xServiceFactory ); in impl_dialogFilter_nothrow()

Completed in 79 milliseconds