Searched refs:m_aSelFields (Results 1 – 2 of 2) sorted by relevance
312 ,m_aSelFields (this, ModuleRes(LB_SELECTED_FIELDS)) in OGridFieldsSelection()351 m_aSelFields.Clear(); in initializePage()357 m_aSelFields.InsertEntry(*pSelected); in initializePage()371 sal_uInt16 nSelected = m_aSelFields.GetEntryCount(); in commitPage()377 *pSelected = m_aSelFields.GetEntry(i); in commitPage()389 m_aDeselectAll.Enable(m_aSelFields.GetEntryCount() != 0); in implCheckButtons()454 sal_uInt16 nSelectPos = m_aSelFields.GetSelectEntryPos(); in IMPL_LINK()455 m_aSelFields.RemoveEntry(nSelected); in IMPL_LINK()457 m_aSelFields.SelectEntryPos(nSelectPos); in IMPL_LINK()459 m_aSelFields.GrabFocus(); in IMPL_LINK()[all …]
101 ListBox m_aSelFields; member in dbp::OGridFieldsSelection
Completed in 7 milliseconds