Searched refs:rUnsortedList (Results 1 – 1 of 1) sorted by relevance
1159 list<ZOrderHint>& rUnsortedList = mpImpl->mpSortContext->maUnsortedList; in popGroupAndSort() local1175 nCount -= rUnsortedList.size(); in popGroupAndSort()1185 aIter = rUnsortedList.begin(); in popGroupAndSort()1186 while( aIter != rUnsortedList.end() ) in popGroupAndSort()1199 rUnsortedList.insert(rUnsortedList.begin(), aNewHint); in popGroupAndSort()1214 while( nIndex < (*aIter).nShould && !rUnsortedList.empty() ) in popGroupAndSort()1216 ZOrderHint aGapHint( *rUnsortedList.begin() ); in popGroupAndSort()1217 rUnsortedList.pop_front(); in popGroupAndSort()
Completed in 57 milliseconds