/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | SQLException.cxx | 39 java_sql_SQLException::java_sql_SQLException( const java_sql_SQLException_BASE& _rException,const R… in java_sql_SQLException() argument 40 : starsdbc::SQLException( _rException.getMessage(), in java_sql_SQLException() 42 _rException.getSQLState(), in java_sql_SQLException() 43 _rException.getErrorCode(), in java_sql_SQLException() 44 makeAny(_rException.getNextException()) in java_sql_SQLException()
|
/trunk/main/forms/source/component/ |
H A D | errorbroadcaster.cxx | 71 …void SAL_CALL OErrorBroadcaster::onError( const SQLException& _rException, const ::rtl::OUString& … in onError() argument 75 …aError = makeAny( prependErrorInfo( _rException, static_cast< XSQLErrorBroadcaster* >( this ), _rC… in onError() 77 aError = makeAny( _rException ); in onError()
|
H A D | errorbroadcaster.hxx | 56 …void SAL_CALL onError( const ::com::sun::star::sdbc::SQLException& _rException, const ::rtl::OUStr… 57 void SAL_CALL onError( const ::com::sun::star::sdb::SQLErrorEvent& _rException );
|
H A D | DatabaseForm.cxx | 1132 void ODatabaseForm::onError( const SQLException& _rException, const ::rtl::OUString& _rContextDescr… in onError() argument 1137 …SQLErrorEvent aEvent( *this, makeAny( prependErrorInfo( _rException, *this, _rContextDescription )… in onError()
|
/trunk/main/connectivity/source/simpledbt/ |
H A D | staticdbtools_s.cxx | 151 …SQLContext ODataAccessStaticTools::prependContextInfo(SQLException& _rException, const Reference< … in prependContextInfo() argument 154 …return ::dbtools::prependContextInfo(_rException, _rxContext, _rContextDescription, _rContextDetai… in prependContextInfo()
|
H A D | staticdbtools_s.hxx | 136 ::com::sun::star::sdbc::SQLException& _rException,
|
/trunk/main/svx/source/form/ |
H A D | dbtoolsclient.cxx | 244 …SQLContext OStaticDataAccessTools::prependContextInfo(SQLException& _rException, const Reference< … in prependContextInfo() argument 249 …aReturn = m_xDataAccessTools->prependContextInfo(_rException, _rxContext, _rContextDescription, _r… in prependContextInfo()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 764 OSQLMessageBox::OSQLMessageBox(Window* _pParent, const SQLExceptionInfo& _rException, WinBits _nSty… in OSQLMessageBox() argument 770 ,m_pImpl( new SQLMessageBox_Impl( _rException ) ) in OSQLMessageBox()
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | SQLException.hxx | 41 …java_sql_SQLException( const java_sql_SQLException_BASE& _rException,const ::com::sun::star::uno::…
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | sqlmessage.hxx | 90 const dbtools::SQLExceptionInfo& _rException,
|
/trunk/main/svx/inc/svx/ |
H A D | dbtoolsclient.hxx | 147 ::com::sun::star::sdbc::SQLException& _rException,
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | virtualdbtools.hxx | 174 ::com::sun::star::sdbc::SQLException& _rException,
|
H A D | dbtools.hxx | 323 …Context prependContextInfo(const ::com::sun::star::sdbc::SQLException& _rException, const ::com::s…
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 798 SQLContext prependContextInfo(const SQLException& _rException, const Reference< XInterface >& _rxCo… in prependContextInfo() argument 800 …return SQLContext( _rContextDescription, _rxContext, ::rtl::OUString(), 0, makeAny( _rException ),… in prependContextInfo()
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 986 … bool lcl_handleException_nothrow( const Reference< XModel >& _rxDocument, const Any& _rException ) in lcl_handleException_nothrow() argument 995 …comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rException ) ); in lcl_handleException_nothrow()
|