summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-06-09 16:03:51 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-07-08 10:38:08 +0200
commitc723398b879bc0733642854913470bcb6275ae17 (patch)
tree027da12e76b7d9fe7cae8ea2a40cad15eacab7ba /offapi
parent66ba1c64f3b7a3d0a05523bb1b25b65e48a303ea (diff)
tdf#128150 Fix PPTX slide background fill mode for shapes
This is: Add XFillBackgroundItem::dumpAsXml Change-Id: I21aa5ded0c9c114199c9d503b48437ec1a6171eb tdf#128150 Add OOXML import/export for "use background fill" Change-Id: Ic63ba11e9d499d4a0fb22f6739587e3e25140b8f tdf#128150 Implement/add SlideBackgroundFill visualization Change-Id: Ie11403c0b705fc2ecdfd7eb2fa5ae1a93a21b460 tdf#128150 xmloff: ODF import/export of fill-use-slide-background Change-Id: I05db879a8cb5018e0261f049ae91a5b9aaa760b6 tdf#128150 Only show "Use background" btn in Impress & Draw Change-Id: I5d14f651af55b51a8a02a8a4ddbb1c0921b15d81 tdf#128150 Adapt sidebar to new "use slide background" property Change-Id: Idce049a7498f98b0079c708236cfeff7fddd6e95 tdf#128150 Disable UseSlideBackground item when setting style back to None Change-Id: I883330ac7323c4758ca8cbd46f4567a2ea780fc1 tdf#149650 avoid potential recursion with SdrPage content hierarchy Change-Id: I27e064eeedfb45a2fe96892f1d31da94b9976c50 tdf#128150 Properly show/hide widgets when "use slide background" is selected Change-Id: I9d866fd63ea622ac5eb706185b3277c21f40d7cb tdf#149651 Correct the MasterPageBackgroundFill mode Change-Id: If48666212e2f0afac4fbfab9af4908a5d2b4c047 tdf#149754 correct gradient paint for outside definition range Change-Id: I45fc0a7a024a4288f698eb5f0abf6b0d1440edfc Change-Id: If426b6751618f657685e9aa6bc80478c6b5b9cba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136874 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/FillProperties.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl
index ca64bcd5c6c6..89335baa3cf8 100644
--- a/offapi/com/sun/star/drawing/FillProperties.idl
+++ b/offapi/com/sun/star/drawing/FillProperties.idl
@@ -227,6 +227,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 7.4
+ */
+ [optional, property] boolean FillUseSlideBackground;
+
};