Lines Matching refs:aTblLBox
349 aTblLBox ( this, CUI_RES( LB_TBL_BOX ) ), in SvxBackgroundTabPage()
510 aTblLBox.SelectEntryPos(nDestValue); in Reset()
549 if(USHRT_MAX == nDestValue && (aParaLBox.IsVisible()||aTblLBox.IsVisible())) in Reset()
578 if(aTblLBox.IsVisible()) in Reset()
580 sal_uInt16 nValue = aTblLBox.GetSelectEntryPos(); in Reset()
615 TblDestinationHdl_Impl(&aTblLBox); in Reset()
616 aTblLBox.SaveValue(); in Reset()
656 if(!aLbSelect.IsVisible() && !aTblLBox.IsVisible() && !aParaLBox.IsVisible()) in Reset()
772 if ( aTblLBox.IsVisible() ) in FillItemSet()
774 switch( aTblLBox.GetSelectEntryPos() ) in FillItemSet()
918 if( aTblLBox.IsVisible() ) in FillItemSet()
957 if( aTblLBox.GetSavedValue() != aTblLBox.GetSelectEntryPos() ) in FillItemSet()
960 aTblLBox.GetSelectEntryPos() ) ); in FillItemSet()
1637 aTblLBox .SetSelectHdl( HDL(TblDestinationHdl_Impl) ); in ShowTblControl()
1638 aTblLBox .SelectEntryPos(0); in ShowTblControl()
1640 aTblLBox.Show(); in ShowTblControl()