Lines Matching refs:m_aListLB

164     m_aListLB( this, SW_RES(         LB_LIST           )),  in SwAddressListDialog()
195 Size aLBSize(m_aListLB.GetSizePixel()); in SwAddressListDialog()
200 Point aLBPos(m_aListLB.GetPosPixel()); in SwAddressListDialog()
204 m_aListLB.SetPosSizePixel(aLBPos, aLBSize); in SwAddressListDialog()
216 m_aListLB.SetHelpId(HID_MM_ADDRESSLIST_TLB); in SwAddressListDialog()
218m_aListLB.SetStyle( m_aListLB.GetStyle() | WB_SORT | WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ); in SwAddressListDialog()
219 m_aListLB.SetSelectionMode( SINGLE_SELECTION ); in SwAddressListDialog()
220 m_aListLB.SetTabs(&nTabs[0], MAP_PIXEL); in SwAddressListDialog()
235 m_aListLB.SelectAll( sal_False ); in SwAddressListDialog()
247 SvLBoxEntry* pEntry = m_aListLB.InsertEntry(pNames[nName]); in SwAddressListDialog()
252 m_aListLB.Select(pEntry); in SwAddressListDialog()
253 m_aListLB.SetEntryText(rCurrentData.sCommand, pEntry, ITEMID_TABLE - 1); in SwAddressListDialog()
278 m_aOK.Enable(m_aListLB.GetEntryCount()>0 && bEnableOK); in SwAddressListDialog()
280 m_aListLB.SetSelectHdl(LINK(this, SwAddressListDialog, ListBoxSelectHdl_Impl)); in SwAddressListDialog()
288 SvLBoxEntry* pEntry = m_aListLB.First(); in ~SwAddressListDialog()
293 pEntry = m_aListLB.Next( pEntry ); in ~SwAddressListDialog()
301 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in IMPL_LINK()
305 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK()
324 makeAny(OUString(m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1)))); in IMPL_LINK()
372 SvLBoxEntry* pNewSource = m_aListLB.InsertEntry(sNewSource); in IMPL_LINK()
374 m_aListLB.Select(pNewSource); in IMPL_LINK()
455 m_pCreatedDataSource = m_aListLB.InsertEntry(sEntry); in IMPL_LINK()
459 m_aListLB.Select(m_pCreatedDataSource); in IMPL_LINK()
475 SvLBoxEntry* pEntry = m_aListLB.FirstSelected(); in IMPL_LINK()
509 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); 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()
529 pThis->m_aListLB.Window::Invalidate(INVALIDATE_UPDATE); in IMPL_STATIC_LINK()
542 pThis->m_aDBData.sDataSource = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 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()
573 m_aDBData.sDataSource = m_aListLB.GetEntryText(pSelect, ITEMID_NAME - 1); in DetectTablesAndQueries()
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()
666 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in IMPL_LINK()
672 String sTable = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK()
698 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in GetSource()
713 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in GetConnection()
727 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in GetColumnsSupplier()
741 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in GetFilter()