Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx624 ZOrderHint aNewHint; in popGroupAndPostProcess() local
629 aNewHint.nIs = nCount; in popGroupAndPostProcess()
630 aNewHint.nShould = -1; in popGroupAndPostProcess()
632 maUnsortedList.insert(maUnsortedList.begin(), aNewHint); in popGroupAndPostProcess()
738 ZOrderHint aNewHint; in shapeWithZIndexAdded() local
739 aNewHint.nIs = mpImpl->mpGroupContext->mnCurrentZ++; in shapeWithZIndexAdded()
740 aNewHint.nShould = nZIndex; in shapeWithZIndexAdded()
741 aNewHint.xShape = xShape; in shapeWithZIndexAdded()
746 mpImpl->mpGroupContext->maUnsortedList.push_back(aNewHint); in shapeWithZIndexAdded()
751 mpImpl->mpGroupContext->maZOrderList.push_back(aNewHint); in shapeWithZIndexAdded()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx798 ZOrderHint aNewHint; in popGroupAndPostProcess() local
803 aNewHint.nIs = nCount; in popGroupAndPostProcess()
804 aNewHint.nShould = -1; in popGroupAndPostProcess()
806 maUnsortedList.insert(maUnsortedList.begin(), aNewHint); in popGroupAndPostProcess()
911 ZOrderHint aNewHint; in shapeWithZIndexAdded() local
912 aNewHint.nIs = mpImpl->mpGroupContext->mnCurrentZ++; in shapeWithZIndexAdded()
913 aNewHint.nShould = nZIndex; in shapeWithZIndexAdded()
914 aNewHint.xShape = xShape; in shapeWithZIndexAdded()
919 mpImpl->mpGroupContext->maUnsortedList.push_back(aNewHint); in shapeWithZIndexAdded()
924 mpImpl->mpGroupContext->maZOrderList.push_back(aNewHint); in shapeWithZIndexAdded()