Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/items/
H A Dslstitm.cxx68 void SfxImpStringList::Sort( sal_Bool bAscending, List* pParallelList ) in Sort() argument
70 …DBG_ASSERT(!pParallelList || pParallelList->Count() >= aList.Count(),"Sort:ParallelList too small"… in Sort()
100 if( pParallelList ) in Sort()
102 void* p1 = pParallelList->GetObject( nCur ); in Sort()
103 void* p2 = pParallelList->GetObject( nCur + 1 ); in Sort()
104 pParallelList->Replace( p1, nCur + 1 ); in Sort()
105 pParallelList->Replace( p2, nCur ); in Sort()
353 void SfxStringListItem::Sort( sal_Bool bAscending, List* pParallelList ) in Sort() argument
357 pImp->Sort( bAscending, pParallelList ); in Sort()
/aoo41x/main/svl/inc/svl/
H A Dslstitm.hxx73 void Sort( sal_Bool bAscending = sal_True, List* pParallelList = 0 );

Completed in 12 milliseconds