Lines Matching refs:aFormatLB

76 	aFormatLB		(this, SW_RES(LB_DOKFORMAT)),  in SwFldDokPage()
88 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage()
179 aFormatLB.SetSelectHdl(LINK(this, SwFldDokPage, FormatHdl)); in Reset()
367 sal_uInt16 nTmp = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData( in IMPL_LINK()
368 aFormatLB.GetSelectEntryPos() ); in IMPL_LINK()
435 aFormatLB.Show(!bNumFmt); in IMPL_LINK()
438 Size aSz(aFormatLB.GetSizePixel()); in IMPL_LINK()
441 aSz.Height() = aFormatLB.LogicToPixel(Size(1, 137), MAP_APPFONT).Height(); in IMPL_LINK()
443 aSz.Height() = aFormatLB.LogicToPixel(Size(1, 152), MAP_APPFONT).Height(); in IMPL_LINK()
451 aFormatLB.SetSizePixel(aSz); in IMPL_LINK()
454 aFormatLB.Enable(bFormat); in IMPL_LINK()
502 nTextRes = SVX_NUM_CHAR_SPECIAL == (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData( in IMPL_LINK()
503 aFormatLB.GetSelectEntryPos() ) in IMPL_LINK()
525 aFormatLB.Clear(); in FillFormatLB()
528 return aFormatLB.GetEntryCount(); in FillFormatLB()
534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB()
536 aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>( nFmtId )); in FillFormatLB()
538 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()
541 if( nSize && !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
543 aFormatLB.SelectEntry( SW_RESSTR(FMT_NUM_PAGEDESC) ); in FillFormatLB()
544 if( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
546 aFormatLB.SelectEntry( SW_RESSTR(FMT_NUM_ARABIC) ); in FillFormatLB()
547 if( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
548 aFormatLB.SelectEntryPos( 0 ); in FillFormatLB()
577 sal_uInt16 nTmp = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData( in IMPL_LINK()
578 aFormatLB.GetSelectEntryPos() ); in IMPL_LINK()
615 if (aFormatLB.IsEnabled()) in FillItemSet()
617 sal_uInt16 nPos = aFormatLB.GetSelectEntryPos(); in FillItemSet()
619 nFormat = (sal_uInt16)(sal_uLong)aFormatLB.GetEntryData(nPos); in FillItemSet()