Lines Matching refs:aSelectionLB

69 	aSelectionLB	(this, SW_RES(LB_DOKSELECTION)),  in SwFldDokPage()
87 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage()
203 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset()
237 aSelectionLB.Clear(); in IMPL_LINK()
256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
260 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
271 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
273 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
275 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
280 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
281 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
283 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK()
289 nPos = aSelectionLB.InsertEntry(sFmt); in IMPL_LINK()
290 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
291 aSelectionLB.SelectEntry(GetFldMgr().GetFormatStr(nTypeId, GetCurField()->GetFormat())); in IMPL_LINK()
302 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
303 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK()
308 aSelectionLB.SetSelectHdl(Link()); in IMPL_LINK()
315 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(0); in IMPL_LINK()
317 aSelectionLB.SetSelectHdl(LINK(this, SwFldDokPage, SubTypeHdl)); in IMPL_LINK()
322 if (bEnable && !aSelectionLB.GetSelectEntryCount()) in IMPL_LINK()
323 aSelectionLB.SelectEntryPos(0); in IMPL_LINK()
325 aSelectionLB.Enable( bEnable ); in IMPL_LINK()
476 sal_uInt16 nPos = aSelectionLB.InsertEntry(SwFieldType::GetTypeStr(nTypeId)); in AddSubType()
477 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(nTypeId)); in AddSubType()
486 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
490 sal_uInt16 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
567 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
571 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
604 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet()
607 nTypeId = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in FillItemSet()
622 if (aSelectionLB.IsEnabled()) in FillItemSet()
624 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet()
626 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in FillItemSet()
678 nOldSel != aSelectionLB.GetSelectEntryPos() || in FillItemSet()