From 7f58b57b47e6642cb9a7aeac48915b30148042d2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 28 Nov 2023 08:46:58 +0100 Subject: sw floattable, per-frame wrap-on-all-pages mode: add ODT filter See , map SwFormatWrapTextAtFlyStart to on export, and the opposite on import. Change-Id: I43ee4c014fbcef8e883ff08ea061cfd395399a98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160010 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- xmloff/inc/xmlprop.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff/inc') diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx index 31b500335891..d93e0b89fbf5 100644 --- a/xmloff/inc/xmlprop.hxx +++ b/xmloff/inc/xmlprop.hxx @@ -660,6 +660,7 @@ inline constexpr OUString PROP_Weight = u"Weight"_ustr; inline constexpr OUString PROP_Width = u"Width"_ustr; inline constexpr OUString PROP_WidthType = u"WidthType"_ustr; inline constexpr OUString PROP_WrapInfluenceOnPosition = u"WrapInfluenceOnPosition"_ustr; +inline constexpr OUString PROP_WrapTextAtFlyStart = u"WrapTextAtFlyStart"_ustr; inline constexpr OUString PROP_WritingMode = u"WritingMode"_ustr; inline constexpr OUString PROP_XName = u"XName"_ustr; inline constexpr OUString PROP_YName = u"YName"_ustr; -- cgit