Home
last modified time | relevance | path

Searched refs:_rException (Results 1 – 15 of 15) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DSQLException.cxx39 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 Derrorbroadcaster.cxx71 …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 Derrorbroadcaster.hxx56 …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 DDatabaseForm.cxx1132 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 Dstaticdbtools_s.cxx151 …SQLContext ODataAccessStaticTools::prependContextInfo(SQLException& _rException, const Reference< … in prependContextInfo() argument
154 …return ::dbtools::prependContextInfo(_rException, _rxContext, _rContextDescription, _rContextDetai… in prependContextInfo()
H A Dstaticdbtools_s.hxx136 ::com::sun::star::sdbc::SQLException& _rException,
/trunk/main/svx/source/form/
H A Ddbtoolsclient.cxx244 …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 Dsqlmessage.cxx764 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 DSQLException.hxx41 …java_sql_SQLException( const java_sql_SQLException_BASE& _rException,const ::com::sun::star::uno::…
/trunk/main/dbaccess/source/ui/inc/
H A Dsqlmessage.hxx90 const dbtools::SQLExceptionInfo& _rException,
/trunk/main/svx/inc/svx/
H A Ddbtoolsclient.hxx147 ::com::sun::star::sdbc::SQLException& _rException,
/trunk/main/connectivity/inc/connectivity/
H A Dvirtualdbtools.hxx174 ::com::sun::star::sdbc::SQLException& _rException,
H A Ddbtools.hxx323 …Context prependContextInfo(const ::com::sun::star::sdbc::SQLException& _rException, const ::com::s…
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx798 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 DAppController.cxx986 … 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()

Completed in 76 milliseconds