Lines Matching refs:aSortAlgorithmLB
1013 aSortAlgorithmLB( this, SW_RES(LB_SORTALG )), in SwTOXSelectTabPage()
1072 aSortAlgorithmLB.SetSelectHdl(aModifyLk); in SwTOXSelectTabPage()
1285 for( long nCnt = 0; nCnt < aSortAlgorithmLB.GetEntryCount(); ++nCnt ) in ApplyTOXDescription()
1287 const String* pEntryData = (const String*)aSortAlgorithmLB.GetEntryData( (sal_uInt16)nCnt ); in ApplyTOXDescription()
1291 aSortAlgorithmLB.SelectEntryPos( (sal_uInt16)nCnt ); in ApplyTOXDescription()
1403 const String* pEntryData = (const String*)aSortAlgorithmLB.GetEntryData( in FillTOXDescription()
1404 aSortAlgorithmLB.GetSelectEntryPos() ); in FillTOXDescription()
1524 aSortAlgorithmLB.Show(bEnableSortLanguage); in IMPL_LINK()
1662 if( 0 != (pUserData = aSortAlgorithmLB.GetEntryData( aSortAlgorithmLB.GetSelectEntryPos())) ) in IMPL_LINK()
1665 sal_uInt16 nEnd = aSortAlgorithmLB.GetEntryCount(); in IMPL_LINK()
1667 if( 0 != ( pDel = aSortAlgorithmLB.GetEntryData( n )) ) in IMPL_LINK()
1669 aSortAlgorithmLB.Clear(); in IMPL_LINK()
1677 nInsPos = aSortAlgorithmLB.InsertEntry( sUINm ); in IMPL_LINK()
1678 aSortAlgorithmLB.SetEntryData( nInsPos, new String( sAlg )); in IMPL_LINK()
1680 aSortAlgorithmLB.SelectEntryPos( nInsPos ); in IMPL_LINK()
1683 if( LISTBOX_ENTRY_NOTFOUND == aSortAlgorithmLB.GetSelectEntryPos() ) in IMPL_LINK()
1684 aSortAlgorithmLB.SelectEntryPos( 0 ); in IMPL_LINK()