Lines Matching refs:ITEMID_TABLE
85 #define ITEMID_TABLE 2 macro
210 m_aListHB.InsertItem( ITEMID_TABLE, m_sTable, in SwAddressListDialog()
253 m_aListLB.SetEntryText(rCurrentData.sCommand, pEntry, ITEMID_TABLE - 1); in SwAddressListDialog()
305 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK()
524 String sTable = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
527 pThis->m_aListLB.SetEntryText(pThis->m_sConnecting, pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
543 pThis->m_aDBData.sCommand = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
547 sTable = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
549 pThis->m_aListLB.SetEntryText(String(), pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
606 String sTable = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()
644 m_aListLB.SetEntryText(m_aDBData.sCommand, pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()
646 m_aListLB.SetEntryText(String(), pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()
648 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()
672 String sTable = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK()