Lines Matching refs:aFormatLB

92 	aFormatLB		(this, SW_RES(LB_REFFORMAT)),  in SwFldRefPage()
118 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage()
300 aFormatLB.SaveValue(); in Reset()
413 nFldDlgFmtSel = aFormatLB.GetSelectEntryPos(); in IMPL_LINK()
430 nFldDlgFmtSel = aFormatLB.GetSelectEntryPos(); in IMPL_LINK()
441 aFormatLB.Enable(bFormat); in IMPL_LINK()
727 sal_uInt16 nFormatSel = aFormatLB.GetSelectEntryPos(); in FillFormatLB()
729 sOldSel = aFormatLB.GetEntry(nFormatSel); in FillFormatLB()
732 aFormatLB.Clear(); in FillFormatLB()
774 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, i )); in FillFormatLB()
775aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i ))); in FillFormatLB()
781 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
782aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, nFormat ))… in FillFormatLB()
784 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
785aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, nFormat ))… in FillFormatLB()
787 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
788aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, nFormat ))… in FillFormatLB()
797 aFormatLB.SelectEntry(sOldSel); in FillFormatLB()
799 aFormatLB.SelectEntry(SW_RESSTR(FMT_REF_BEGIN + (sal_uInt16)GetCurField()->GetFormat())); in FillFormatLB()
801 if (!aFormatLB.GetSelectEntryCount()) in FillFormatLB()
803 aFormatLB.SelectEntryPos(nFldDlgFmtSel); in FillFormatLB()
804 if (!aFormatLB.GetSelectEntryCount()) in FillFormatLB()
805 aFormatLB.SelectEntryPos(0); in FillFormatLB()
848 nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
853 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in FillItemSet()
1018 aFormatLB.GetSavedValue() != aFormatLB.GetSelectEntryPos()) in FillItemSet()