Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx239 struct ExceptionDisplayInfo struct
252 ExceptionDisplayInfo() : eType( SQLExceptionInfo::UNDEFINED ), bSubEntry( false ) { } in ExceptionDisplayInfo() function
253ExceptionDisplayInfo( SQLExceptionInfo::TYPE _eType ) : eType( _eType ), bSubEntry( false ) { } in ExceptionDisplayInfo() function
256 static bool lcl_hasDetails( const ExceptionDisplayInfo& _displayInfo ) in lcl_hasDetails()
264 typedef ::std::vector< ExceptionDisplayInfo > ExceptionDisplayChain;
307 ExceptionDisplayInfo aDisplayInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()
332 ExceptionDisplayInfo aSubInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()
346 …vTreeListBox& _rList, bool _bHiContrast, size_t _nElementPos, const ExceptionDisplayInfo& _rEntry ) in lcl_insertExceptionEntry()
425 ExceptionDisplayInfo aInfo22018; in DBG_NAME()
452 const ExceptionDisplayInfo& aExceptionInfo( m_aExceptions[ pos ] ); in IMPL_LINK()
[all …]