Lines Matching refs:aLbLists

83 		aLbLists		( this, ScResId( LB_LISTS ) ),  in ScTpUserLists()
131 aLbLists.SetSelectHdl ( LINK( this, ScTpUserLists, LbSelectHdl ) ); in Init()
207 aLbLists.SelectEntryPos( 0 ); in Reset()
216 if ( aLbLists.GetEntryCount() == 0 ) in Reset()
219 aLbLists .Disable(); in Reset()
294 aLbLists.Clear(); in UpdateUserListBox()
309 aLbLists.InsertEntry( aEntry ); in UpdateUserListBox()
551 if ( pLb == &aLbLists ) in IMPL_LINK()
553 sal_uInt16 nSelPos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
576 nCancelPos = ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
577 ? aLbLists.GetSelectEntryPos() in IMPL_LINK()
579 aLbLists.SetNoSelection(); in IMPL_LINK()
581 aLbLists.Disable(); in IMPL_LINK()
600 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
602 aLbLists.SelectEntryPos( nCancelPos ); in IMPL_LINK()
603 LbSelectHdl( &aLbLists ); in IMPL_LINK()
605 aLbLists.Enable(); in IMPL_LINK()
637 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
638 LbSelectHdl( &aLbLists ); in IMPL_LINK()
640 aLbLists.Enable(); in IMPL_LINK()
644 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
646 aLbLists.SelectEntryPos( nCancelPos ); in IMPL_LINK()
647 LbSelectHdl( &aLbLists ); in IMPL_LINK()
648 aLbLists.Enable(); in IMPL_LINK()
649 aLbLists.Enable(); in IMPL_LINK()
660 sal_uInt16 nSelList = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
668 aLbLists.SelectEntryPos( nSelList ); in IMPL_LINK()
672 aLbLists.SelectEntryPos( 0 ); in IMPL_LINK()
673 LbSelectHdl( &aLbLists ); in IMPL_LINK()
681 aLbLists.Enable(); in IMPL_LINK()
693 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
695 sal_uInt16 nRemovePos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
698 aMsg += aLbLists.GetEntry( nRemovePos ); in IMPL_LINK()
710 if ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
712 aLbLists.SelectEntryPos( in IMPL_LINK()
713 ( nRemovePos >= aLbLists.GetEntryCount() ) in IMPL_LINK()
714 ? aLbLists.GetEntryCount()-1 in IMPL_LINK()
716 LbSelectHdl( &aLbLists ); in IMPL_LINK()
721 aLbLists.Disable(); in IMPL_LINK()
774 aLbLists.SelectEntryPos( aLbLists.GetEntryCount()-1 ); in IMPL_LINK()
775 LbSelectHdl( &aLbLists ); in IMPL_LINK()
819 aLbLists.Disable(); in IMPL_LINK()