Searched refs:aErrorInfo (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 509 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formlinkdialog.cxx | 406 ::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 D | formcomponenthandler.cxx | 2634 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()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 266 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()
|
/aoo42x/main/dbaccess/source/sdbtools/connection/ |
H A D | connectiontools.cxx | 118 ::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()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | tablespage.cxx | 349 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 D | DbAdminImpl.cxx | 388 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()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WCPage.cxx | 219 SQLExceptionInfo aErrorInfo; in LeavePage() local 220 if ( !aNameCheck.isNameValid( m_edTableName.GetText(), aErrorInfo ) ) in LeavePage() 222 …aErrorInfo.append( SQLExceptionInfo::SQL_CONTEXT, String( ModuleRes( STR_SUGGEST_APPEND_TABLE_DATA… in LeavePage() 223 m_pParent->showError(aErrorInfo.get()); in LeavePage()
|
/aoo42x/main/uui/source/ |
H A D | logindlg.cxx | 95 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 D | logindlg.hxx | 53 FixedInfo aErrorInfo; member in LoginDialog 99 void SetErrorText( const String& rTxt ) { aErrorInfo.SetText( rTxt ); } in SetErrorText()
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 1030 ::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()
|
/aoo42x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1555 ::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 458 milliseconds