Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/dbpilots/
H A Dgridwizard.cxx312 ,m_aSelFields (this, ModuleRes(LB_SELECTED_FIELDS)) in OGridFieldsSelection()
324 m_aSelFields.SetSelectHdl(LINK(this, OGridFieldsSelection, OnEntrySelected)); in OGridFieldsSelection()
326 m_aSelFields.SetDoubleClickHdl(LINK(this, OGridFieldsSelection, OnEntryDoubleClicked)); 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()
388 m_aDeselectOne.Enable(m_aSelFields.GetSelectEntryCount() != 0); in implCheckButtons()
389 m_aDeselectAll.Enable(m_aSelFields.GetEntryCount() != 0); in implCheckButtons()
391 getDialog()->enableButtons(WZB_FINISH, 0 != m_aSelFields.GetEntryCount()); in implCheckButtons()
[all …]
H A Dgridwizard.hxx101 ListBox m_aSelFields; member in dbp::OGridFieldsSelection