Home
last modified time | relevance | path

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

/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1334 maO2S.Clear(); in CopyData()
1338 maO2S.Insert( 0, (sal_uInt32) 0 ); // value, pos in CopyData()
1345 maO2S.Insert( pSrcO2S->GetObject( i ), (sal_uInt32) i ); in CopyData()
1388 maO2S.Clear(); in Initialize()
1389 maO2S.Insert( NULL, (sal_uInt32) 0 ); in Initialize()
1396 maO2S.Insert( (void*) 0, i ); // Insert( data, pos ) in Initialize()
1398 maO2S.Replace( (void*) i, maS2O[ i ] ); // Insert( data, pos ) in Initialize()
1469 maO2S.Insert( (void*)nEnd, (sal_uInt32)(nPos+i) ); // Insert( Wert, Position ) in InsertNew()
1495 long nSortPos = (long) maO2S.GetObject( nPos ); in Remove()
1496 maO2S.Remove( (sal_uInt32) nPos ); in Remove()
[all …]
H A Dsortresult.hxx158 SimpleList maO2S; // maps the original Entries to the sorted ones member in SortedResultSet
188 const SimpleList* GetO2SList() const { return &maO2S; } in GetO2SList()