diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-01-30 10:26:28 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:37:32 +0000 |
commit | c885850e2e54da986bd85cfc00bc8a23c272704d (patch) | |
tree | b92bf0ece25035662ce0d5d179e50dea24e72df7 /sw/uiconfig | |
parent | 5257cee53a7f1c60b67efc174e05b07fa2de5daf (diff) |
Add Increase/Decrease font functionality to drawing objects
Change-Id: I9abfca6f8cefd1e1211a98fa36ce07a407c2fd06
Reviewed-on: https://gerrit.libreoffice.org/7655
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
6 files changed, 12 insertions, 0 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml b/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> diff --git a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> diff --git a/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> diff --git a/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> diff --git a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> diff --git a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml index f6046059f5cc..5db228b3f98e 100644 --- a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> |