Lines Matching refs:aFormatLB

67 	aFormatLB		(this, SW_RES(LB_VARFORMAT)),  in SwFldVarPage()
162 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset()
195 aFormatLB.SaveValue(); in Reset()
267 aFormatLB.SetUpdateMode(sal_False); in IMPL_LINK()
270 sal_uInt16 nSize = aFormatLB.GetEntryCount(); in IMPL_LINK()
484 aFormatLB.SelectEntryPos( pType->GetType() ); in IMPL_LINK()
552 aFormatLB.Show( !bNumFmt ); in IMPL_LINK()
557 aFormatLB.Enable( bFormat ); in IMPL_LINK()
564 Size aSz( aFormatLB.GetSizePixel() ); in IMPL_LINK()
566 aSz.Height() = aFormatLB.LogicToPixel( Size( 1, 94 ), MAP_APPFONT ).Height(); in IMPL_LINK()
568 aSz.Height() = aFormatLB.LogicToPixel( Size( 1, 123 ), MAP_APPFONT ).Height(); in IMPL_LINK()
569 aFormatLB.SetSizePixel( aSz ); in IMPL_LINK()
582 aFormatLB.SetUpdateMode( sal_True ); in IMPL_LINK()
728 const sal_uInt16 nFormatSel = aFormatLB.GetSelectEntryPos(); in FillFormatLB()
730 sOldSel = aFormatLB.GetEntry( nFormatSel ); in FillFormatLB()
742 aFormatLB.Clear(); in FillFormatLB()
829 const sal_uInt16 nPos = aFormatLB.InsertEntry( GetFldMgr().GetFormatStr( nTypeId, i ) ); in FillFormatLB()
831 aFormatLB.SetEntryData( nPos, reinterpret_cast< void* >( nFldId ) ); in FillFormatLB()
836 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()
840 if ( nSize && ( !IsFldEdit() || !aFormatLB.GetSelectEntryCount() ) ) in FillFormatLB()
842 aFormatLB.SelectEntry( sOldSel ); in FillFormatLB()
844 if ( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
846 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_PAGEDESC ) ); in FillFormatLB()
847 if ( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
849 aFormatLB.SelectEntry( SW_RESSTR( FMT_NUM_ARABIC ) ); in FillFormatLB()
850 if ( !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
851 aFormatLB.SelectEntryPos( 0 ); in FillFormatLB()
1047 sal_uLong nFormat = aFormatLB.GetSelectEntryPos(); in IMPL_LINK()
1049 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in IMPL_LINK()
1190 nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
1195 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in FillItemSet()
1289 aFormatLB.GetSavedValue() != aFormatLB.GetSelectEntryPos() || in FillItemSet()