diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-07-12 21:18:58 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2016-07-12 22:08:04 +0200 |
commit | 0b7135a62b6ec91e1f03566c1fcada85833925ee (patch) | |
tree | 030443adf5874bdb86e2fefbff4d4927e1e5788d /sc | |
parent | e9a1afbd3e12c6935cbacbff84b1b70fea0add85 (diff) |
GSoC notebookbar: added priorities in Calc
Change-Id: I8a2426e80411940aa295ed46eefca58c6864943a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 1676 |
1 files changed, 928 insertions, 748 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 990fcc955610..6d53571ffe83 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -198,7 +198,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <child> - <object class="GtkBox" id="FileBox"> + <object class="sfxlo-PriorityHBox" id="FileBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -267,14 +267,28 @@ </packing> </child> <child> - <object class="vcllo-SmallButton" id="ExportTo"> + <object class="GtkBox" id="box28"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:ExportTo</property> - <property name="image">ExportToImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="vcllo-SmallButton" id="ExportTo"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:ExportTo</property> + <property name="image">ExportToImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> @@ -283,14 +297,28 @@ </packing> </child> <child> - <object class="GtkButton" id="ExportToPDF"> + <object class="GtkBox" id="box33"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:ExportToPDF</property> - <property name="image">ExportToPDFImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="GtkButton" id="ExportToPDF"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:ExportToPDF</property> + <property name="image">ExportToPDFImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-3"/> + </style> </object> <packing> <property name="expand">False</property> @@ -315,13 +343,27 @@ </packing> </child> <child> - <object class="GtkButton" id="Signature"> + <object class="GtkBox" id="box2"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:Signature</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="GtkButton" id="Signature"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:Signature</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> @@ -343,68 +385,157 @@ </packing> </child> <child> - <object class="GtkBox" id="CalcBox"> + <object class="sfxlo-PriorityHBox" id="HomeBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> - <object class="GtkBox" id="box4"> + <object class="vcllo-SmallButton" id="Paste"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:Paste</property> + <property name="image">PasteImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkButton" id="Cut"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:Cut</property> + <property name="relief">none</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="Copy"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:Copy</property> + <property name="relief">none</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="vcllo-SmallButton" id="FormatPaintbrush"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:FormatPaintbrush</property> + <property name="image">FormatPaintbrushImg1</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-1"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkSeparator" id="separator1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box9"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">6</property> + <property name="orientation">vertical</property> <child> - <object class="GtkBox" id="box3"> + <object class="GtkBox" id="box11"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="spacing">6</property> <child> - <object class="vcllo-SmallButton" id="Paste"> + <object class="sfxlo-SidebarToolBox" id="font"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:Paste</property> - <property name="image">PasteImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="GtkToolButton" id="fontname"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:CharFontName</property> + </object> + <packing> + <property name="expand">True</property> + <property name="homogeneous">True</property> + </packing> + </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box5"> + <object class="sfxlo-SidebarToolBox" id="fontheight"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> <child> - <object class="GtkButton" id="Cut"> + <object class="GtkToolButton" id="fontsize"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:Cut</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="Copy"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:Copy</property> - <property name="relief">none</property> - <property name="xalign">0</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:FontHeight</property> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> + <property name="expand">True</property> + <property name="homogeneous">True</property> </packing> </child> </object> @@ -414,22 +545,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="vcllo-SmallButton" id="FormatPaintbrush"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:FormatPaintbrush</property> - <property name="image">FormatPaintbrushImg1</property> - <property name="relief">none</property> - <property name="image_position">top</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> </object> <packing> <property name="expand">False</property> @@ -438,111 +553,83 @@ </packing> </child> <child> - <object class="GtkSeparator" id="separator1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box9"> + <object class="GtkBox" id="box10"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> + <property name="spacing">12</property> <child> - <object class="GtkBox" id="box11"> + <object class="sfxlo-SidebarToolBox" id="fonteffects"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">6</property> + <property name="show_arrow">False</property> <child> - <object class="sfxlo-SidebarToolBox" id="font"> + <object class="GtkToolButton" id="bold"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <child> - <object class="GtkToolButton" id="fontname"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:CharFontName</property> - </object> - <packing> - <property name="expand">True</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="is_important">True</property> + <property name="action_name">.uno:Bold</property> + <property name="use_underline">True</property> </object> <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> + <property name="expand">False</property> + <property name="homogeneous">True</property> </packing> </child> <child> - <object class="sfxlo-SidebarToolBox" id="fontheight"> + <object class="GtkToolButton" id="italic"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <child> - <object class="GtkToolButton" id="fontsize"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:FontHeight</property> - </object> - <packing> - <property name="expand">True</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="is_important">True</property> + <property name="action_name">.uno:Italic</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> + <property name="homogeneous">True</property> </packing> </child> <child> - <object class="sfxlo-SidebarToolBox" id="fontadjust"> + <object class="GtkMenuToolButton" id="underline"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="show_arrow">False</property> - <child> - <object class="GtkToolButton" id="grow"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Grow</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="shrink"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Shrink</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="is_important">True</property> + <property name="action_name">.uno:Underline</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="strikeout"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:Strikeout</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="shadowed"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:Shadowed</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> </packing> </child> </object> @@ -553,242 +640,213 @@ </packing> </child> <child> - <object class="GtkBox" id="box10"> + <object class="sfxlo-SidebarToolBox" id="cellbordertype"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">12</property> + <property name="valign">center</property> <child> - <object class="sfxlo-SidebarToolBox" id="fonteffects"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="show_arrow">False</property> - <child> - <object class="GtkToolButton" id="bold"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Bold</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="italic"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Italic</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkMenuToolButton" id="underline"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Underline</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="strikeout"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Strikeout</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="shadowed"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Shadowed</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="sfxlo-SidebarToolBox" id="cellbordertype"> + <object class="GtkMenuToolButton" id="bordertype"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="valign">center</property> - <child> - <object class="GtkMenuToolButton" id="bordertype"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Specify the borders of the selected cells.</property> - <property name="tooltip_text" translatable="yes">Specify the borders of the selected cells.</property> - <property name="halign">start</property> - <property name="action_name">.uno:SetBorderStyle</property> - <property name="label">toolbutton1</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">True</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="has_tooltip">True</property> + <property name="tooltip_markup" translatable="yes">Specify the borders of the selected cells.</property> + <property name="tooltip_text" translatable="yes">Specify the borders of the selected cells.</property> + <property name="halign">start</property> + <property name="action_name">.uno:SetBorderStyle</property> + <property name="label">toolbutton1</property> + <property name="use_underline">True</property> </object> <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> + <property name="expand">True</property> + <property name="homogeneous">True</property> </packing> </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="sfxlo-SidebarToolBox" id="spacingbar"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> - <object class="sfxlo-SidebarToolBox" id="position"> + <object class="GtkMenuToolButton" id="spacing"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="show_arrow">False</property> - <child> - <object class="GtkToolButton" id="subscript"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:SubScript</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="superscript"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:SuperScript</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="is_important">True</property> + <property name="action_name">.uno:Spacing</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="fill">True</property> - <property name="pack_type">end</property> - <property name="position">2</property> + <property name="homogeneous">True</property> </packing> </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">end</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="sfxlo-SidebarToolBox" id="colorbar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="show_arrow">False</property> <child> - <object class="sfxlo-SidebarToolBox" id="spacingbar"> + <object class="GtkMenuToolButton" id="Color"> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <child> - <object class="GtkMenuToolButton" id="spacing"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Spacing</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="is_important">True</property> + <property name="action_name">.uno:Color</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="fill">True</property> - <property name="pack_type">end</property> - <property name="position">3</property> + <property name="homogeneous">True</property> </packing> </child> <child> - <object class="sfxlo-SidebarToolBox" id="colorbar"> + <object class="GtkMenuToolButton" id="parabkcolor"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="show_arrow">False</property> - <child> - <object class="GtkMenuToolButton" id="Color"> - <property name="use_action_appearance">False</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="is_important">True</property> - <property name="action_name">.uno:Color</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkMenuToolButton" id="parabkcolor"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:BackgroundColor</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> - </packing> - </child> + <property name="action_name">.uno:BackgroundColor</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">4</property> + <property name="homogeneous">True</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">4</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="sfxlo-SidebarToolBox" id="fontadjust"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="grow1"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:Grow</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="shrink1"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:Shrink</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> + <object class="sfxlo-SidebarToolBox" id="position"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="subscript1"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:SubScript</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="superscript1"> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:SuperScript</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <style> + <class name="priority-3"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box6"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> <object class="GtkSeparator" id="separator2"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -797,11 +855,11 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box6"> + <object class="GtkBox" id="box8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -868,7 +926,7 @@ <property name="can_focus">False</property> <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="lefttoright"> + <object class="GtkToolButton" id="lefttoright1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="is_important">True</property> @@ -881,7 +939,7 @@ </packing> </child> <child> - <object class="GtkToolButton" id="righttoleft"> + <object class="GtkToolButton" id="righttoleft1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="is_important">True</property> @@ -907,7 +965,7 @@ <property name="can_focus">False</property> <property name="has_tooltip">True</property> <child> - <object class="GtkToolButton" id="TextdirectionLeftToRight"> + <object class="GtkToolButton" id="TextdirectionLeftToRight1"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> @@ -922,7 +980,7 @@ </packing> </child> <child> - <object class="GtkToolButton" id="TextdirectionTopToBottom"> + <object class="GtkToolButton" id="TextdirectionTopToBottom1"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> @@ -952,7 +1010,7 @@ </packing> </child> <child> - <object class="GtkBox" id="box8"> + <object class="GtkBox" id="box43"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -1020,18 +1078,20 @@ </packing> </child> <child> - <object class="sfxlo-SidebarToolBox" id="wrap"> + <object class="sfxlo-SidebarToolBox" id="indent"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> + <property name="tooltip_text" translatable="yes">Indent</property> <child> - <object class="GtkToolButton" id="WrapText"> + <object class="GtkToolButton" id="increaseindent1"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> + <property name="tooltip_text" translatable="yes">Increase Indent</property> <property name="is_important">True</property> - <property name="action_name">.uno:WrapText</property> + <property name="action_name">.uno:IncrementIndent</property> <property name="use_underline">True</property> </object> <packing> @@ -1039,29 +1099,15 @@ <property name="homogeneous">True</property> </packing> </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="pack_type">end</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="sfxlo-SidebarToolBox" id="indent"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Indent</property> <child> - <object class="GtkToolButton" id="increaseindent"> + <object class="GtkToolButton" id="decreaseindent1"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Increase Indent</property> + <property name="tooltip_text" translatable="yes">Decrease Indent</property> <property name="is_important">True</property> - <property name="action_name">.uno:IncrementIndent</property> + <property name="action_name">.uno:DecrementIndent</property> <property name="use_underline">True</property> </object> <packing> @@ -1069,15 +1115,27 @@ <property name="homogeneous">True</property> </packing> </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">end</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="sfxlo-SidebarToolBox" id="wrap"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="has_tooltip">True</property> <child> - <object class="GtkToolButton" id="decreaseindent"> + <object class="GtkToolButton" id="WrapText1"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Decrease Indent</property> <property name="is_important">True</property> - <property name="action_name">.uno:DecrementIndent</property> + <property name="action_name">.uno:WrapText</property> <property name="use_underline">True</property> </object> <packing> @@ -1090,7 +1148,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> </object> @@ -1104,9 +1162,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-5"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">8</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box7"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkSeparator" id="separator3"> <property name="visible">True</property> @@ -1116,11 +1188,11 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">5</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box7"> + <object class="GtkBox" id="box44"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -1230,9 +1302,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">6</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-5"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">11</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box14"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkSeparator" id="separator4"> <property name="visible">True</property> @@ -1242,11 +1328,11 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">7</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box14"> + <object class="GtkBox" id="box40"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -1284,9 +1370,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">8</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-2"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">13</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box12"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkSeparator" id="separator5"> <property name="visible">True</property> @@ -1296,11 +1396,11 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">9</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box12"> + <object class="GtkBox" id="box41"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -1394,9 +1494,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">10</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-4"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">15</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box13"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkSeparator" id="separator6"> <property name="visible">True</property> @@ -1406,11 +1520,11 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">11</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box13"> + <object class="GtkBox" id="box42"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -1448,26 +1562,17 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">12</property> - </packing> - </child> - <child> - <object class="GtkSeparator" id="separator7"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">13</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-3"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">17</property> </packing> </child> </object> @@ -1488,7 +1593,7 @@ </packing> </child> <child> - <object class="GtkBox" id="InsertBox"> + <object class="sfxlo-PriorityHBox" id="InsertBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -1566,22 +1671,25 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="vcllo-SmallButton" id="InsertObjectChart"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:InsertObjectChart</property> - <property name="image">InsertObjectChartImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> + <style> + <class name="priority-2"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="InsertObjectChart"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:InsertObjectChart</property> + <property name="image">InsertObjectChartImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> </object> <packing> <property name="expand">False</property> @@ -1617,14 +1725,28 @@ </packing> </child> <child> - <object class="vcllo-SmallButton" id="EditHeaderAndFooter"> + <object class="GtkBox" id="box46"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:EditHeaderAndFooter</property> - <property name="image">EditHeaderAndFooterImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="vcllo-SmallButton" id="EditHeaderAndFooter"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:EditHeaderAndFooter</property> + <property name="image">EditHeaderAndFooterImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> @@ -1645,18 +1767,32 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">8</property> + <property name="position">7</property> </packing> </child> <child> - <object class="vcllo-SmallButton" id="HyperlinkDialog"> + <object class="GtkBox" id="box47"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:HyperlinkDialog</property> - <property name="image">HyperlinkDialogImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <child> + <object class="vcllo-SmallButton" id="HyperlinkDialog"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:HyperlinkDialog</property> + <property name="image">HyperlinkDialogImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-3"/> + </style> </object> <packing> <property name="expand">False</property> @@ -1665,24 +1801,42 @@ </packing> </child> <child> - <object class="GtkSeparator" id="separator11"> + <object class="GtkBox" id="box39"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> + <child> + <object class="vcllo-SmallButton" id="InsertSymbol"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:InsertSymbol</property> + <property name="image">InsertSymbolImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">10</property> + <property name="position">9</property> </packing> </child> <child> - <object class="vcllo-SmallButton" id="DrawText"> + <object class="vcllo-SmallButton" id="InsertObjectStarMath"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:DrawText</property> - <property name="image">DrawTextImg</property> + <property name="action_name">.uno:InsertObjectStarMath</property> + <property name="image">InsertObjectStarMathImg</property> <property name="relief">none</property> <property name="image_position">top</property> </object> @@ -1693,30 +1847,14 @@ </packing> </child> <child> - <object class="GtkSeparator" id="separator10"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">12</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box39"> + <object class="GtkBox" id="box45"> <property name="visible">True</property> <property name="can_focus">False</property> <child> - <object class="vcllo-SmallButton" id="InsertSymbol"> + <object class="GtkSeparator" id="separator11"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:InsertSymbol</property> - <property name="image">InsertSymbolImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> </object> <packing> <property name="expand">False</property> @@ -1725,12 +1863,12 @@ </packing> </child> <child> - <object class="vcllo-SmallButton" id="InsertObjectStarMath"> + <object class="vcllo-SmallButton" id="DrawText"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:InsertObjectStarMath</property> - <property name="image">InsertObjectStarMathImg</property> + <property name="action_name">.uno:DrawText</property> + <property name="image">DrawTextImg</property> <property name="relief">none</property> <property name="image_position">top</property> </object> @@ -1740,6 +1878,9 @@ <property name="position">1</property> </packing> </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> @@ -1764,7 +1905,7 @@ </packing> </child> <child> - <object class="GtkBox" id="PageLayoutBox"> + <object class="sfxlo-PriorityHBox" id="PageLayoutBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -1846,6 +1987,9 @@ <property name="position">1</property> </packing> </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> @@ -1866,42 +2010,42 @@ </packing> </child> <child> + <object class="vcllo-SmallButton" id="BringToFront"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:BringToFront</property> + <property name="image">BringToFrontImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="SendToBack"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:SendToBack</property> + <property name="image">SendToBackImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> + <child> <object class="GtkBox" id="box18"> <property name="visible">True</property> <property name="can_focus">False</property> <child> - <object class="vcllo-SmallButton" id="BringToFront"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:BringToFront</property> - <property name="image">BringToFrontImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="vcllo-SmallButton" id="SendToBack"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:SendToBack</property> - <property name="image">SendToBackImg</property> - <property name="relief">none</property> - <property name="image_position">top</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> <object class="vcllo-SmallButton" id="FormatGroup"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -1914,7 +2058,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">0</property> </packing> </child> <child> @@ -1930,14 +2074,17 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">7</property> </packing> </child> </object> @@ -1957,7 +2104,7 @@ </packing> </child> <child> - <object class="GtkBox" id="DataBox"> + <object class="sfxlo-PriorityHBox" id="DataBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -1995,6 +2142,21 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkSeparator" id="separator15"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> @@ -2003,18 +2165,6 @@ </packing> </child> <child> - <object class="GtkSeparator" id="separator15"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> <object class="GtkButton" id="Calculate"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -2042,44 +2192,18 @@ </packing> </child> <child> - <object class="GtkBox" id="box22"> + <object class="GtkBox" id="box23"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <object class="GtkBox" id="box23"> + <object class="GtkButton" id="SortAscending"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkButton" id="SortAscending"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:SortAscending</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="SortDescending"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:SortDescending</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:SortAscending</property> + <property name="relief">none</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -2088,14 +2212,13 @@ </packing> </child> <child> - <object class="vcllo-SmallButton" id="DataSort1"> + <object class="GtkButton" id="SortDescending"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:DataSort</property> - <property name="image">DataSortImg</property> + <property name="action_name">.uno:SortDescending</property> <property name="relief">none</property> - <property name="image_position">top</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -2103,111 +2226,88 @@ <property name="position">1</property> </packing> </child> + <style> + <class name="priority-1"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="DataSort1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:DataSort</property> + <property name="image">DataSortImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="DataFilterAutoFilter"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:DataFilterAutoFilter</property> + <property name="image">DataFilterAutoFilterImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">6</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box25"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <object class="vcllo-SmallButton" id="DataFilterAutoFilter"> + <object class="GtkButton" id="DataFilterStandardFilter"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:DataFilterAutoFilter</property> - <property name="image">DataFilterAutoFilterImg</property> + <property name="action_name">.uno:DataFilterStandardFilter</property> <property name="relief">none</property> - <property name="image_position">top</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box24"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkButton" id="DataFilterRemoveFilter"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:DataFilterRemoveFilter</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="DataFilterHideAutoFilter"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:DataFilterHideAutoFilter</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkBox" id="box25"> + <object class="GtkButton" id="DataFilterSpecialFilter"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkButton" id="DataFilterStandardFilter"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:DataFilterStandardFilter</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="DataFilterSpecialFilter"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:DataFilterSpecialFilter</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:DataFilterSpecialFilter</property> + <property name="relief">none</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">7</property> </packing> </child> <child> @@ -2219,11 +2319,53 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">5</property> + <property name="position">8</property> </packing> </child> <child> - <object class="GtkBox" id="box26"> + <object class="GtkBox" id="box24"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkButton" id="DataFilterRemoveFilter"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:DataFilterRemoveFilter</property> + <property name="relief">none</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="DataFilterHideAutoFilter"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:DataFilterHideAutoFilter</property> + <property name="relief">none</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">9</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box22"> <property name="visible">True</property> <property name="can_focus">False</property> <child> @@ -2256,6 +2398,20 @@ <property name="position">1</property> </packing> </child> + <style> + <class name="priority-3"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">10</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box26"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkButton" id="DataConsolidate"> <property name="visible">True</property> @@ -2268,7 +2424,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">0</property> </packing> </child> <child> @@ -2283,9 +2439,23 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-3"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">12</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box48"> + <property name="visible">True</property> + <property name="can_focus">False</property> <child> <object class="GtkButton" id="DataForm"> <property name="visible">True</property> @@ -2298,7 +2468,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">0</property> </packing> </child> <child> @@ -2313,14 +2483,17 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">5</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-3"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">6</property> + <property name="position">14</property> </packing> </child> </object> @@ -2340,21 +2513,53 @@ </packing> </child> <child> - <object class="GtkBox" id="ReviewBox"> + <object class="sfxlo-PriorityHBox" id="ReviewBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> + <object class="vcllo-SmallButton" id="SpellDialog"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:SpellDialog</property> + <property name="image">SpellDialogImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="SpellOnline"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:SpellOnline</property> + <property name="image">SpellOnlineImg</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkBox" id="box27"> <property name="visible">True</property> <property name="can_focus">False</property> <child> - <object class="vcllo-SmallButton" id="SpellDialog"> + <object class="vcllo-SmallButton" id="ThesaurusDialog"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:SpellDialog</property> - <property name="image">SpellDialogImg</property> + <property name="action_name">.uno:ThesaurusDialog</property> + <property name="image">ThesaurusDialogImg</property> <property name="relief">none</property> <property name="image_position">top</property> </object> @@ -2364,70 +2569,102 @@ <property name="position">0</property> </packing> </child> + <style> + <class name="priority-4"/> + </style> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkSeparator" id="separator18"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="vcllo-SmallButton" id="InsertAnnotation1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:InsertAnnotation</property> + <property name="image">InsertAnnotationImg1</property> + <property name="relief">none</property> + <property name="image_position">top</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> + <child> + <object class="GtkBox" id="box30"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> <child> - <object class="vcllo-SmallButton" id="SpellOnline"> + <object class="GtkButton" id="EditAnnotation"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:SpellOnline</property> - <property name="image">SpellOnlineImg</property> + <property name="action_name">.uno:EditAnnotation</property> <property name="relief">none</property> - <property name="image_position">top</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> - <object class="vcllo-SmallButton" id="ThesaurusDialog"> + <object class="GtkButton" id="DeleteNote"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:ThesaurusDialog</property> - <property name="image">ThesaurusDialogImg</property> + <property name="action_name">.uno:DeleteNote</property> <property name="relief">none</property> - <property name="image_position">top</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">1</property> </packing> </child> + <style> + <class name="priority-3"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">5</property> </packing> </child> <child> - <object class="GtkSeparator" id="separator18"> + <object class="GtkBox" id="box31"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box29"> - <property name="visible">True</property> - <property name="can_focus">False</property> <child> - <object class="vcllo-SmallButton" id="InsertAnnotation1"> + <object class="GtkButton" id="HideNote"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:InsertAnnotation</property> - <property name="image">InsertAnnotationImg1</property> + <property name="action_name">.uno:HideNote</property> <property name="relief">none</property> - <property name="image_position">top</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -2436,40 +2673,13 @@ </packing> </child> <child> - <object class="GtkBox" id="box30"> + <object class="GtkButton" id="ShowNote"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkButton" id="EditAnnotation"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:EditAnnotation</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="DeleteNote"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:DeleteNote</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="action_name">.uno:ShowNote</property> + <property name="relief">none</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -2477,53 +2687,14 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkBox" id="box31"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkButton" id="HideNote"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:HideNote</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="ShowNote"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="action_name">.uno:ShowNote</property> - <property name="relief">none</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">6</property> </packing> </child> <child> @@ -2535,7 +2706,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">7</property> </packing> </child> <child> @@ -2589,11 +2760,14 @@ <property name="position">2</property> </packing> </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">8</property> </packing> </child> </object> @@ -2613,7 +2787,7 @@ </packing> </child> <child> - <object class="GtkBox" id="ViewBox"> + <object class="sfxlo-PriorityHBox" id="ViewBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> @@ -2720,6 +2894,9 @@ <property name="position">2</property> </packing> </child> + <style> + <class name="priority-1"/> + </style> </object> <packing> <property name="expand">False</property> @@ -2856,6 +3033,9 @@ <property name="position">1</property> </packing> </child> + <style> + <class name="priority-2"/> + </style> </object> <packing> <property name="expand">False</property> |