/trunk/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 52 SQLExceptionInfo::SQLExceptionInfo() in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 58 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 65 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 72 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 79 SQLExceptionInfo::SQLExceptionInfo( const ::rtl::OUString& _rSimpleErrorMessage ) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 88 SQLExceptionInfo::SQLExceptionInfo(const SQLExceptionInfo& _rCopySource) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 103 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLWarning& _rErr… in operator =() 111 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdb::SQLContext& _rErro… in operator =() 135 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdb::SQLErrorEvent& _rError) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo 142 SQLExceptionInfo::SQLExceptionInfo(const staruno::Any& _rError) in SQLExceptionInfo() function in dbtools::SQLExceptionInfo [all …]
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 66 class OOO_DLLPUBLIC_DBTOOLS SQLExceptionInfo class 76 SQLExceptionInfo(); 77 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError); 78 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError); 79 SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError); 88 SQLExceptionInfo( const ::rtl::OUString& _rSimpleErrorMessage ); 90 SQLExceptionInfo(const SQLExceptionInfo& _rCopySource); 92 SQLExceptionInfo(const ::com::sun::star::sdb::SQLErrorEvent& _rError); 94 SQLExceptionInfo(const ::com::sun::star::uno::Any& _rError); 164 SQLExceptionInfo::TYPE m_eCurrentType; [all …]
|
H A D | virtualdbtools.hxx | 76 class SQLExceptionInfo; 191 ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL 199 ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 189 case SQLExceptionInfo::SQL_WARNING: in getImageProvider() 195 case SQLExceptionInfo::SQL_CONTEXT: in getImageProvider() 217 case SQLExceptionInfo::SQL_WARNING: in getLabelProvider() 222 case SQLExceptionInfo::SQL_CONTEXT: in getLabelProvider() 241 SQLExceptionInfo::TYPE eType; 300 SQLExceptionInfo aCurrentElement; in lcl_buildExceptionChain() 488 SQLMessageBox_Impl( const SQLExceptionInfo& _rExceptionInfo ) in SQLMessageBox_Impl() 750 case SQLExceptionInfo::SQL_EXCEPTION: eType = Error; break; in Construct() 751 case SQLExceptionInfo::SQL_WARNING: eType = Warning; break; in Construct() 752 case SQLExceptionInfo::SQL_CONTEXT: eType = Info; break; in Construct() [all …]
|
H A D | indexdialog.cxx | 247 ::dbaui::showError(SQLExceptionInfo(e),_pParent,_rxORB); in DBG_NAME() 386 SQLExceptionInfo aExceptionInfo; in implCommit() 391 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit() 392 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit() 393 catch(SQLException& e) { aExceptionInfo = SQLExceptionInfo(e); } in implCommit() 487 SQLExceptionInfo aExceptionInfo; in implDropIndex() 496 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex() 497 catch(SQLWarning& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex() 575 SQLExceptionInfo aExceptionInfo; in OnResetIndex() 580 catch(SQLContext& e) { aExceptionInfo = SQLExceptionInfo(e); } in OnResetIndex() [all …]
|
H A D | AdabasStat.cxx | 161 … ::dbaui::showError( SQLExceptionInfo( ::cppu::getCaughtException() ), pParent, _xFactory ); in OAdabasStatistics() 205 ::dbaui::showError(SQLExceptionInfo(e),pParent,_xFactory); in OAdabasStatistics() 259 ::dbaui::showError(SQLExceptionInfo(e),pParent,_xFactory); in OAdabasStatistics()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | JoinController.hxx | 59 ::dbtools::SQLExceptionInfo m_aExceptionInfo; 146 void setErrorOccured(const ::dbtools::SQLExceptionInfo& _rInfo) in setErrorOccured() 153 ::dbtools::SQLExceptionInfo clearOccuredError() in clearOccuredError() 155 ::dbtools::SQLExceptionInfo aInfo = m_aExceptionInfo; in clearOccuredError() 156 m_aExceptionInfo = ::dbtools::SQLExceptionInfo(); in clearOccuredError()
|
H A D | sqlmessage.hxx | 90 const dbtools::SQLExceptionInfo& _rException, 106 const ::dbtools::SQLExceptionInfo* _pAdditionalErrorInfo = NULL ); 131 const ::dbtools::SQLExceptionInfo* _pAdditionalErrorInfo = NULL );
|
H A D | QueryViewSwitch.hxx | 30 class SQLExceptionInfo; 73 bool switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo ); 79 bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo );
|
H A D | datasourceconnector.hxx | 42 class SQLExceptionInfo; 81 ::dbtools::SQLExceptionInfo* _pErrorInfo 89 ::dbtools::SQLExceptionInfo* _pErrorInfo
|
H A D | UITools.hxx | 112 ::dbtools::SQLExceptionInfo createConnection( 125 ::dbtools::SQLExceptionInfo createConnection( 136 void showError( const ::dbtools::SQLExceptionInfo& _rInfo, 204 ::dbtools::SQLExceptionInfo* _pErrorInfo
|
H A D | objectnamecheck.hxx | 31 namespace dbtools { class SQLExceptionInfo; } 59 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
|
H A D | defaultobjectnamecheck.hxx | 84 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay 136 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
|
H A D | querycontainerwindow.hxx | 111 …bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo ) { return m_pViewSwitch->reset(… in reset() 113 bool switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo );
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 266 SQLExceptionInfo aErrorInfo; in deleteTables() 410 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in deleteObjects() 416 showError( SQLExceptionInfo( e.TargetException ) ); in deleteObjects() 467 const SharedConnection& OApplicationController::ensureConnection( ::dbtools::SQLExceptionInfo* _pEr… in ensureConnection() 481 SQLExceptionInfo aError; in ensureConnection() 671 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in copyObject() 781 ::dbtools::SQLExceptionInfo aDummy; in paste() 857 catch(const SQLException&) { showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); } in paste()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | defaultobjectnamecheck.cxx | 113 …void lcl_fillNameExistsError( const ::rtl::OUString& _rObjectName, SQLExceptionInfo& _out_rErro… in lcl_fillNameExistsError() 153 …bool HierarchicalNameCheck::isNameValid( const ::rtl::OUString& _rObjectName, SQLExceptionInfo& _o… in isNameValid() 211 …Check::isNameValid( const ::rtl::OUString& _rObjectName, ::dbtools::SQLExceptionInfo& _out_rErrorT… in isNameValid() 220 _out_rErrorToDisplay = ::dbtools::SQLExceptionInfo( ::cppu::getCaughtException() ); in isNameValid()
|
H A D | UITools.cxx | 318 SQLExceptionInfo createConnection( const ::rtl::OUString& _rsDataSourceName, in createConnection() 332 SQLExceptionInfo aInfo; in createConnection() 337 SQLExceptionInfo createConnection( const Reference< ::com::sun::star::beans::XPropertySet>& _xDataS… in createConnection() 342 SQLExceptionInfo aInfo; in createConnection() 395 catch(SQLContext& e) { aInfo = SQLExceptionInfo(e); } in createConnection() 396 catch(SQLWarning& e) { aInfo = SQLExceptionInfo(e); } in createConnection() 397 catch(SQLException& e) { aInfo = SQLExceptionInfo(e); } in createConnection() 413 SQLExceptionInfo aSQLError; in getDataSourceByName() 430 aSQLError = SQLExceptionInfo( sErrorMessage ).get(); in getDataSourceByName() 434 aSQLError = SQLExceptionInfo( e.TargetException ); in getDataSourceByName() [all …]
|
H A D | linkeddocuments.cxx | 409 dbtools::SQLExceptionInfo aInfo; in open() 422 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open() 431 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open() 451 aInfo = dbtools::SQLExceptionInfo(aSQLException); in open()
|
H A D | datasourceconnector.cxx | 132 ::dbtools::SQLExceptionInfo* _pErrorInfo ) const in connect() 153 ::dbtools::SQLExceptionInfo* _pErrorInfo ) const in connect() 177 SQLExceptionInfo aInfo; in connect()
|
H A D | dbsubcomponentcontroller.cxx | 138 ::dbtools::SQLExceptionInfo m_aCurrentError; 404 …m_pImpl->m_aCurrentError.append( ::dbtools::SQLExceptionInfo::SQL_EXCEPTION, _rErrorMessage, getSt… in appendError() 410 m_pImpl->m_aCurrentError = ::dbtools::SQLExceptionInfo(); in clearError() 420 const ::dbtools::SQLExceptionInfo& DBSubComponentController::getError() const in getError()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 372 SQLExceptionInfo aInfo; in doSaveDoc() 436 aInfo = SQLExceptionInfo(e); in doSaveDoc() 440 aInfo = SQLExceptionInfo(e); in doSaveDoc() 444 aInfo = SQLExceptionInfo(e); in doSaveDoc() 777 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in appendColumns() 1132 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in alterColumns() 1374 SQLExceptionInfo aInfo; in dropPrimaryKey() 1401 aInfo = SQLExceptionInfo(e); in dropPrimaryKey() 1405 aInfo = SQLExceptionInfo(e); in dropPrimaryKey() 1409 aInfo = SQLExceptionInfo(e); in dropPrimaryKey()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 599 SQLExceptionInfo aError; in Execute() 816 bool OQueryController::impl_setViewMode( ::dbtools::SQLExceptionInfo* _pErrorInfo ) in impl_setViewMode() 822 SQLExceptionInfo aError; in impl_setViewMode() 1014 SQLExceptionInfo aError; in impl_initialize() 1443 SQLExceptionInfo aInfo; in doSaveAsDoc() 1564 aInfo = SQLExceptionInfo( ::cppu::getCaughtException() ); in doSaveAsDoc() 1613 ::dbtools::SQLExceptionInfo aInfo(e); in translateStatement()
|
/trunk/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 67 class SQLExceptionInfo; 358 ::dbtools::SQLExceptionInfo* _pErrorInfo 365 ::dbtools::SQLExceptionInfo* _pErrorInfo 416 void showError(const ::dbtools::SQLExceptionInfo& _rInfo);
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | unosqlmessage.cxx | 123 SQLExceptionInfo aInfo(_rValue); in convertFastPropertyValue() 163 …return new OSQLMessageBox( _pParent, SQLExceptionInfo( m_aException ), WB_OK | WB_DEF_OK, m_sHelpU… in createDialog()
|
H A D | dbinteraction.hxx | 45 class SQLExceptionInfo; 96 const ::dbtools::SQLExceptionInfo& _rSqlInfo,
|