diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-07-07 20:33:40 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-07-26 07:16:39 +0200 |
commit | 7b776bc01911e7b3ff0044bf88cfed9bcd1d97d8 (patch) | |
tree | 03f53aa4409a8108b922177a936fbe14120b6ab0 /sw/inc/format.hxx | |
parent | 9bb7349bdbcb00ce73c50d37ffe55476939751c1 (diff) |
CharBrd 2: new character attribute
- Add new character attribute id
- Update attribute set and attribute stack
- Convert character set item to general item and back
when execute "Borders" tab page.
- Add new SwFont attributes for different borders
(top, bottom, right, left) This will be used for
painting.
Change-Id: I344babc3645931537cfa37d64f1f6c6c02c1cee3
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index bf565f4dde6e..09dde2718b44 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -209,6 +209,7 @@ public: inline const SvxCharRotateItem &GetCharRotate( sal_Bool = sal_True ) const; inline const SvxCharReliefItem &GetCharRelief( sal_Bool = sal_True ) const; inline const SvxCharHiddenItem &GetCharHidden( sal_Bool = sal_True ) const; + inline const SvxBoxItem &GetCharBorder( sal_Bool = sal_True ) const; /// Frame-attributes - implemented in frmatr.hxx. inline const SwFmtFillOrder &GetFillOrder( sal_Bool = sal_True ) const; |