Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/sorter/
H A Dsortresult.cxx1408 maO2S.Clear(); in CopyData()
1412 maO2S.Insert( 0, (sal_uInt32) 0 ); // value, pos in CopyData()
1419 maO2S.Insert( pSrcO2S->GetObject( i ), (sal_uInt32) i ); in CopyData()
1462 maO2S.Clear(); in Initialize()
1463 maO2S.Insert( NULL, (sal_uInt32) 0 ); in Initialize()
1470 maO2S.Insert( (void*) 0, i ); // Insert( data, pos ) in Initialize()
1472 maO2S.Replace( (void*) i, maS2O[ i ] ); // Insert( data, pos ) in Initialize()
1543 maO2S.Insert( (void*)nEnd, (sal_uInt32)(nPos+i) ); // Insert( Wert, Position ) in InsertNew()
1569 long nSortPos = (long) maO2S.GetObject( nPos ); in Remove()
1570 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
192 const SimpleList* GetO2SList() const { return &maO2S; } in GetO2SList()