Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx85 #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()
[all …]