diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-01-11 14:49:13 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-01-15 13:34:10 +0100 |
commit | dc7ae151c481b9d6154ff3f982508b1e0f0cb5fd (patch) | |
tree | 92787744196be9dd7b29c4a03980596523fc22e9 /sw/uiconfig/sweb | |
parent | d3ef6070dc0a597a1a7cef7c39c50b95d664976d (diff) |
tdf#121033 drawtextobjectbar follow now textobjectbar
textobjectbar are now the same in all sw modules
orientation was removed cause it's page orientation
instead of text orientation
Change-Id: I3d1f32d426d6266f7482b93f55fa847d639d91aa
Reviewed-on: https://gerrit.libreoffice.org/66174
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig/sweb')
-rw-r--r-- | sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml | 46 | ||||
-rw-r--r-- | sw/uiconfig/sweb/toolbar/textobjectbar.xml | 40 |
2 files changed, 60 insertions, 26 deletions
diff --git a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml index 835c6b9364a3..dc190e4836fe 100644 --- a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml @@ -21,33 +21,51 @@ <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> + <toolbar:toolbaritem xlink:href=".uno:Grow"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold"/> <toolbar:toolbaritem xlink:href=".uno:Italic"/> - <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> + <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <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:Shadowed"/> + <toolbar:toolbaritem xlink:href=".uno:OutlineFont"/> + <toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToLower" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToUpper" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SmallCaps" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Color"/> + <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> + <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> + <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SelectAll"/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/textobjectbar.xml b/sw/uiconfig/sweb/toolbar/textobjectbar.xml index 3176dbf987d4..2408d0f9b8da 100644 --- a/sw/uiconfig/sweb/toolbar/textobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/textobjectbar.xml @@ -21,6 +21,9 @@ <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:StyleApply"/> + <toolbar:toolbaritem xlink:href=".uno:StyleUpdateByExample"/> + <toolbar:toolbaritem xlink:href=".uno:StyleNewByExample"/> + <toolbar:toolbaritem xlink:href=".uno:EditStyle" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> @@ -30,34 +33,47 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold"/> <toolbar:toolbaritem xlink:href=".uno:Italic"/> - <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> + <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:Shadowed" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:OutlineFont" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToLower" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToUpper" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SmallCaps" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Color"/> <toolbar:toolbaritem xlink:href=".uno:BackColor"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> + <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> + <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> - <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:visible="false"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> |