diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-12 17:04:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-12 20:51:37 +0100 |
commit | e7051ed1ee5995860f18145b725c71a873ed60f2 (patch) | |
tree | 20a88512495a21137f3309bd198ec200f25128aa /include/xmloff | |
parent | 03edebda393ea684803b7a0da72f33655bdc24d1 (diff) |
rename now it does more than just sort
Change-Id: Ia0adffc592105efeeebfeb8fc67570d3f6d844f1
Reviewed-on: https://gerrit.libreoffice.org/82544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/shapeimport.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index a20154a70387..12fe2aea6b08 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -311,9 +311,10 @@ public: // tdf#127791 help function for group shape events void addShapeEvents(SdXMLEventContextData& rData); - // helper functions for z-order sorting - void pushGroupForSorting( css::uno::Reference< css::drawing::XShapes >& rShapes ); - void popGroupAndSort(); + // helper functions processing groups after their component shapes are collected + // e.g. for z-order sorting or adding events to the group + void pushGroupForPostProcessing( css::uno::Reference< css::drawing::XShapes >& rShapes ); + void popGroupAndPostProcess(); void shapeWithZIndexAdded( css::uno::Reference< css::drawing::XShape > const & rShape, sal_Int32 nZIndex ); |