[Libreoffice-commits] core.git: extras/source sc/uiconfig sd/uiconfig sw/uiconfig vcl/source

2020-02-08 Thread Caolán McNamara (via logerrit)
 extras/source/glade/libreoffice-catalog.xml.in|4 
 sc/uiconfig/scalc/ui/notebookbar.ui   |  310 +++---
 sc/uiconfig/scalc/ui/notebookbar_compact.ui   |  508 +-
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui|  140 +-
 sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui   |   62 -
 sd/uiconfig/sdraw/ui/notebookbar.ui   |  336 +++
 sd/uiconfig/sdraw/ui/notebookbar_compact.ui   |  666 +++---
 sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui|  172 +--
 sd/uiconfig/sdraw/ui/notebookbar_single.ui|  472 -
 sd/uiconfig/simpress/ui/notebookbar.ui|  364 +++
 sd/uiconfig/simpress/ui/notebookbar_compact.ui|  638 ++---
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui |  172 +--
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui|   80 -
 sd/uiconfig/simpress/ui/notebookbar_single.ui |  456 -
 sw/uiconfig/swriter/ui/notebookbar.ui |  326 +++---
 sw/uiconfig/swriter/ui/notebookbar_compact.ui |  564 +--
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui  |  140 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui |  146 +--
 sw/uiconfig/swriter/ui/notebookbar_single.ui  |  352 +++
 vcl/source/window/OptionalBox.cxx |3 
 vcl/source/window/builder.cxx |5 
 21 files changed, 2959 insertions(+), 2957 deletions(-)

New commits:
commit 2d0944ab7a94ea0d5cd5f66c4895a0c99d9a3593
Author: Caolán McNamara 
AuthorDate: Sat Feb 8 19:18:15 2020 +
Commit: Caolán McNamara 
CommitDate: Sat Feb 8 21:46:32 2020 +0100

Resolves: tdf#130513 sfxlo-OptionalBox isn't in sfx

its in vcl not sfx, so under windows its not actually created by the
builder as the factory method isn't found in sfx. While under linux
the method is found anyway despite the wrong lib name.

seeing as its in vcl, keep it there. The factory method isn't needed
when its in vcl and rename the .ui name to VclOptionalBox

Change-Id: If279477d2e4cbb50d202d528c293b471134de30c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88279
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index 0be42ad51e65..6edd3804e696 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -105,8 +105,8 @@
 
-
 center
 True
 
-  
+  
 True
 False
 center
@@ -2164,7 +2164,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2243,7 +2243,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2299,7 +2299,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2369,7 +2369,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2425,7 +2425,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2504,7 +2504,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2560,7 +2560,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2639,7 +2639,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2695,7 +2695,7 @@
   
 
 
-  
+  
 True
 False
 center
@@ -2774,7 +2774,7 @@
   
  

[Libreoffice-commits] core.git: extras/source sc/uiconfig sd/uiconfig sw/uiconfig vcl/source

2016-06-30 Thread Szymon Kłos
 extras/source/glade/libreoffice-catalog.xml.in |3 
 sc/uiconfig/scalc/ui/notebookbar.ui|   88 ++--
 sd/uiconfig/simpress/ui/notebookbar.ui |   96 --
 sw/uiconfig/swriter/ui/notebookbar.ui  |  106 -
 vcl/source/control/button.cxx  |7 +
 vcl/source/window/builder.cxx  |4 
 6 files changed, 112 insertions(+), 192 deletions(-)

New commits:
commit 5ee7caad68fecfb2124dd90e077597e92b6400c9
Author: Szymon Kłos 
Date:   Wed Jun 29 19:10:25 2016 +0200

GSoC added button with small padding

+ vcl builder setups action for custom buttons
+ new control: vcllo-SmallButton with WB_SMALLSTYLE property

Change-Id: I54891969f26d237eac8e45532906d76040264272
Reviewed-on: https://gerrit.libreoffice.org/26781
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index 30dcecc..8744ebf 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -821,5 +821,8 @@
 
+
   
 
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index cf72d70..3c1752c 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -237,8 +237,7 @@
 True
 False
 
-  
-70
+  
 True
 True
 True
@@ -296,8 +295,7 @@
   
 
 
-  
-130
+  
 True
 True
 True
@@ -1379,8 +1377,7 @@
 True
 False
 
-  
-130
+  
 True
 True
 True
@@ -1418,8 +1415,7 @@
 True
 False
 
-  
-60
+  
 True
 True
 True
@@ -1435,8 +1431,7 @@
   
 
 
-  
-110
+  
 True
 True
 True
@@ -1452,8 +1447,7 @@
   
 
 
-  
-60
+  
 True
 True
 True
@@ -1503,8 +1497,7 @@
   
 
 
-  
-150
+  
 True
 True
 True
@@ -1520,8 +1513,7 @@
   
 
 
-  
-80
+  
 True
 True
 True
@@ -1537,8 +1529,7 @@
   
 
 
-  
-80
+  
 True
 True
 True
@@ -1566,8 +1557,7 @@
   
 
 
-  
-70
+  
 True
 True
 True
@@ -1599,8 +1589,7 @@
 True
 False
 
-  
-130
+  
 True
 True
 True
@@ -1616,8 +1605,7 @@
   
 
 
-  
-70
+  
 True
 True
 True
@@ -1665,8 +1653,7 @@
 True
 False
 
-  
-100
+  
 True
 True
 True
@@ -1682,8 +1669,7 @@
   
 
 
-  
-120
+  
 True
 True