Lines Matching refs:ZOrderHint
1076 struct ZOrderHint struct
1081 int operator<(const ZOrderHint& rComp) const { return nShould < rComp.nShould; } in operator <() argument
1088 list<ZOrderHint> maZOrderList;
1089 list<ZOrderHint> maUnsortedList;
1117 list<ZOrderHint>::iterator aIter = maZOrderList.begin(); in moveShape()
1118 list<ZOrderHint>::iterator aEnd = maZOrderList.end(); in moveShape()
1158 list<ZOrderHint>& rZList = mpImpl->mpSortContext->maZOrderList; in popGroupAndSort()
1159 list<ZOrderHint>& rUnsortedList = mpImpl->mpSortContext->maUnsortedList; in popGroupAndSort()
1181 list<ZOrderHint>::iterator aIter( rZList.begin() ); in popGroupAndSort()
1190 ZOrderHint aNewHint; in popGroupAndSort()
1212 list<ZOrderHint>::iterator aIter( rZList.begin() ); in popGroupAndSort()
1216 ZOrderHint aGapHint( *rUnsortedList.begin() ); in popGroupAndSort()
1245 ZOrderHint aNewHint; in shapeWithZIndexAdded()