Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx540 vector<ZOrderHint> maUnsortedList; member in __anon61edc7f20311::ShapeGroupContext
579 for( ZOrderHint& rHint : maUnsortedList ) in moveShape()
613 nCount -= maUnsortedList.size(); in popGroupAndPostProcess()
620 for (ZOrderHint& rHint : maUnsortedList) in popGroupAndPostProcess()
632 maUnsortedList.insert(maUnsortedList.begin(), aNewHint); in popGroupAndPostProcess()
650 uno::Sequence<sal_Int32> aNewOrder(maZOrderList.size() + maUnsortedList.size()); in popGroupAndPostProcess()
656 …for (vector<ZOrderHint>::iterator aIt = maUnsortedList.begin(); aIt != maUnsortedList.end() && nIn… in popGroupAndPostProcess()
659 aIt = maUnsortedList.erase(aIt); in popGroupAndPostProcess()
681 …for (vector<ZOrderHint>::iterator aIt = maUnsortedList.begin(); aIt != maUnsortedList.end() && nIn… in popGroupAndPostProcess()
684 aIt = maUnsortedList.erase(aIt); in popGroupAndPostProcess()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx716 vector<ZOrderHint> maUnsortedList; member in ShapeGroupContext
752 for( ZOrderHint& rHint : maUnsortedList ) in moveShape()
787 nCount -= maUnsortedList.size(); in popGroupAndPostProcess()
794 for (ZOrderHint& rHint : maUnsortedList) in popGroupAndPostProcess()
806 maUnsortedList.insert(maUnsortedList.begin(), aNewHint); in popGroupAndPostProcess()
824 uno::Sequence<sal_Int32> aNewOrder(maZOrderList.size() + maUnsortedList.size()); in popGroupAndPostProcess()
830 …for (vector<ZOrderHint>::iterator aIt = maUnsortedList.begin(); aIt != maUnsortedList.end() && nIn… in popGroupAndPostProcess()
833 aIt = maUnsortedList.erase(aIt); in popGroupAndPostProcess()
855 …for (vector<ZOrderHint>::iterator aIt = maUnsortedList.begin(); aIt != maUnsortedList.end() && nIn… in popGroupAndPostProcess()
858 aIt = maUnsortedList.erase(aIt); in popGroupAndPostProcess()
[all …]