Searched refs:_rError (Results 1 – 14 of 14) sorted by relevance
60 m_aContent <<= _rError; in SQLExceptionInfo()67 m_aContent <<= _rError; in SQLExceptionInfo()72 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError) in SQLExceptionInfo() argument74 m_aContent <<= _rError; in SQLExceptionInfo()97 m_aContent <<= _rError; in operator =()105 m_aContent <<= _rError; in operator =()113 m_aContent <<= _rError; in operator =()137 m_aContent = _rError.Reason; in SQLExceptionInfo()142 SQLExceptionInfo::SQLExceptionInfo(const staruno::Any& _rError) in SQLExceptionInfo() argument145 sal_Bool bValid = isAssignableFrom(aSQLExceptionType, _rError.getValueType()); in SQLExceptionInfo()[all …]
135 void MigrationLog::logFailure( const MigrationError& _rError ) in logFailure() argument137 m_pData->aFailures.push_back( _rError ); in logFailure()141 void MigrationLog::logRecoverable( const MigrationError& _rError ) in logRecoverable() argument143 m_pData->aWarnings.push_back( _rError ); in logRecoverable()237 … lcl_appendErrorDescription( ::rtl::OUStringBuffer& _inout_rBuffer, const MigrationError& _rError ) in lcl_appendErrorDescription() argument241 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()
59 void logFailure( const MigrationError& _rError );63 void logRecoverable( const MigrationError& _rError );
127 void InteractionHandler::reportError( const Any& _rError ) in reportError() argument129 …< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rError ) ); in reportError()
80 const ::com::sun::star::uno::Any& _rError
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);
349 void impl_appendError( const ::com::sun::star::sdbc::SQLException& _rError );
92 …ring extractExceptionMessage( const ::comphelper::ComponentContext& _rContext, const Any& _rError ) in extractExceptionMessage() argument101 …< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rError ) ); in extractExceptionMessage()117 _rError >>= aExcept; in extractExceptionMessage()120 aBuffer.append( _rError.getValueTypeName() ); in extractExceptionMessage()
83 void SAL_CALL OErrorBroadcaster::onError( const ::com::sun::star::sdb::SQLErrorEvent& _rError ) in onError() argument90 static_cast< XSQLErrorListener* >( aIter.next() )->errorOccured( _rError ); in onError()
116 static bool lcl_shouldDisplayError( const Any& _rError ) in lcl_shouldDisplayError() argument119 if ( !( _rError >>= aError ) ) in lcl_shouldDisplayError()
58 …sage( const ::comphelper::ComponentContext& _rContext, const ::com::sun::star::uno::Any& _rError );
2149 void OSQLParseTreeIterator::impl_appendError( const SQLException& _rError ) in impl_appendError() argument2157 pErrorChain->NextException <<= _rError; in impl_appendError()2160 m_aErrors = _rError; in impl_appendError()
348 … void impl_checkForCannotSelectUnfiltered( const ::dbtools::SQLExceptionInfo& _rError );
706 …d SbaXDataBrowserController::impl_checkForCannotSelectUnfiltered( const SQLExceptionInfo& _rError ) in impl_checkForCannotSelectUnfiltered() argument710 if ( ((const SQLException*)_rError)->ErrorCode == nErrorCode ) in impl_checkForCannotSelectUnfiltered()
Completed in 105 milliseconds