Searched refs:ErrorCondition (Results 1 – 17 of 17) sorted by relevance
/trunk/main/connectivity/source/commontools/ |
H A D | sqlerror.cxx | 75 ::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 D | sqlerror.hxx | 53 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 D | objectnames.cxx | 80 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 D | ErrorCondition.idl | 40 <type>ErrorCondition</type> group, then the respective <em>negative</em> value 60 if ( e.ErrorCode + ErrorCondition.SOME_ERROR_CONDITION == 0 ) 65 constants ErrorCondition
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 106 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 D | NResultSet.cxx | 70 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 D | QueryInQuery.java | 162 …LException e ) { caughtExpected = ( e.ErrorCode == -com.sun.star.sdb.ErrorCondition.PARSER_CYCLIC_… in checkCyclicReferences()
|
/trunk/main/connectivity/source/resource/ |
H A D | conn_error_message.src | 25 // com::sun::star::sdb::ErrorCondition values.
|
/trunk/main/svx/source/form/ |
H A D | fmtools.cxx | 128 if ( aError.ErrorCode + ErrorCondition::ROW_SET_OPERATION_VETOED == 0 ) in lcl_shouldDisplayError()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 645 m_aErrorHelper.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveNewObject()
|
H A D | documentcontainer.cxx | 129 m_aErrors.getErrorMessage( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES ), in approveElement()
|
H A D | documentdefinition.cxx | 2197 m_aErrorHelper.raiseException( ErrorCondition::DB_OBJECT_NAME_WITH_SLASHES, *this ); in rename()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 591 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 D | sqliterator.cxx | 415 …impl_appendError( m_rParser.getErrorHelper().getSQLException( sdb::ErrorCondition::PARSER_CYCLIC_S… in impl_locateRecordSource()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1162 …m_aErrors.raiseTypedException( sdb::ErrorCondition::ROW_SET_OPERATION_VETOED, *this, ::cppu::UnoTy… in notifyAllListenersRowBeforeChange()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 709 …::connectivity::ErrorCode nErrorCode( aError.getErrorCode( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in impl_checkForCannotSelectUnfiltered()
|
/trunk/main/offapi/ |
H A D | UnoApi_offapi.mk | 2645 offapi/com/sun/star/sdb/ErrorCondition \
|
Completed in 143 milliseconds