diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2017-05-19 00:18:15 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2017-05-19 19:24:05 +0200 |
commit | 48906a5e899e517af76e04afb5659232b336e206 (patch) | |
tree | 3e6159253675799bbed9948164f78510ddef86ab /sfx2/sdi | |
parent | a3f9f03f52c2134058dff87eb1528a19450c566c (diff) |
Watermark: extended configuration
* it is possible to set font family,
color, angle and transparency
Change-Id: Idea2fb9ee748394bb3d706fa790e109238584cdb
Reviewed-on: https://gerrit.libreoffice.org/37793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 6fce89a16635..03b536d3c4d6 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4268,7 +4268,10 @@ SfxVoidItem ClassificationApply SID_CLASSIFICATION_APPLY ] SfxWatermarkItem Watermark SID_WATERMARK -(SfxStringItem Text SID_WATERMARK) +(SfxStringItem Text SID_WATERMARK, SfxStringItem Font SID_WATERMARK_FONT, + SfxInt16Item Angle SID_WATERMARK_ANGLE, SfxInt16Item Transparency SID_WATERMARK_TRANSPARENCY, + SfxUInt32Item Color SID_WATERMARK_COLOR +) [ AutoUpdate = FALSE, FastCall = FALSE, |