diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2017-06-07 09:36:06 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-06-15 11:00:05 +0200 |
commit | dd0df1c8a213ab6f0959145396bc273bf885af39 (patch) | |
tree | f88f8768274ab4112c311ce9985fc44bf6dd3cc8 /include | |
parent | f11ae206bb368f643dbbaa6856c1d9809ad5c7b5 (diff) |
Watermark: RTF font import and export
* font size
* font family
* rotation
* TextPath geometry - working transparency & color
* revert TextBox export removed by mistake
Change-Id: I3f6df86809ae57dc40c275652a96b19d2a3d7eba
Reviewed-on: https://gerrit.libreoffice.org/38494
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/rtfutil.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/filter/msfilter/rtfutil.hxx b/include/filter/msfilter/rtfutil.hxx index 4db8c5243e11..515db949895f 100644 --- a/include/filter/msfilter/rtfutil.hxx +++ b/include/filter/msfilter/rtfutil.hxx @@ -17,6 +17,9 @@ #include <sal/types.h> #include <tools/solar.h> +// RTF values are often multiplied by 2^16 +#define RTF_MULTIPLIER 65536 + namespace msfilter { namespace rtfutil { |