Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 25 of 53) sorted by path

123

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx443 SbError nError = StarBASIC::GetSfxFromVBError( (sal_uInt16)e.ErrorCode ); in implHandleBasicErrorException()
470 nError = StarBASIC::GetSfxFromVBError( (sal_uInt16)aBasicError.ErrorCode ); in implHandleWrappedTargetException()
/trunk/main/connectivity/inc/connectivity/
H A DIParseContext.hxx40 enum ErrorCode enum in connectivity::IParseContext
88 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const = 0;
H A Dsqlerror.hxx49 typedef ::sal_Int32 ErrorCode; typedef
151 static ErrorCode
H A Dsqliterator.hxx344 void impl_appendError( IParseContext::ErrorCode _eError,
H A Dsqlparse.hxx86 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java155 warning.ErrorCode = javaWarning.getErrorCode(); in getWarnings()
H A DJavaSQLResultSet.java688 warning.ErrorCode = javaWarning.getErrorCode(); in getWarnings()
H A DJavaSQLStatementBase.java439 warning.ErrorCode = javaWarning.getErrorCode(); in getWarnings()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx218 aException.ErrorCode = _nErrorCode; in prepend()
244 pAppendException->ErrorCode = _nErrorCode; in append()
H A Ddbtools.cxx1860 e.ErrorCode = ParameterInteractionCancelled; in askForParameters()
H A Dsqlerror.cxx76 static ErrorCode getErrorCode( const ErrorCondition _eCondition );
176 ErrorCode SQLError_Impl::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode()
178 return 0 - ::sal::static_int_cast< ErrorCode, ErrorCondition >( _eCondition ); in getErrorCode()
326 ErrorCode SQLError::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx271 aException.ErrorCode = 1000; in ThrowException()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx533 aAsException.ErrorCode, in construct()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx447 aError.ErrorCode = 0; in throwUrlNotValid()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx587 aWarning.ErrorCode = aAsException.ErrorCode; in getWarnings()
H A DObject.cxx215 …EVERE, STR_LOG_THROWING_EXCEPTION, aException.Message, aException.SQLState, aException.ErrorCode ); in ThrowLoggedSQLException()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx154 aError.ErrorCode = 0; in impl_throwGenericSQLException()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4378 ::rtl::OUString OParseContext::getErrorMessage(ErrorCode _eCode) const
H A Dsqliterator.cxx2129 void OSQLParseTreeIterator::impl_appendError( IParseContext::ErrorCode _eError, const ::rtl::OUStri… in impl_appendError()
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src302 Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$";
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java162 …catch ( SQLException e ) { caughtExpected = ( e.ErrorCode == -com.sun.star.sdb.ErrorCondition.PARS… in checkCyclicReferences()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx709 …::connectivity::ErrorCode nErrorCode( aError.getErrorCode( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in impl_checkForCannotSelectUnfiltered()
710 if ( ((const SQLException*)_rError)->ErrorCode == nErrorCode ) in impl_checkForCannotSelectUnfiltered()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx311 if ( pCurrentError->ErrorCode ) in lcl_buildExceptionChain()
312 aDisplayInfo.sErrorCode = String::CreateFromInt32( pCurrentError->ErrorCode ); in lcl_buildExceptionChain()
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx446 if ( !(aAny >>= a) || (a.ErrorCode != dbtools::ParameterInteractionCancelled) ) in open()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1472 …if ( ( aError >>= aSQLError ) && ( aSQLError.ErrorCode == ::dbtools::ParameterInteractionCancelled… in impl_doCopy_nothrow()

Completed in 181 milliseconds

123