Searched refs:mnLastSort (Results 1 – 2 of 2) sorted by relevance
179 mnLastSort = 0; in SortedResultSet()1422 mnLastSort = maS2O.Count(); in CopyData()1556 nOldLastSort = mnLastSort; in Remove()1557 if ( nPos <= mnLastSort ) in Remove()1559 if ( nPos + nCount - 1 <= mnLastSort ) in Remove()1560 mnLastSort -= nCount; in Remove()1562 mnLastSort = nPos - 1; in Remove()1738 if ( nSortPos < mnLastSort ) in SetChanged()1781 nEnd = mnLastSort; in ResortModified()1829 nNewPos = FindPos( pData, 1, mnLastSort ); in ResortNew()[all …]
160 long mnLastSort; // index of the last sorted entry; member in SortedResultSet
Completed in 32 milliseconds