summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSourav <sourav.mahajan@synerzip.com>2014-04-04 18:06:44 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-04-08 03:20:50 -0500
commit69eebf8735973a05c931182d2ebfe35ce25f4b1a (patch)
tree4cdb8edaadcc57d7c742d508c761549dda455993 /include
parentceb199692c42d86903bc4e7df11fa895c92e95c1 (diff)
fdo76591:-Textbox property (order-> send behind text) is not preserved.
Z-Index was not handledin LO for vml. I have made the changes to handle that using aGrabBag. Change-Id: I2af3b2974c8eb699bc6a7b743dc438584d6517ac Reviewed-on: https://gerrit.libreoffice.org/8833 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/oox/vml/vmlshape.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index d38c58f25246..832d3be95744 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -64,6 +64,7 @@ struct OOX_DLLPUBLIC ShapeTypeModel
OptValue< Int32Pair > moCoordPos; ///< Top-left position of coordinate system for children scaling.
OptValue< Int32Pair > moCoordSize; ///< Size of coordinate system for children scaling.
OUString maPosition; ///< Position type of the shape.
+ OUString maZIndex; ///< ZIndex of the shape
OUString maLeft; ///< X position of the shape bounding box (number with unit).
OUString maTop; ///< Y position of the shape bounding box (number with unit).
OUString maWidth; ///< Width of the shape bounding box (number with unit).