Lines Matching refs:aSelectionLB
74 aSelectionLB(this, SW_RES(LB_FUNCSELECTION)), in SwFldFuncPage()
166 aSelectionLB.SetSelectHdl (LINK(this, SwFldFuncPage, SelectHdl)); in Reset()
167 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertMacroHdl)); in Reset()
411 aSelectionLB.Show(); in IMPL_LINK()
420 aSelectionLB.Hide(); in IMPL_LINK()
447 aNameED.SetText( aSelectionLB.GetSelectEntry() ); in IMPL_LINK()
539 aSelectionLB.SetUpdateMode(sal_False); in UpdateSubType()
540 aSelectionLB.Clear(); in UpdateSubType()
548 sal_uInt16 nPos = aSelectionLB.InsertEntry(*aLst[i]); in UpdateSubType()
549 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in UpdateSubType()
554 aSelectionLB.Enable( bEnable ); in UpdateSubType()
559 aSelectionLB.SelectEntryPos(0); in UpdateSubType()
575 aSelectionLB.SetUpdateMode(sal_True); in UpdateSubType()