Home
last modified time | relevance | path

Searched refs:aSortAlgorithmLB (Results 1 – 2 of 2) sorted by path

/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx212 ListBox aSortAlgorithmLB; member in SwTOXSelectTabPage
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1013 aSortAlgorithmLB( this, SW_RES(LB_SORTALG )), in SwTOXSelectTabPage()
1072 aSortAlgorithmLB.SetSelectHdl(aModifyLk); in SwTOXSelectTabPage()
1291 aSortAlgorithmLB.SelectEntryPos( (sal_uInt16)nCnt ); in ApplyTOXDescription()
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()
1680 aSortAlgorithmLB.SelectEntryPos( nInsPos ); in IMPL_LINK()
[all …]

Completed in 37 milliseconds