Lines Matching refs:aLbSortUser
566 aLbSortUser ( this, ScResId( LB_SORT_USER ) ), in ScTabPageSortOptions()
604 aLbSortUser.SetAccessibleRelationLabeledBy(&aBtnSortUser); in ScTabPageSortOptions()
605 aLbSortUser.SetAccessibleName(aBtnSortUser.GetText()); in ScTabPageSortOptions()
745 aLbSortUser.Enable(); in Reset()
746 aLbSortUser.SelectEntryPos( rSortData.nUserIndex ); in Reset()
751 aLbSortUser.Disable(); in Reset()
752 aLbSortUser.SelectEntryPos( 0 ); in Reset()
830 ? aLbSortUser.GetSelectEntryPos() in FillItemSet()
941 aLbSortUser.Clear(); in FillUserSortListBox()
947 aLbSortUser.InsertEntry( (*pUserLists)[i]->GetString() ); in FillUserSortListBox()
974 aLbSortUser.Enable(); in IMPL_LINK()
975 aLbSortUser.GrabFocus(); in IMPL_LINK()
978 aLbSortUser.Disable(); in IMPL_LINK()