summaryrefslogtreecommitdiff
path: root/oox/inc/oox/vml/vmltextbox.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-11-08 14:24:29 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-11-08 15:19:37 +0100
commitf2c55815128fde9f760c5cbf81e3ab18402c5b3d (patch)
treec43ba4cd11300759657b489714313f8cd7f81a22 /oox/inc/oox/vml/vmltextbox.hxx
parent6063fd0402e0b63aec4a6740e94e4f76fcc312c1 (diff)
implement inset attribute of <v:textbox> (part of bnc#773061)
Change-Id: I1ec9b5d9fed86c44dc0a412c2323033ea67985c9
Diffstat (limited to 'oox/inc/oox/vml/vmltextbox.hxx')
-rw-r--r--oox/inc/oox/vml/vmltextbox.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index d540937b622e..af69e779e601 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/oox/inc/oox/vml/vmltextbox.hxx
@@ -74,6 +74,10 @@ public:
/** Returns the entire text of all text portions. */
::rtl::OUString getText() const;
+ /// Text distance from the border (inset attribute of v:textbox), valid only if set.
+ bool borderDistanceSet;
+ int borderDistanceLeft, borderDistanceTop, borderDistanceRight, borderDistanceBottom;
+
private:
typedef ::std::vector< TextPortionModel > PortionVector;