Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 26 – 50 of 51) sorted by relevance

123

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java162 …catch ( SQLException e ) { caughtExpected = ( e.ErrorCode == -com.sun.star.sdb.ErrorCondition.PARS… in checkCyclicReferences()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DSQLException.idl62 long ErrorCode;
/aoo4110/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()
/aoo4110/main/svx/source/form/
H A DParseContext.cxx67 ::rtl::OUString OSystemParseContext::getErrorMessage(ErrorCode _eCode) const in getErrorMessage()
H A Dfmtools.cxx128 if ( aError.ErrorCode + ErrorCondition::ROW_SET_OPERATION_VETOED == 0 ) in lcl_shouldDisplayError()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx84 virtual ::rtl::OUString getErrorMessage(ErrorCode _eCodes) const;
H A Dsqliterator.hxx344 void impl_appendError( IParseContext::ErrorCode _eError,
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx154 aError.ErrorCode = 0; in impl_throwGenericSQLException()
/aoo4110/main/extensions/source/activex/main/
H A DSOActiveX.cpp44 void OutputError_Impl( HWND hw, HRESULT ErrorCode ) in OutputError_Impl() argument
51 ErrorCode, in OutputError_Impl()
/aoo4110/main/filter/source/pdf/
H A Dimpdialog.hxx72 ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& );
H A Dimpdialog.cxx1468 ImplErrorDialog::ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& rErrors ) : in ImplErrorDialog()
1481 for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin(); in ImplErrorDialog()
/aoo4110/main/connectivity/source/drivers/ado/
H A DADriver.cxx271 aException.ErrorCode = 1000; in ThrowException()
/aoo4110/main/connectivity/source/resource/
H A Dconn_log_res.src302 Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$";
/aoo4110/main/connectivity/source/drivers/file/
H A DFConnection.cxx447 aError.ErrorCode = 0; in throwUrlNotValid()
/aoo4110/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx446 if ( !(aAny >>= a) || (a.ErrorCode != dbtools::ParameterInteractionCancelled) ) in open()
/aoo4110/main/vcl/source/gdi/
H A Dpdfwriter.cxx558 std::set< PDFWriter::ErrorCode > PDFWriter::GetErrors() in GetErrors()
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx533 aAsException.ErrorCode, in construct()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh8.cxx978 sal_Int32 nError = aException.ErrorCode; in DBaseExport()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1470 …if ( ( aError >>= aSQLError ) && ( aSQLError.ErrorCode == ::dbtools::ParameterInteractionCancelled… in impl_doCopy_nothrow()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1860 e.ErrorCode = ParameterInteractionCancelled; in askForParameters()
/aoo4110/main/connectivity/source/parse/
H A Dsqliterator.cxx2129 void OSQLParseTreeIterator::impl_appendError( IParseContext::ErrorCode _eError, const ::rtl::OUStri… in impl_appendError()
H A Dsqlbison.y4377 ::rtl::OUString OParseContext::getErrorMessage(ErrorCode _eCode) const

Completed in 240 milliseconds

123