Searched refs:aLbUnit (Results 1 – 2 of 2) sorted by relevance
118 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 …]
67 ListBox aLbUnit; member in SvxMeasurePage