| /trunk/main/connectivity/source/commontools/ |
| H A D | dbexception.cxx | 58 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError) in SQLExceptionInfo() argument 60 m_aContent <<= _rError; in SQLExceptionInfo() 65 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError) in SQLExceptionInfo() argument 67 m_aContent <<= _rError; in SQLExceptionInfo() 72 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError) in SQLExceptionInfo() argument 74 m_aContent <<= _rError; in SQLExceptionInfo() 95 … SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLException& _rError) in operator =() argument 97 m_aContent <<= _rError; in operator =() 103 …st SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLWarning& _rError) in operator =() argument 105 m_aContent <<= _rError; in operator =() [all …]
|
| /trunk/main/dbaccess/source/ext/macromigration/ |
| H A D | migrationlog.cxx | 135 void MigrationLog::logFailure( const MigrationError& _rError ) in logFailure() argument 137 m_pData->aFailures.push_back( _rError ); in logFailure() 141 void MigrationLog::logRecoverable( const MigrationError& _rError ) in logRecoverable() argument 143 m_pData->aWarnings.push_back( _rError ); in logRecoverable() 237 … lcl_appendErrorDescription( ::rtl::OUStringBuffer& _inout_rBuffer, const MigrationError& _rError ) in lcl_appendErrorDescription() argument 241 switch ( _rError.eType ) in lcl_appendErrorDescription() 382 OSL_ENSURE( aAsciiParameterNames.size() == _rError.aErrorDetails.size(), in lcl_appendErrorDescription() 385 …for ( size_t i=0; i < ::std::min( aAsciiParameterNames.size(), _rError.aErrorDetails.size() ); ++i… in lcl_appendErrorDescription() 388 _rError.aErrorDetails[i] ); in lcl_appendErrorDescription()
|
| H A D | migrationlog.hxx | 59 void logFailure( const MigrationError& _rError ); 63 void logRecoverable( const MigrationError& _rError );
|
| H A D | docinteraction.cxx | 127 void InteractionHandler::reportError( const Any& _rError ) in reportError() argument 129 …< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rError ) ); in reportError()
|
| H A D | docinteraction.hxx | 80 const ::com::sun::star::uno::Any& _rError
|
| /trunk/main/connectivity/inc/connectivity/ |
| H A D | dbexception.hxx | 77 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError); 78 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError); 79 SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError); 92 SQLExceptionInfo(const ::com::sun::star::sdb::SQLErrorEvent& _rError); 94 SQLExceptionInfo(const ::com::sun::star::uno::Any& _rError); 129 const SQLExceptionInfo& operator=(const ::com::sun::star::sdbc::SQLException& _rError); 130 const SQLExceptionInfo& operator=(const ::com::sun::star::sdbc::SQLWarning& _rError); 131 const SQLExceptionInfo& operator=(const ::com::sun::star::sdb::SQLContext& _rError);
|
| H A D | sqliterator.hxx | 349 void impl_appendError( const ::com::sun::star::sdbc::SQLException& _rError );
|
| /trunk/main/dbaccess/source/core/misc/ |
| H A D | sdbcoretools.cxx | 92 …ring extractExceptionMessage( const ::comphelper::ComponentContext& _rContext, const Any& _rError ) in extractExceptionMessage() argument 101 …< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rError ) ); in extractExceptionMessage() 117 _rError >>= aExcept; in extractExceptionMessage() 120 aBuffer.append( _rError.getValueTypeName() ); in extractExceptionMessage()
|
| /trunk/main/forms/source/component/ |
| H A D | errorbroadcaster.cxx | 83 void SAL_CALL OErrorBroadcaster::onError( const ::com::sun::star::sdb::SQLErrorEvent& _rError ) in onError() argument 90 static_cast< XSQLErrorListener* >( aIter.next() )->errorOccured( _rError ); in onError()
|
| /trunk/main/svx/source/form/ |
| H A D | fmtools.cxx | 116 static bool lcl_shouldDisplayError( const Any& _rError ) in lcl_shouldDisplayError() argument 119 if ( !( _rError >>= aError ) ) in lcl_shouldDisplayError()
|
| /trunk/main/dbaccess/source/core/inc/ |
| H A D | sdbcoretools.hxx | 58 …sage( const ::comphelper::ComponentContext& _rContext, const ::com::sun::star::uno::Any& _rError );
|
| /trunk/main/connectivity/source/parse/ |
| H A D | sqliterator.cxx | 2149 void OSQLParseTreeIterator::impl_appendError( const SQLException& _rError ) in impl_appendError() argument 2157 pErrorChain->NextException <<= _rError; in impl_appendError() 2160 m_aErrors = _rError; in impl_appendError()
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | brwctrlr.hxx | 348 … void impl_checkForCannotSelectUnfiltered( const ::dbtools::SQLExceptionInfo& _rError );
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | brwctrlr.cxx | 706 …d SbaXDataBrowserController::impl_checkForCannotSelectUnfiltered( const SQLExceptionInfo& _rError ) in impl_checkForCannotSelectUnfiltered() argument 710 if ( ((const SQLException*)_rError)->ErrorCode == nErrorCode ) in impl_checkForCannotSelectUnfiltered()
|