Lines Matching refs:aFormatLB
76 aFormatLB (this, SW_RES(LB_FUNCFORMAT)), in SwFldFuncPage()
100 aNameED.SetPosPixel(Point(aNameED.GetPosPixel().X(), aFormatLB.GetPosPixel().Y())); in SwFldFuncPage()
168 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
238 aFormatLB.Clear(); in IMPL_LINK()
244 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
245 … aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i )) ); in IMPL_LINK()
251 aFormatLB.SelectEntry(SW_RESSTR(FMT_MARK_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in IMPL_LINK()
253 if (!aFormatLB.GetSelectEntryCount()) in IMPL_LINK()
254 aFormatLB.SelectEntryPos(0); in IMPL_LINK()
413 aFormatLB.Hide(); in IMPL_LINK()
418 aFormatLB.Show(); in IMPL_LINK()
424 aFormatLB.Enable(bFormat); in IMPL_LINK()
608 sal_uLong nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
613 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in FillItemSet()