From 56d8007a197b095b09423c691a51515567648e80 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 16 Mar 2021 20:10:18 +0100 Subject: tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSize * add BackgroundFullSize property to PageProperties * add a checkbox on the SvxPageDescPage * marshal the item via SfxGrabBagItem to avoid changing svxids.hrc * add RES_BACKGROUND_FULL_SIZE item, pool default is "true" which is appropriate for Word import filters * ODF export: remove hard-coded export in XMLPageMasterExportPropMapper::ContextFilter() * use it in SwFrame::PaintSwFrameBackground() * fix painting of bitmaps by also using the page frame area in SwFrame::GetBackgroundBrush(), which was the reason why f006b6339e20af6a3fbd60d97d21590d4ebf5021 painted things inconsistently * force repaint in lcl_DescSetAttr()/SwFrame::UpdateAttrFrame() Change-Id: I4cb64f87c01d17c051936e9b8128395fbb8b4fe5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112594 Tested-by: Jenkins Reviewed-by: Michael Stahl --- schema/odf1.3/OpenDocument-schema-v1.3.rng | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'schema') diff --git a/schema/odf1.3/OpenDocument-schema-v1.3.rng b/schema/odf1.3/OpenDocument-schema-v1.3.rng index 4b49c3e35dc5..6c15e2f820e3 100644 --- a/schema/odf1.3/OpenDocument-schema-v1.3.rng +++ b/schema/odf1.3/OpenDocument-schema-v1.3.rng @@ -9655,13 +9655,14 @@ right top bottom + - + - + -- cgit