Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/draw/
H A Dshapeimport.cxx1159 list<ZOrderHint>& rUnsortedList = mpImpl->mpSortContext->maUnsortedList; in popGroupAndSort() local
1175 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 22 milliseconds