sw/uiconfig/swriter/ui/notebookbar.ui                    |    7 +++++++
 sw/uiconfig/swriter/ui/notebookbar_compact.ui            |    7 +++++++
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |   14 ++++++++++++++
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui    |   14 ++++++++++++++
 4 files changed, 42 insertions(+)

New commits:
commit 28e7502be32f76ff20a38b644e29f1d6c40bbe24
Author:     Rafael Lima <[email protected]>
AuthorDate: Fri Feb 10 12:02:04 2023 -0300
Commit:     Rafael Lima <[email protected]>
CommitDate: Wed Feb 22 13:37:02 2023 +0000

    Related tdf#129905 Add new .uno:SectionBoundaries to the Notebookbar
    
    This patch adds the new command .uno:SectionBoundaries to the notebookbar 
interfaces.
    
    Change-Id: Ib01b8221e3015c460f6b7cc0cdac3c7ddd4aab1a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146785
    Tested-by: Jenkins
    Tested-by: Heiko Tietze <[email protected]>
    Reviewed-by: Heiko Tietze <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index c1947e131530..a2344e9029fb 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -2195,6 +2195,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="MenuView-SectionBoundaries">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="MenuView-ShowGraphics">
         <property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
index c24b2a9b3abd..8226b60d7861 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui
@@ -2385,6 +2385,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="SectionBoundariesD">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="ShowGraphicsD">
         <property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index b54a1642e54e..21c396bfd26b 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -1667,6 +1667,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="MenuGrid-SectionBoundaries">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="MenuGrid-ShowGraphics">
         <property name="visible">True</property>
@@ -3396,6 +3403,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="MenuView-SectionBoundaries">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="MenuView-ShowGraphics">
         <property name="visible">True</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui 
b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
index b281c407de68..2ebe0b5817b0 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
@@ -1639,6 +1639,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="MenuGrid-SectionBoundaries">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="MenuGrid-ShowGraphics">
         <property name="visible">True</property>
@@ -3730,6 +3737,13 @@
         <property name="action_name">.uno:TableBoundaries</property>
       </object>
     </child>
+    <child>
+      <object class="GtkMenuItem" id="MenuView-SectionBoundaries">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="action_name">.uno:SectionBoundaries</property>
+      </object>
+    </child>
     <child>
       <object class="GtkMenuItem" id="MenuView-ShowGraphics">
         <property name="visible">True</property>

Reply via email to