Lines Matching refs:aLbLists

82 		aLbLists		( this, ScResId( LB_LISTS ) ),  in ScTpUserLists()
130 aLbLists.SetSelectHdl ( LINK( this, ScTpUserLists, LbSelectHdl ) ); in Init()
206 aLbLists.SelectEntryPos( 0 ); in Reset()
215 if ( aLbLists.GetEntryCount() == 0 ) in Reset()
218 aLbLists .Disable(); in Reset()
293 aLbLists.Clear(); in UpdateUserListBox()
308 aLbLists.InsertEntry( aEntry ); in UpdateUserListBox()
550 if ( pLb == &aLbLists ) in IMPL_LINK()
552 sal_uInt16 nSelPos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
575 nCancelPos = ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
576 ? aLbLists.GetSelectEntryPos() in IMPL_LINK()
578 aLbLists.SetNoSelection(); in IMPL_LINK()
580 aLbLists.Disable(); in IMPL_LINK()
599 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
601 aLbLists.SelectEntryPos( nCancelPos ); in IMPL_LINK()
602 LbSelectHdl( &aLbLists ); in IMPL_LINK()
604 aLbLists.Enable(); in IMPL_LINK()
636 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
637 LbSelectHdl( &aLbLists ); in IMPL_LINK()
639 aLbLists.Enable(); in IMPL_LINK()
643 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
645 aLbLists.SelectEntryPos( nCancelPos ); in IMPL_LINK()
646 LbSelectHdl( &aLbLists ); in IMPL_LINK()
647 aLbLists.Enable(); in IMPL_LINK()
648 aLbLists.Enable(); in IMPL_LINK()
659 sal_uInt16 nSelList = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
667 aLbLists.SelectEntryPos( nSelList ); in IMPL_LINK()
671 aLbLists.SelectEntryPos( 0 ); in IMPL_LINK()
672 LbSelectHdl( &aLbLists ); in IMPL_LINK()
680 aLbLists.Enable(); in IMPL_LINK()
692 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
694 sal_uInt16 nRemovePos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
697 aMsg += aLbLists.GetEntry( nRemovePos ); in IMPL_LINK()
709 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
711 aLbLists.SelectEntryPos( in IMPL_LINK()
712 ( nRemovePos >= aLbLists.GetEntryCount() ) in IMPL_LINK()
713 ? aLbLists.GetEntryCount()-1 in IMPL_LINK()
715 LbSelectHdl( &aLbLists ); in IMPL_LINK()
720 aLbLists.Disable(); in IMPL_LINK()
773 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
774 LbSelectHdl( &aLbLists ); in IMPL_LINK()
818 aLbLists.Disable(); in IMPL_LINK()