Searched refs:aLbGroup (Results 1 – 2 of 2) sorted by relevance
63 aLbGroup ( this, ScResId( LB_GROUP ) ), in ScTpSubTotalGroup()121 aLbGroup.SetSelectHdl ( LINK( this, ScTpSubTotalGroup, SelectHdl ) ); in Init()172 aLbGroup.SelectEntryPos( GetFieldSelPos( nField )+1 ); in DoReset()186 aLbGroup.SelectEntryPos( (nGroupNo == 1) ? 1 : 0 ); in DoReset()202 DBG_ASSERT( (aLbGroup.GetEntryCount() > 0) in DoFillItemSet()209 || (aLbGroup.GetEntryCount() == 0) in DoFillItemSet()231 sal_uInt16 nGroup = aLbGroup.GetSelectEntryPos(); in DoFillItemSet()294 aLbGroup.Clear(); in FillListBoxes()296 aLbGroup.InsertEntry( aStrNone, 0 ); in FillListBoxes()309 aLbGroup.InsertEntry( aFieldName, i+1 ); in FillListBoxes()
59 ListBox aLbGroup; member in ScTpSubTotalGroup
Completed in 24 milliseconds