diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-14 16:14:41 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-22 18:07:29 -0400 |
commit | f3f1d8eaddc09446713e2bd065ed1815211b79b5 (patch) | |
tree | 4abb4c7dd673d7f853cc4bd271851e3433b3fe60 /include | |
parent | 75c4091b14a0b419e6c9c2bd3c5e28a345c07a4b (diff) |
Method descriptions.
Change-Id: Iece61424e09fc36768889fde2c848ed2b0722701
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdotext.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index ba69600e2540..8a456495a760 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -417,10 +417,13 @@ public: SdrTextVertAdjust GetTextVerticalAdjust(const SfxItemSet& rSet) const; SdrTextVertAdjust GetTextVerticalAdjust() const; - // Textrahmenabstaende + /** Left inner spacing to borders */ long GetTextLeftDistance() const; + /** Right inner spacing to borders */ long GetTextRightDistance() const; + /** Top inner spacing to borders */ long GetTextUpperDistance() const; + /** Bottom inner spacing to borders */ long GetTextLowerDistance() const; SdrTextAniKind GetTextAniKind() const; SdrTextAniDirection GetTextAniDirection() const; |