Searched refs:aLbAlgorithm (Results 1 – 4 of 4) sorted by relevance
572 aLbAlgorithm ( this, ScResId( LB_ALGORITHM ) ), in ScTabPageSortOptions()792 aLbAlgorithm.SelectEntry( pColRes->GetTranslation( rSortData.aCollatorAlgorithm ) ); in Reset()860 USHORT nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet()1067 aLbAlgorithm.SetUpdateMode( FALSE ); in IMPL_LINK()1068 aLbAlgorithm.Clear(); in IMPL_LINK()1077 aLbAlgorithm.Enable( FALSE ); // nothing to select in IMPL_LINK()1090 aLbAlgorithm.InsertEntry( sUser, LISTBOX_APPEND ); in IMPL_LINK()1092 aLbAlgorithm.SelectEntryPos( 0 ); // first entry is default in IMPL_LINK()1094 aLbAlgorithm.Enable( nCount > 1 ); // enable only if there is a choice in IMPL_LINK()1097 aLbAlgorithm.SetUpdateMode( TRUE ); in IMPL_LINK()
171 ListBox aLbAlgorithm; member in ScTabPageSortOptions
569 aLbAlgorithm ( this, ScResId( LB_ALGORITHM ) ), in ScTabPageSortOptions()775 aLbAlgorithm.SelectEntry( pColRes->GetTranslation( rSortData.aCollatorAlgorithm ) ); in Reset()842 sal_uInt16 nSel = aLbAlgorithm.GetSelectEntryPos(); in FillItemSet()1048 aLbAlgorithm.SetUpdateMode( sal_False ); in IMPL_LINK()1049 aLbAlgorithm.Clear(); in IMPL_LINK()1058 aLbAlgorithm.Enable( sal_False ); // nothing to select in IMPL_LINK()1071 aLbAlgorithm.InsertEntry( sUser, LISTBOX_APPEND ); in IMPL_LINK()1073 aLbAlgorithm.SelectEntryPos( 0 ); // first entry is default in IMPL_LINK()1075 aLbAlgorithm.Enable( nCount > 1 ); // enable only if there is a choice in IMPL_LINK()1078 aLbAlgorithm.SetUpdateMode( sal_True ); in IMPL_LINK()
174 ListBox aLbAlgorithm; member in ScTabPageSortOptions
Completed in 52 milliseconds