From 9b8828174dca6971d2490844b4c6cab2b9d57b8d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Oct 2017 12:07:20 +0100 Subject: turn implicit container explicit in buildable notebooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as in interim measure for SfxTabDialogs we throw away the TabPage if its not suitable for reuse Change-Id: Ic5776ca3d2a8cb6bf41f33df01b211f81c62a842 Reviewed-on: https://gerrit.libreoffice.org/43134 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- .../uiconfig/dbreport/ui/backgrounddialog.ui | 12 +++- reportdesign/uiconfig/dbreport/ui/chardialog.ui | 65 +++++++++++++++++++--- reportdesign/uiconfig/dbreport/ui/pagedialog.ui | 23 ++++++-- 3 files changed, 86 insertions(+), 14 deletions(-) (limited to 'reportdesign') diff --git a/reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui b/reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui index 81f06b43ac9e..371dcec42a6e 100644 --- a/reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui +++ b/reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui @@ -1,5 +1,5 @@ - + @@ -90,14 +90,20 @@ True True - + + True + False + + + + True False - 0.4699999988079071 Background + 0.4699999988079071 False diff --git a/reportdesign/uiconfig/dbreport/ui/chardialog.ui b/reportdesign/uiconfig/dbreport/ui/chardialog.ui index 8fc9aa4da781..59ac7cfccb62 100644 --- a/reportdesign/uiconfig/dbreport/ui/chardialog.ui +++ b/reportdesign/uiconfig/dbreport/ui/chardialog.ui @@ -1,5 +1,5 @@ - + @@ -90,7 +90,13 @@ True True - + + True + False + + + + @@ -103,7 +109,16 @@ - + + True + False + + + + + + 1 + @@ -117,7 +132,16 @@ - + + True + False + + + + + + 2 + @@ -131,7 +155,16 @@ - + + True + False + + + + + + 3 + @@ -145,7 +178,16 @@ - + + True + False + + + + + + 4 + @@ -159,7 +201,16 @@ - + + True + False + + + + + + 5 + diff --git a/reportdesign/uiconfig/dbreport/ui/pagedialog.ui b/reportdesign/uiconfig/dbreport/ui/pagedialog.ui index 5fa08b2a48ab..d64acf4cff6b 100644 --- a/reportdesign/uiconfig/dbreport/ui/pagedialog.ui +++ b/reportdesign/uiconfig/dbreport/ui/pagedialog.ui @@ -1,5 +1,5 @@ - + @@ -90,7 +90,13 @@ True True - + + True + False + + + + @@ -103,14 +109,23 @@ - + + True + False + + + + + + 1 + True False - 0.4699999988079071 Background + 0.4699999988079071 1 -- cgit