Searched refs:aUnitLB (Results 1 – 2 of 2) sorted by relevance
412 aUnitLB( this, ScResId(LB_UNIT )), in ScTpLayoutOptions()438 aUnitLB. SetSelectHdl( LINK( this, ScTpLayoutOptions, MetricHdl ) ); in ScTpLayoutOptions()457 sal_uInt16 nPos = aUnitLB.InsertEntry( sMetric ); in ScTpLayoutOptions()458 aUnitLB.SetEntryData( nPos, (void*)(long)eFUnit ); in ScTpLayoutOptions()497 const sal_uInt16 nMPos = aUnitLB.GetSelectEntryPos(); in FillItemSet()498 if ( nMPos != aUnitLB.GetSavedValue() ) in FillItemSet()500 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aUnitLB.GetEntryData( nMPos ); in FillItemSet()591 aUnitLB.SetNoSelection(); in Reset()597 for ( sal_uInt16 i = 0; i < aUnitLB.GetEntryCount(); ++i ) in Reset()599 if ( (FieldUnit)(long)aUnitLB.GetEntryData( i ) == eFieldUnit ) in Reset()[all …]
114 ListBox aUnitLB; member in ScTpLayoutOptions