Home
last modified time | relevance | path

Searched refs:aLbUnit (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dmeasure.cxx118 aLbUnit ( this, CUI_RES( LB_UNIT ) ), in SvxMeasurePage()
167 aLbUnit.SetSelectHdl( aLink ); in SvxMeasurePage()
168 aLbUnit.SetAccessibleName(GetNonMnemonicString(aTsbShowUnit.GetText())); in SvxMeasurePage()
170 aLbUnit.SetAccessibleRelationLabeledBy( &aTsbShowUnit ); in SvxMeasurePage()
332 for( sal_uInt16 i = 0; i < aLbUnit.GetEntryCount(); ++i ) in Reset()
334 if ( (long)aLbUnit.GetEntryData( i ) == nFieldUnit ) in Reset()
336 aLbUnit.SelectEntryPos( i ); in Reset()
343 aLbUnit.SetNoSelection(); in Reset()
345 aLbUnit.SaveValue(); in Reset()
514 sal_uInt16 nPos = aLbUnit.GetSelectEntryPos(); in FillItemSet()
[all …]
/trunk/main/cui/source/inc/
H A Dmeasure.hxx67 ListBox aLbUnit; member in SvxMeasurePage