Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Dshapeimport.cxx1158 list<ZOrderHint>& rZList = mpImpl->mpSortContext->maZOrderList; in popGroupAndSort() local
1162 if( !rZList.empty() ) in popGroupAndSort()
1174 nCount -= rZList.size(); in popGroupAndSort()
1181 list<ZOrderHint>::iterator aIter( rZList.begin() ); in popGroupAndSort()
1182 while( aIter != rZList.end() ) in popGroupAndSort()
1205 rZList.sort(); in popGroupAndSort()
1210 while( !rZList.empty() ) in popGroupAndSort()
1212 list<ZOrderHint>::iterator aIter( rZList.begin() ); in popGroupAndSort()
1225 rZList.pop_front(); in popGroupAndSort()

Completed in 26 milliseconds