Lines Matching refs:aMetricLB
89 aMetricLB ( this, SW_RES( LB_METRIC ) ), in SwLoadOptPage()
117 sal_uInt16 nPos = aMetricLB.InsertEntry( sMetric ); in SwLoadOptPage()
118 aMetricLB.SetEntryData( nPos, (void*)(long)eFUnit ); in SwLoadOptPage()
123 aMetricLB.SetSelectHdl(LINK(this, SwLoadOptPage, MetricHdl)); in SwLoadOptPage()
197 const sal_uInt16 nMPos = aMetricLB.GetSelectEntryPos(); in FillItemSet()
198 if ( nMPos != aMetricLB.GetSavedValue() ) in FillItemSet()
201 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet()
263 aMetricLB.SetNoSelection(); in Reset()
269 for ( sal_uInt16 i = 0; i < aMetricLB.GetEntryCount(); ++i ) in Reset()
271 if ( (int)(sal_IntPtr)aMetricLB.GetEntryData( i ) == (int)eFieldUnit ) in Reset()
273 aMetricLB.SelectEntryPos( i ); in Reset()
279 aMetricLB.SaveValue(); in Reset()
306 const sal_uInt16 nMPos = aMetricLB.GetSelectEntryPos(); in IMPL_LINK()
310 FieldUnit eFieldUnit = (FieldUnit)(long)aMetricLB.GetEntryData( nMPos ); in IMPL_LINK()