Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx360 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()
400m_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()
[all …]

Completed in 14 milliseconds