Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/index/
H A Dcnttab.cxx1013 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()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dswuicnttab.hxx212 ListBox aSortAlgorithmLB; member in SwTOXSelectTabPage