Lines Matching refs:ExceptionDisplayInfo
239 struct ExceptionDisplayInfo struct
252 ExceptionDisplayInfo() : eType( SQLExceptionInfo::UNDEFINED ), bSubEntry( false ) { } in ExceptionDisplayInfo() argument
253 … ExceptionDisplayInfo( 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()
540 const ExceptionDisplayInfo* pSecondInfo = NULL; in impl_positionControls()
542 const ExceptionDisplayInfo& rFirstInfo = *m_pImpl->aDisplayInfo.begin(); in impl_positionControls()