Lines Matching refs:m_aExceptionList
360 SvTreeListBox m_aExceptionList; member in dbaui::OExceptionChainDialog
384 ,m_aExceptionList (this, ModuleRes(CTL_ERRORLIST)) in DBG_NAME()
397 m_aExceptionList.SetSelectionMode(SINGLE_SELECTION); in DBG_NAME()
398 m_aExceptionList.SetDragDropMode(0); in DBG_NAME()
399 m_aExceptionList.EnableInplaceEditing(sal_False); in DBG_NAME()
400 …m_aExceptionList.SetStyle(m_aExceptionList.GetStyle() | WB_HASLINES | WB_HASBUTTONS | WB_HASBUTTON… in DBG_NAME()
402 m_aExceptionList.SetSelectHdl(LINK(this, OExceptionChainDialog, OnExceptionSelected)); in DBG_NAME()
403 m_aExceptionList.SetNodeDefaultImages( ); in DBG_NAME()
415 lcl_insertExceptionEntry( m_aExceptionList, bHiContrast, elementPos, *loop ); in DBG_NAME()
431 … lcl_insertExceptionEntry( m_aExceptionList, bHiContrast, m_aExceptions.size() - 1, aInfo22018 ); in DBG_NAME()
444 SvLBoxEntry* pSelected = m_aExceptionList.FirstSelected(); in IMPL_LINK()
445 …DBG_ASSERT(!pSelected || !m_aExceptionList.NextSelected(pSelected), "OExceptionChainDialog::OnExce… in IMPL_LINK()