Home
last modified time | relevance | path

Searched refs:showError (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/dbaccess/source/ui/dlg/
H A DAdabasStat.cxx152 showError(); in OAdabasStatistics()
157 showError(); in OAdabasStatistics()
161 … ::dbaui::showError( SQLExceptionInfo( ::cppu::getCaughtException() ), pParent, _xFactory ); in OAdabasStatistics()
198 showError(); in OAdabasStatistics()
201 showError(); in OAdabasStatistics()
205 ::dbaui::showError(SQLExceptionInfo(e),pParent,_xFactory); in OAdabasStatistics()
240 showError(); in OAdabasStatistics()
252 showError(); in OAdabasStatistics()
255 showError(); in OAdabasStatistics()
259 ::dbaui::showError(SQLExceptionInfo(e),pParent,_xFactory); in OAdabasStatistics()
[all …]
H A Dindexdialog.cxx247 ::dbaui::showError(SQLExceptionInfo(e),_pParent,_rxORB); in DBG_NAME()
399 showError(aExceptionInfo, this, m_xORB); in implCommit()
501 showError(aExceptionInfo, this, m_xORB); in implDropIndex()
585 showError(aExceptionInfo, this, m_xORB); in OnResetIndex()
H A DUserAdmin.cxx322 ::dbaui::showError(::dbtools::SQLExceptionInfo(e),this,m_xORB); in IMPL_LINK()
385 ::dbaui::showError(::dbtools::SQLExceptionInfo(e),this,m_xORB); in implInitControls()
H A DAdabasStat.hxx81 void showError();
H A DUserAdminDlg.cxx119 …::dbaui::showError( ::dbtools::SQLExceptionInfo( ::cppu::getCaughtException() ), GetParent(), getO… in Execute()
H A DRelationDlg.cxx251 ::dbaui::showError( SQLExceptionInfo( ::cppu::getCaughtException() ),
H A DCollectionView.cxx290 showError( ::dbtools::SQLExceptionInfo( ::cppu::getCaughtException() ), this, m_xORB ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx212 m_pController->showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in insertTable()
293 …m_pController->showError(SQLException(String(ModuleRes(STR_NO_TABLE_FORMAT_INSIDE)),*m_pController… in pasteTable()
297 m_pController->showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in pasteTable()
305 …m_pController->showError(SQLException(String(ModuleRes(STR_NO_TABLE_FORMAT_INSIDE)),*m_pController… in pasteTable()
405 …m_pController->showError(SQLException(String(ModuleRes(STR_NO_TABLE_FORMAT_INSIDE)),*m_pController… in asyncCopyTagTable()
H A DWCPage.cxx223 m_pParent->showError(aErrorInfo.get()); in LeavePage()
243 m_pParent->showError(sError); in LeavePage()
254 m_pParent->showError(aInfoString); in LeavePage()
286 m_pParent->showError(sError); in LeavePage()
366 m_pParent->showError(sError); in checkAppendData()
H A DWCopyTable.cxx1664 showError(sMessage); in showColumnTypeNotSupported()
1667 void OCopyTableWizard::showError(const ::rtl::OUString& _sErrorMesage) in showError() function in OCopyTableWizard
1670 showError(aInfo.get()); in showError()
1673 void OCopyTableWizard::showError(const Any& _aError) in showError() function in OCopyTableWizard
H A Ddatasourceconnector.cxx264 showError( aInfo, m_pErrorMessageParent, m_xORB ); in connect()
H A DUITools.cxx455 showError( aSQLError, _pErrorMessageParent, _rxORB ); in getDataSourceByName()
479 void showError(const SQLExceptionInfo& _rInfo,Window* _pParent,const Reference< XMultiServiceFactor… in showError() function
482 ::dbtools::showError(_rInfo,VCLUnoHelper::GetInterface(_pParent),_xFactory); in showError()
H A Dlinkeddocuments.cxx463 showError(aInfo, VCLUnoHelper::GetInterface(m_pDialogParent), m_xORB ); in open()
H A DWTypeSelect.cxx176 pWiz->showError(strMessage); in CellModified()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx305 showError(aErrorInfo); in deleteTables()
410 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in deleteObjects()
416 showError( SQLExceptionInfo( e.TargetException ) ); in deleteObjects()
502 showError( aError ); in ensureConnection()
671 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in copyObject()
857 catch(const SQLException&) { showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); } in paste()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx673 showError( aError ); in Execute()
812 showError( aErrorContext ); in impl_showAutoSQLViewError()
834 showError( aError ); in impl_setViewMode()
1573 showError( aInfo ); in doSaveAsDoc()
1614 showError(aInfo); in translateStatement()
1624showError(SQLException(sError,NULL,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000") ),1000,Any… in translateStatement()
H A DTableWindowListBox.cxx95 …m_pTabWin->getDesignView()->getController().showError(m_pTabWin->getDesignView()->getController().… in dragFinished()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2291 showError(aWarnings); in IMPL_LINK()
2314 showError(aInfo); in IMPL_LINK()
2494 showError( SQLExceptionInfo( aException ) ); in implLoadAnything()
2500 showError( SQLExceptionInfo( e.TargetException ) ); in implLoadAnything()
2769 showError(SQLExceptionInfo(e)); in implSelect()
2778 showError(SQLExceptionInfo(aSql)); in implSelect()
3111 showError(SQLExceptionInfo(e)); in unloadAndCleanup()
3117 showError(SQLExceptionInfo(aSql)); in unloadAndCleanup()
H A DdsbrowserDnD.cxx97 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in implCopyObject()
H A Dgenericcontroller.cxx1147 void OGenericUnoController::showError(const SQLExceptionInfo& _rInfo) in showError() function in dbaui::OGenericUnoController
1149 ::dbaui::showError(_rInfo,getView(),getORB()); in showError()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx291 ::dbaui::showError(::dbtools::SQLExceptionInfo(e),GetParent(),m_xORB); in SaveModified()
355 ::dbaui::showError(::dbtools::SQLExceptionInfo(e),GetParent(),m_xORB); in fillPrivilege()
/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx411 void showError(const ::rtl::OUString& _sErrorMesage);
412 void showError(const ::com::sun::star::uno::Any& _aError);
H A DUITools.hxx136 void showError( const ::dbtools::SQLExceptionInfo& _rInfo,
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx463 showError(aInfo); in doSaveDoc()
777 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in appendColumns()
1416 showError(aInfo); in dropPrimaryKey()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx313 getDesignView()->getController().showError(SQLExceptionInfo(e)); in RemoveConnection()

Completed in 130 milliseconds

12