Lines Matching refs:OExceptionChainDialog
356 class OExceptionChainDialog : public ModalDialog class
371 OExceptionChainDialog( Window* pParent, const ExceptionDisplayChain& _rExceptions );
372 ~OExceptionChainDialog();
378 DBG_NAME(OExceptionChainDialog) in DBG_NAME() argument
380 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
801 OExceptionChainDialog aDlg( this, m_pImpl->aDisplayInfo );