Lines Matching refs:aSelectionLB
76 aSelectionLB(this, SW_RES(LB_DOKINFSELECTION)), in SwFldDokInfPage()
224 aSelectionLB.SetSelectHdl(LINK(this, SwFldDokInfPage, SubTypeHdl)); in Reset()
225 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
230 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset()
269 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
277 if (!aSelectionLB.GetEntryCount()) in IMPL_LINK()
313 nExtSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
360 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
363 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
415 aSelectionLB.Clear(); in FillSelectionLB()
436 sal_uInt16 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillSelectionLB()
437 … aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId(nTypeId, i))); in FillSelectionLB()
447 if (!aSelectionLB.GetSelectEntryCount()) in FillSelectionLB()
448 aSelectionLB.SelectEntryPos(nSelPos == USHRT_MAX ? 0 : nSelPos); in FillSelectionLB()
454 aSelectionLB.Enable(bEnable); in FillSelectionLB()
473 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet()
480 nSubType |= (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in FillItemSet()
489 if (!IsFldEdit() || nOldSel != aSelectionLB.GetSelectEntryPos() || in FillItemSet()