diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-04-21 08:22:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-04-21 09:02:33 +0200 |
commit | f703ad86984bcc5e2271484cf45d36e1057b21ad (patch) | |
tree | 7a6ad5a5526d69b7b295afbcfdbbcd57d1f747cb /include | |
parent | 76e80a567fe41f885224d01c7dd22de7ee90606d (diff) |
sw floatable: teach the RTF export about SwFormatFlySplit
Write \nobrkwrptbl unconditionally till we have a layout mode where
floating/wrapped tables don't split/break.
Change-Id: I0a19d034651a276dde8df391a5f1ca8ae39ddfed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150739
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/rtfkeywd.hxx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/svtools/rtfkeywd.hxx b/include/svtools/rtfkeywd.hxx index d1a4a59073b2..b4bac2af34cf 100644 --- a/include/svtools/rtfkeywd.hxx +++ b/include/svtools/rtfkeywd.hxx @@ -1221,5 +1221,24 @@ #define LO_STRING_SVTOOLS_RTF_GUTTERPRL "\\gutterprl" #define LO_STRING_SVTOOLS_RTF_RTLGUTTER "\\rtlgutter" #define LO_STRING_SVTOOLS_RTF_LBR "\\lbr" +#define LO_STRING_SVTOOLS_RTF_TPVMRG "\\tpvmrg" +#define LO_STRING_SVTOOLS_RTF_TPVPG "\\tpvpg" +#define LO_STRING_SVTOOLS_RTF_TPVPARA "\\tpvpara" +#define LO_STRING_SVTOOLS_RTF_NOBRKWRPTBL "\\nobrkwrptbl" +#define LO_STRING_SVTOOLS_RTF_TPHCOL "\\tphcol" +#define LO_STRING_SVTOOLS_RTF_TPHMRG "\\tphmrg" +#define LO_STRING_SVTOOLS_RTF_TPHPG "\\tphpg" +#define LO_STRING_SVTOOLS_RTF_TPOSXL "\\tposxl" +#define LO_STRING_SVTOOLS_RTF_TPOSXC "\\tposxc" +#define LO_STRING_SVTOOLS_RTF_TPOSXR "\\tposxr" +#define LO_STRING_SVTOOLS_RTF_TPOSX "\\tposx" +#define LO_STRING_SVTOOLS_RTF_TPOSYT "\\tposyt" +#define LO_STRING_SVTOOLS_RTF_TPOSYC "\\tposyc" +#define LO_STRING_SVTOOLS_RTF_TPOSYB "\\tposyb" +#define LO_STRING_SVTOOLS_RTF_TPOSY "\\tposy" +#define LO_STRING_SVTOOLS_RTF_TDFRMTXTLEFT "\\tdfrmtxtLeft" +#define LO_STRING_SVTOOLS_RTF_TDFRMTXTRIGHT "\\tdfrmtxtRight" +#define LO_STRING_SVTOOLS_RTF_TDFRMTXTTOP "\\tdfrmtxtTop" +#define LO_STRING_SVTOOLS_RTF_TDFRMTXTBOTTOM "\\tdfrmtxtBottom" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |