Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx62 aLbGroup ( this, ScResId( LB_GROUP ) ), in ScTpSubTotalGroup()
120 aLbGroup.SetSelectHdl ( LINK( this, ScTpSubTotalGroup, SelectHdl ) ); in Init()
171 aLbGroup.SelectEntryPos( GetFieldSelPos( nField )+1 ); in DoReset()
185 aLbGroup.SelectEntryPos( (nGroupNo == 1) ? 1 : 0 ); in DoReset()
201 DBG_ASSERT( (aLbGroup.GetEntryCount() > 0) in DoFillItemSet()
208 || (aLbGroup.GetEntryCount() == 0) in DoFillItemSet()
230 sal_uInt16 nGroup = aLbGroup.GetSelectEntryPos(); in DoFillItemSet()
293 aLbGroup.Clear(); in FillListBoxes()
295 aLbGroup.InsertEntry( aStrNone, 0 ); in FillListBoxes()
308 aLbGroup.InsertEntry( aFieldName, i+1 ); in FillListBoxes()
/trunk/main/sc/source/ui/inc/
H A Dtpsubt.hxx59 ListBox aLbGroup; member in ScTpSubTotalGroup

Completed in 20 milliseconds