Home
last modified time | relevance | path

Searched refs:aMetricLB (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/config/
H A Doptload.cxx89 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()
263 aMetricLB.SetNoSelection(); in Reset()
269 for ( sal_uInt16 i = 0; i < aMetricLB.GetEntryCount(); ++i ) in Reset()
273 aMetricLB.SelectEntryPos( i ); in Reset()
279 aMetricLB.SaveValue(); in Reset()
[all …]
H A Doptpage.cxx121 aMetricLB ( this, SW_RES( LB_METRIC ) ) in SwContentOptPage()
128 aMetricLB.Show(); in SwContentOptPage()
159 sal_uInt16 nPos = aMetricLB.InsertEntry( sMetric ); in SwContentOptPage()
160 aMetricLB.SetEntryData( nPos, (void*)(long)eFUnit ); in SwContentOptPage()
232 aMetricLB.SetNoSelection(); in Reset()
233 lcl_SelectMetricLB(aMetricLB, SID_ATTR_METRIC, rSet); in Reset()
269 sal_uInt16 nMPos = aMetricLB.GetSelectEntryPos(); in FillItemSet()
271 if ( nMPos != aMetricLB.GetSavedValue() ) in FillItemSet()
274 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet()
/trunk/main/sw/source/ui/inc/
H A Doptload.hxx63 ListBox aMetricLB; member in SwLoadOptPage
H A Doptpage.hxx89 ListBox aMetricLB; member in SwContentOptPage

Completed in 39 milliseconds