Home
last modified time | relevance | path

Searched refs:ErrorCondition (Results 1 – 17 of 17) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Dsqlerror.cxx75 ::rtl::OUString getSQLState( const ErrorCondition _eCondition );
76 static ErrorCode getErrorCode( const ErrorCondition _eCondition );
85 impl_getErrorMessage( const ErrorCondition& _eCondition );
89 impl_getSQLState( const ErrorCondition& _eCondition );
149 sal_Int32 lcl_getResourceID( const ErrorCondition _eCondition, bool _bSQLState ) in lcl_getResourceID()
170 ::rtl::OUString SQLError_Impl::getSQLState( const ErrorCondition _eCondition ) in getSQLState()
176 ErrorCode SQLError_Impl::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode()
178 return 0 - ::sal::static_int_cast< ErrorCode, ErrorCondition >( _eCondition ); in getErrorCode()
261 ::rtl::OUString SQLError_Impl::impl_getSQLState( const ErrorCondition& _eCondition ) in impl_getSQLState()
320 ::rtl::OUString SQLError::getSQLState( const ErrorCondition _eCondition ) const in getSQLState()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx53 typedef ::sal_Int32 ErrorCondition; typedef
129 const ErrorCondition _eCondition,
142 ::rtl::OUString getSQLState( const ErrorCondition _eCondition ) const;
152 getErrorCode( const ErrorCondition _eCondition );
199 const ErrorCondition _eCondition,
238 const ErrorCondition _eCondition,
282 const ErrorCondition _eCondition,
321 const ErrorCondition _eCondition,
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx80 namespace ErrorCondition = ::com::sun::star::sdb::ErrorCondition;
126 …SQLException aError( aErrors.getSQLException( ErrorCondition::DB_OBJECT_NAME_IS_USED, m_xConnectio… in validateName_throw()
180 aErrors.raiseException( ErrorCondition::DB_INVALID_SQL_NAME, m_xConnection, _rName ); in validateName_throw()
199 …inline ::connectivity::ErrorCondition validateName_getErrorCondition( const ::rtl::OUString& _rNam… in validateName_getErrorCondition()
208 return ErrorCondition::DB_QUERY_NAME_WITH_QUOTES; in validateName_getErrorCondition()
211 return ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES; in validateName_getErrorCondition()
225 … ::connectivity::ErrorCondition nErrorCondition = validateName_getErrorCondition( _rName ); in validateName_throw()
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl40 <type>ErrorCondition</type> group, then the respective <em>negative</em> value
60 &nbsp;&nbsp;&nbsp;&nbsp;if ( e.ErrorCode + ErrorCondition.SOME_ERROR_CONDITION == 0 )
65 constants ErrorCondition
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx106 namespace ErrorCondition = ::com::sun::star::sdb::ErrorCondition;
463 aError.raiseException( ErrorCondition::DB_NOT_CONNECTED, *this ); in impl_validateObjectTypeAndName_throw()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx70 namespace ErrorCondition = ::com::sun::star::sdb::ErrorCondition;
528 …SQLException aAsException = aErrorFactory.getSQLException( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in construct()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java162 …LException e ) { caughtExpected = ( e.ErrorCode == -com.sun.star.sdb.ErrorCondition.PARSER_CYCLIC_… in checkCyclicReferences()
/trunk/main/connectivity/source/resource/
H A Dconn_error_message.src25 // com::sun::star::sdb::ErrorCondition values.
/trunk/main/svx/source/form/
H A Dfmtools.cxx128 if ( aError.ErrorCode + ErrorCondition::ROW_SET_OPERATION_VETOED == 0 ) in lcl_shouldDisplayError()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx645 m_aErrorHelper.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveNewObject()
H A Ddocumentcontainer.cxx129 m_aErrors.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveElement()
H A Ddocumentdefinition.cxx2197 m_aErrorHelper.raiseException( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES, *this ); in rename()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx591 rErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw()
596 aErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw()
H A Dsqliterator.cxx415 …impl_appendError( m_rParser.getErrorHelper().getSQLException( sdb::ErrorCondition::PARSER_CYCLIC_S… in impl_locateRecordSource()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1162 …m_aErrors.raiseTypedException( sdb::ErrorCondition::ROW_SET_OPERATION_VETOED, *this, ::cppu::UnoTy… in notifyAllListenersRowBeforeChange()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx709 …::connectivity::ErrorCode nErrorCode( aError.getErrorCode( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in impl_checkForCannotSelectUnfiltered()
/trunk/main/offapi/
H A DUnoApi_offapi.mk2645 offapi/com/sun/star/sdb/ErrorCondition \

Completed in 143 milliseconds