From 6128e2d55f0d0c68d3c7f6fb69539ec800637947 Mon Sep 17 00:00:00 2001 From: "Daniel Arato (NISZ)" Date: Wed, 16 Jun 2021 10:39:29 +0200 Subject: tdf#142763 sc UI: add first page header/footer options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add checkbox "Same content on first page" checkbox (similar to the existing "Same content on left and right pages) to the Page Style dialog window, on the Header and Footer panes. Follow-up to commit 19fa853ce12136b5c14e0c5a0aa906c296b75388 (tdf#121715 XLSX: support custom first page header/footer) and commit 52beb3907dd3c7e6ae112e263def1005272cecd8 (tdf#142764 sc: import "Same content on first/left page"). Note: to set different header or footer on the first page of the spreadsheet, disable "Same content on first page" on Format->Page Style...->Header (or Footer), and choose the "Edit..." button. Change-Id: I3348fde216424b8d2c662956eab27cbe5880fc1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117316 Tested-by: László Németh Reviewed-by: László Németh --- sc/uiconfig/scalc/ui/headerdialog.ui | 46 +++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'sc/uiconfig/scalc/ui/headerdialog.ui') diff --git a/sc/uiconfig/scalc/ui/headerdialog.ui b/sc/uiconfig/scalc/ui/headerdialog.ui index df5624b990c6..d5668c12d29b 100644 --- a/sc/uiconfig/scalc/ui/headerdialog.ui +++ b/sc/uiconfig/scalc/ui/headerdialog.ui @@ -1,5 +1,5 @@ - + @@ -132,6 +132,50 @@ + + + True + False + Header (first) + + + False + + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True -- cgit