From 947277146e4c1ff7544371095fcc6bd5842b2d98 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 2 Feb 2021 15:49:16 +0100 Subject: sw page gutter margin: add UNO API SvxLRSpaceItem is used for all sorts of left/right margins, but gutter only makes sense for pages, so only expose the gutter margin in the page properties. Change-Id: Icfca2499e944081b70bbdbc4c62e78cade25f5c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110322 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- offapi/com/sun/star/style/PageProperties.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index 73242f230f90..dccd63f20b04 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -487,6 +487,13 @@ published service PageProperties @since LibreOffice 6.1 */ [optional, property, maybevoid] com::sun::star::graphic::XGraphic FooterBackGraphic; + + /** determines the gutter margin of the page. + + @since LibreOffice 7.2 + */ + [optional, property] long GutterMargin; + }; }; }; }; }; -- cgit v1.2.3