Home
last modified time | relevance | path

Searched refs:_rError (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/connectivity/source/commontools/
H A Ddbexception.cxx60 m_aContent <<= _rError; in SQLExceptionInfo()
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()
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() argument
145 sal_Bool bValid = isAssignableFrom(aSQLExceptionType, _rError.getValueType()); in SQLExceptionInfo()
[all …]
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx135 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 Dmigrationlog.hxx59 void logFailure( const MigrationError& _rError );
63 void logRecoverable( const MigrationError& _rError );
H A Ddocinteraction.cxx127 void InteractionHandler::reportError( const Any& _rError ) in reportError() argument
129 …< ::comphelper::OInteractionRequest > pRequest( new ::comphelper::OInteractionRequest( _rError ) ); in reportError()
H A Ddocinteraction.hxx80 const ::com::sun::star::uno::Any& _rError
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbexception.hxx77 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 Dsqliterator.hxx349 void impl_appendError( const ::com::sun::star::sdbc::SQLException& _rError );
/aoo42x/main/dbaccess/source/core/misc/
H A Dsdbcoretools.cxx92 …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()
/aoo42x/main/forms/source/component/
H A Derrorbroadcaster.cxx83 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()
/aoo42x/main/svx/source/form/
H A Dfmtools.cxx116 static bool lcl_shouldDisplayError( const Any& _rError ) in lcl_shouldDisplayError() argument
119 if ( !( _rError >>= aError ) ) in lcl_shouldDisplayError()
/aoo42x/main/dbaccess/source/core/inc/
H A Dsdbcoretools.hxx58 …sage( const ::comphelper::ComponentContext& _rContext, const ::com::sun::star::uno::Any& _rError );
/aoo42x/main/connectivity/source/parse/
H A Dsqliterator.cxx2149 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()
/aoo42x/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx348 … void impl_checkForCannotSelectUnfiltered( const ::dbtools::SQLExceptionInfo& _rError );
/aoo42x/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx706 …d SbaXDataBrowserController::impl_checkForCannotSelectUnfiltered( const SQLExceptionInfo& _rError ) in impl_checkForCannotSelectUnfiltered() argument
710 if ( ((const SQLException*)_rError)->ErrorCode == nErrorCode ) in impl_checkForCannotSelectUnfiltered()

Completed in 83 milliseconds