diff options
author | abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> | 2013-10-21 10:58:33 +0300 |
---|---|---|
committer | abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> | 2013-10-21 11:24:27 +0300 |
commit | aa02102fe9d338eb7d0774bd54feeac2142506ac (patch) | |
tree | fe30f84045b6af7187bd895abb6a1757cf37ae56 /sc | |
parent | fdeb14e4ee73ca1e1213f0dcde61600d9baac657 (diff) |
Add writedirections buttons to calc sidebar fdo#67746
Change-Id: I5377f643f2ea6712724fdbf619f0b60bf78d619d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebaralignment.ui | 122 |
1 files changed, 86 insertions, 36 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebaralignment.ui b/sc/uiconfig/scalc/ui/sidebaralignment.ui index cff8cca9776f..228a25ee5410 100644 --- a/sc/uiconfig/scalc/ui/sidebaralignment.ui +++ b/sc/uiconfig/scalc/ui/sidebaralignment.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkGrid" id="AlignmentPropertyPanel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -19,58 +20,107 @@ <property name="can_focus">False</property> <property name="spacing">12</property> <child> - <object class="GtkToolbar" id="horizontalalignment"> + <object class="GtkBox" id="box8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="tooltip_text" translatable="yes">Horizontal Alignment</property> - <property name="show_arrow">False</property> <child> - <object class="GtkToolButton" id="substleft"> + <object class="GtkToolbar" id="horizontalalignment"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="valign">start</property> - <property name="action_name">.uno:AlignLeft</property> - <property name="use_underline">True</property> + <property name="tooltip_text" translatable="yes">Horizontal Alignment</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="substleft"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">start</property> + <property name="action_name">.uno:AlignLeft</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="substcenter"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:AlignHorizontalCenter</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="substright"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:AlignRight</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="substjustify"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:AlignBlock</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="homogeneous">True</property> - </packing> - </child> - <child> - <object class="GtkToolButton" id="substcenter"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:AlignHorizontalCenter</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="substright"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:AlignRight</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="fill">True</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkToolButton" id="substjustify"> + <object class="sfxlo-SidebarToolBox" id="writedirection"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:AlignBlock</property> - <property name="use_underline">True</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="lefttoright"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:ParaLeftToRight</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="righttoleft"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="is_important">True</property> + <property name="action_name">.uno:ParaRightToLeft</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="homogeneous">True</property> + <property name="fill">True</property> + <property name="position">1</property> </packing> </child> </object> |