Home
last modified time | relevance | path

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

/aoo41x/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.cxx122 aMetricLB ( this, SW_RES( LB_METRIC ) ) in SwContentOptPage()
129 aMetricLB.Show(); in SwContentOptPage()
160 sal_uInt16 nPos = aMetricLB.InsertEntry( sMetric ); in SwContentOptPage()
161 aMetricLB.SetEntryData( nPos, (void*)(long)eFUnit ); in SwContentOptPage()
234 aMetricLB.SetNoSelection(); in Reset()
235 lcl_SelectMetricLB(aMetricLB, SID_ATTR_METRIC, rSet); in Reset()
272 sal_uInt16 nMPos = aMetricLB.GetSelectEntryPos(); in FillItemSet()
274 if ( nMPos != aMetricLB.GetSavedValue() ) in FillItemSet()
277 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet()
/aoo41x/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 50 milliseconds