diff options
author | Armin Le Grand (Allotropia) <Armin.Le.Grand@me.com> | 2022-04-19 11:37:57 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2022-04-20 09:32:52 +0200 |
commit | d9b3374b13108cf6b847f6eb92fb666194a68770 (patch) | |
tree | eba87516cdef9e68a15ef85fa834b1e89eec54ca /oox/source/drawingml/diagram/diagram.hxx | |
parent | f22f83fbac3a0a419c2e95d7b725525fd02649e6 (diff) |
Advanced Diagram support: Use better association Model<->XShape
To have a more direct and more reliable association between the
XShape/oox::Shape and the model data svx::diagram::Point I added
optional usage of the Model-UUID for that at the oox::Shape.
Also added a 'fake' UUID to work with the BackgroundShape's
attributes. Changed all preserve/rescue code to work based on that.
Also cleanups/comments and preparations of some flags in the
Diagram ModelData to steer behaviour on re-ceration.
Change-Id: Ie30effdff34dcdbbc79a766de09157b2a3bd97d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133168
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'oox/source/drawingml/diagram/diagram.hxx')
-rw-r--r-- | oox/source/drawingml/diagram/diagram.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/drawingml/diagram/diagram.hxx b/oox/source/drawingml/diagram/diagram.hxx index 43516d4a270d..f58c762f6a1a 100644 --- a/oox/source/drawingml/diagram/diagram.hxx +++ b/oox/source/drawingml/diagram/diagram.hxx @@ -79,10 +79,6 @@ public: PresPointShapeMap & getPresPointShapeMap() { return maPresPointShapeMap; } - // get/set data between Diagram DataModel and oox::drawingml::Shape - void secureDataFromXShapeToModelAfterDiagramImport(); - void restoreDataFromModelToXShapeAfterDiagramReCreate(); - private: Diagram& mrDgm; OUString msDefStyle; |