Searched refs:OExceptionChainDialog (Results 1 – 1 of 1) sorted by relevance
356 class OExceptionChainDialog : public ModalDialog class371 OExceptionChainDialog( Window* pParent, const ExceptionDisplayChain& _rExceptions );372 ~OExceptionChainDialog();378 DBG_NAME(OExceptionChainDialog) in DBG_NAME() argument380 OExceptionChainDialog::OExceptionChainDialog( Window* pParent, const ExceptionDisplayChain& _rExcep… in DBG_NAME()390 DBG_CTOR(OExceptionChainDialog,NULL); in DBG_NAME()402 m_aExceptionList.SetSelectHdl(LINK(this, OExceptionChainDialog, OnExceptionSelected)); in DBG_NAME()436 OExceptionChainDialog::~OExceptionChainDialog() in ~OExceptionChainDialog()438 DBG_DTOR(OExceptionChainDialog,NULL); in ~OExceptionChainDialog()442 IMPL_LINK(OExceptionChainDialog, OnExceptionSelected, void*, EMPTYARG) in IMPL_LINK() argument[all …]
Completed in 21 milliseconds