Home
last modified time | relevance | path

Searched refs:SQLExceptionInfo (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx52 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
95 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLException& _rE… in operator =()
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 =()
119 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdb::SQLErrorEvent& _rE… in operator =()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx66 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);
129 const SQLExceptionInfo& operator=(const ::com::sun::star::sdbc::SQLException& _rError);
[all …]
H A Dvirtualdbtools.hxx76 class SQLExceptionInfo;
191 ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL
199 ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx181 … ::boost::shared_ptr< IImageProvider > getImageProvider( SQLExceptionInfo::TYPE _eType ) const in getImageProvider()
189 case SQLExceptionInfo::SQL_WARNING: in getImageProvider()
195 case SQLExceptionInfo::SQL_CONTEXT: in getImageProvider()
210 …::boost::shared_ptr< ILabelProvider > getLabelProvider( SQLExceptionInfo::TYPE _eType, bool _bSu… in getLabelProvider()
217 case SQLExceptionInfo::SQL_WARNING: in getLabelProvider()
222 case SQLExceptionInfo::SQL_CONTEXT: in getLabelProvider()
241 SQLExceptionInfo::TYPE eType;
252 ExceptionDisplayInfo() : eType( SQLExceptionInfo::UNDEFINED ), bSubEntry( false ) { } in ExceptionDisplayInfo()
253 … ExceptionDisplayInfo( SQLExceptionInfo::TYPE _eType ) : eType( _eType ), bSubEntry( false ) { } in ExceptionDisplayInfo()
289 …void lcl_buildExceptionChain( const SQLExceptionInfo& _rErrorInfo, const ProviderFactory& _rFactor… in lcl_buildExceptionChain()
[all …]
H A Dindexdialog.cxx247 ::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()
498 catch(SQLException& e) { aExceptionInfo = SQLExceptionInfo(e); } in implDropIndex()
575 SQLExceptionInfo aExceptionInfo; in OnResetIndex()
[all …]
H A DAdabasStat.cxx161 … ::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 DJoinController.hxx59 ::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 Dsqlmessage.hxx90 const dbtools::SQLExceptionInfo& _rException,
106 const ::dbtools::SQLExceptionInfo* _pAdditionalErrorInfo = NULL );
131 const ::dbtools::SQLExceptionInfo* _pAdditionalErrorInfo = NULL );
H A DQueryViewSwitch.hxx30 class SQLExceptionInfo;
73 bool switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo );
79 bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo );
H A Ddatasourceconnector.hxx42 class SQLExceptionInfo;
81 ::dbtools::SQLExceptionInfo* _pErrorInfo
89 ::dbtools::SQLExceptionInfo* _pErrorInfo
H A DUITools.hxx112 ::dbtools::SQLExceptionInfo createConnection(
125 ::dbtools::SQLExceptionInfo createConnection(
136 void showError( const ::dbtools::SQLExceptionInfo& _rInfo,
204 ::dbtools::SQLExceptionInfo* _pErrorInfo
H A Dobjectnamecheck.hxx31 namespace dbtools { class SQLExceptionInfo; }
59 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
H A Ddefaultobjectnamecheck.hxx84 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
136 ::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
H A Dquerycontainerwindow.hxx109 …bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo ) { return m_pViewSwitch->reset(… in reset()
111 bool switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo );
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx266 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 Ddefaultobjectnamecheck.cxx113 …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 DUITools.cxx318 SQLExceptionInfo createConnection( const ::rtl::OUString& _rsDataSourceName, in createConnection()
332 SQLExceptionInfo aInfo; in createConnection()
337 SQLExceptionInfo createConnection( const Reference< ::com::sun::star::beans::XPropertySet>& _xData… 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()
406 …MessageParent, Reference< XMultiServiceFactory > _rxORB, ::dbtools::SQLExceptionInfo* _pErrorInfo ) in getDataSourceByName()
413 SQLExceptionInfo aSQLError; in getDataSourceByName()
430 aSQLError = SQLExceptionInfo( sErrorMessage ).get(); in getDataSourceByName()
[all …]
H A Dlinkeddocuments.cxx409 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 Ddatasourceconnector.cxx132 ::dbtools::SQLExceptionInfo* _pErrorInfo ) const in connect()
153 ::dbtools::SQLExceptionInfo* _pErrorInfo ) const in connect()
177 SQLExceptionInfo aInfo; in connect()
H A Ddbsubcomponentcontroller.cxx138 ::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 DTableController.cxx370 SQLExceptionInfo aInfo; in doSaveDoc()
434 aInfo = SQLExceptionInfo(e); in doSaveDoc()
438 aInfo = SQLExceptionInfo(e); in doSaveDoc()
442 aInfo = SQLExceptionInfo(e); in doSaveDoc()
775 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in appendColumns()
1130 SQLExceptionInfo aError( ::cppu::getCaughtException() ); in alterColumns()
1372 SQLExceptionInfo aInfo; in dropPrimaryKey()
1399 aInfo = SQLExceptionInfo(e); in dropPrimaryKey()
1403 aInfo = SQLExceptionInfo(e); in dropPrimaryKey()
1407 aInfo = SQLExceptionInfo(e); in dropPrimaryKey()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx599 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 Dgenericcontroller.hxx67 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 Dunosqlmessage.cxx123 SQLExceptionInfo aInfo(_rValue); in convertFastPropertyValue()
163 …return new OSQLMessageBox( _pParent, SQLExceptionInfo( m_aException ), WB_OK | WB_DEF_OK, m_sHelpU… in createDialog()
H A Ddbinteraction.hxx45 class SQLExceptionInfo;
96 const ::dbtools::SQLExceptionInfo& _rSqlInfo,

1234