Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx79 aLbConnect3 ( this, ScResId( LB_OP3 ) ), in ScFilterDlg()
228 aLbConnect3.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
255 aConnLbArr [2] = &aLbConnect3; in Init()
339 ? aLbConnect3.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(2).eConnect ) in Init()
340 : aLbConnect3.SetNoSelection(); in Init()
362 aLbConnect3.Disable(); in Init()
367 else if ( aLbConnect3.GetSelectEntryCount() == 0 ) in Init()
801 else if ( pLb == &aLbConnect3 ) in IMPL_LINK()
807 sal_uInt16 nConnect3 = aLbConnect3.GetSelectEntryPos(); in IMPL_LINK()
830 aLbConnect3.SetNoSelection(); in IMPL_LINK()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dfiltdlg.hxx119 ListBox aLbConnect3; member in ScFilterDlg