summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-02-08 02:06:32 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-02-08 02:59:50 +0100
commitcf9d8194932318d5e8b27ec8188cf32938670abc (patch)
tree1eb393698728b9821fe61e2aa258bc24e9bff1fe /sw/inc/format.hxx
parentebd0d0056d89a6a69d2cb75e28758132cb5c236b (diff)
New frame attribute: TextVerticalAdjust <-> RES_TEXT_VERT_ADJUST
By now this property is added for MS Word interoperability. With it we can make DOCX import/export working. I use this solution instead of InteropGrabBag because vertical adjustment would be a good thing to have for text frames too. So later it can be the first step of an enhanchement. Change-Id: I9dcfdc8ae56ce443f0c286c51136e1d006951938
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index e92f8e3f1f56..cb79ce418869 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -258,6 +258,7 @@ public:
inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
// #i28701#
inline const SwFmtWrapInfluenceOnObjPos& GetWrapInfluenceOnObjPos(sal_Bool = sal_True) const;
+ inline const SdrTextVertAdjustItem& GetTextVertAdjust(sal_Bool = sal_True) const;
/// Graphics-attributes - implemented in grfatr.hxx
inline const SwMirrorGrf &GetMirrorGrf( sal_Bool = sal_True ) const;