From c4cf2e82e8d0aaef9b1daedc033d6edf647e5284 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 13 Jun 2022 08:53:22 +0200 Subject: tdf#128150 Add OOXML import/export for "use background fill" and allow editing this fill property in area dlg Change-Id: Ic63ba11e9d499d4a0fb22f6739587e3e25140b8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134406 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- offapi/com/sun/star/drawing/FillProperties.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index 9da98ab2d2d6..2e6ff1927424 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -216,6 +216,13 @@ published service FillProperties */ [optional, property] com::sun::star::text::GraphicCrop GraphicCrop; + /** If this is `TRUE`, and FillStyle is FillStyle::NONE: + The area displays the slide background + + @since LibreOffice 8.0 + */ + [optional, property] boolean FillUseSlideBackground; + }; -- cgit