diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-02 20:29:36 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-03 12:42:43 +0000 |
commit | 2721520ca37654056c3d509657c50ee42e3dcae4 (patch) | |
tree | a5c305cd942cd748b4f1c947ca5fc9286777a555 /xmloff/inc | |
parent | e1c5960450a5cb8ba93490bbd99533b6070d558e (diff) |
tdf#153925 xmloff,sw: decorative flag on frame styles
* sw API SwXStyle property "Decorative"
* UI checkbox "Decorative" - split up the GtkFrame to always show it
* ODF import/export as loext:decorative on style:graphic-properties
* test for ODF filters
Change-Id: If124cb50ee7776b5807720e65f41a07e7b9f4cf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148143
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlprop.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx index 27adbde570d7..ab7c53de01cf 100644 --- a/xmloff/inc/xmlprop.hxx +++ b/xmloff/inc/xmlprop.hxx @@ -165,6 +165,7 @@ inline constexpr OUStringLiteral PROP_DataRowSource = u"DataRowSource"; inline constexpr OUStringLiteral PROP_DataTableHBorder = u"DataTableHBorder"; inline constexpr OUStringLiteral PROP_DataTableOutline = u"DataTableOutline"; inline constexpr OUStringLiteral PROP_DataTableVBorder = u"DataTableVBorder"; +inline constexpr OUStringLiteral PROP_Decorative = u"Decorative"; inline constexpr OUStringLiteral PROP_Deep = u"Deep"; inline constexpr OUStringLiteral PROP_DefaultOutlineLevel = u"DefaultOutlineLevel"; inline constexpr OUStringLiteral PROP_Dim3D = u"Dim3D"; |