From 95ebd24a629b4c8cd62cc20c0701683512cc8fa0 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Thu, 27 May 2021 13:00:10 +0300 Subject: editengine-columns: ODF support [API CHANGE] This uses existing ODF markup, as used by Writer's text frame: style::columns child element of style:graphic-properties, its fo:column-count and fo:column-gap attributes. No ODF extension is required. Since currently only columns with same width and spacing are implemented, without additional settings, style:column child elements are exported, but ignored on import. This adds new property to css::drawing::TextProperties service: TextColumns (of type css::text::XTextColumns). Change-Id: I7e63293e5814b281ceec8a9632e696322d3629e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116035 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- svx/Library_svxcore.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/Library_svxcore.mk') diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 20915ae573c9..8e596acd4605 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -390,6 +390,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ svx/source/toolbars/fontworkbar \ svx/source/unodraw/gluepts \ svx/source/unodraw/shapepropertynotifier \ + svx/source/unodraw/SvxXTextColumns \ svx/source/unodraw/tableshape \ svx/source/unodraw/unobrushitemhelper \ svx/source/unodraw/unobtabl \ -- cgit