diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-03-01 01:40:19 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-03-05 08:15:38 +0100 |
commit | 8f56281ad5d82c68e1ce5b19e4839fc8e6d5c77a (patch) | |
tree | 7214ddcfcec915027efc3b97007ea2f3660252eb | |
parent | c3252c9cc8d041774d91e695de05fae11729e3a9 (diff) |
sync sweb ui files with swriter ui files
Change-Id: If9e6628ded7df0c822d57859e22a9a1e71d3c311
Reviewed-on: https://gerrit.libreoffice.org/68521
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
23 files changed, 228 insertions, 161 deletions
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml b/sw/uiconfig/sweb/menubar/menubar.xml index c5d752a9a9bd..9b8dbaa840b8 100644 --- a/sw/uiconfig/sweb/menubar/menubar.xml +++ b/sw/uiconfig/sweb/menubar/menubar.xml @@ -140,6 +140,7 @@ <menu:menuitem menu:id=".uno:Fieldnames"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:Sidebar"/> + <menu:menuitem menu:id=".uno:ViewSidebarStyles"/> <menu:menuitem menu:id=".uno:Gallery"/> <menu:menuitem menu:id=".uno:Navigator"/> <menu:menuseparator/> @@ -192,7 +193,6 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:InsertAnnotation"/> <menu:menuitem menu:id=".uno:InsertFrame"/> - <menu:menuitem menu:id=".uno:InsertObjectFloatingFrame"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:HyperlinkDialog"/> <menu:menuitem menu:id=".uno:InsertAnchor"/> @@ -607,6 +607,8 @@ <menu:menuitem menu:id=".uno:BibliographyComponent"/> <menu:menuitem menu:id=".uno:AddressBookSource"/> <menu:menuseparator/> + <menu:menuitem menu:id=".uno:MailMergeWizard"/> + <menu:menuseparator/> <menu:menu menu:id=".uno:UpdateMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:UpdateAll"/> diff --git a/sw/uiconfig/sweb/popupmenu/formrichtext.xml b/sw/uiconfig/sweb/popupmenu/formrichtext.xml index b5dab11c336a..f5f8f7a0d209 100644 --- a/sw/uiconfig/sweb/popupmenu/formrichtext.xml +++ b/sw/uiconfig/sweb/popupmenu/formrichtext.xml @@ -23,6 +23,9 @@ <menu:menuitem menu:id=".uno:Strikeout"/> <menu:menuitem menu:id=".uno:Shadowed"/> <menu:menuitem menu:id=".uno:OutlineFont"/> + <menu:menuseparator/> + <menu:menuitem menu:id=".uno:SuperScript"/> + <menu:menuitem menu:id=".uno:SubScript"/> </menu:menupopup> </menu:menu> <menu:menu menu:id=".uno:TextAlign"> diff --git a/sw/uiconfig/sweb/popupmenu/text.xml b/sw/uiconfig/sweb/popupmenu/text.xml index 999fd1259507..332a2caa26f0 100644 --- a/sw/uiconfig/sweb/popupmenu/text.xml +++ b/sw/uiconfig/sweb/popupmenu/text.xml @@ -75,6 +75,7 @@ </menu:menupopup> </menu:menu> <menu:menuseparator/> + <menu:menuitem menu:id=".uno:InsertAnnotation"/> <menu:menuitem menu:id=".uno:AcceptTrackedChange"/> <menu:menuitem menu:id=".uno:RejectTrackedChange"/> <menu:menuitem menu:id=".uno:NextTrackedChange"/> diff --git a/sw/uiconfig/sweb/statusbar/statusbar.xml b/sw/uiconfig/sweb/statusbar/statusbar.xml index d2370ed5091e..f85f07daa068 100644 --- a/sw/uiconfig/sweb/statusbar/statusbar.xml +++ b/sw/uiconfig/sweb/statusbar/statusbar.xml @@ -18,14 +18,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <statusbar:statusbaritem xlink:href=".uno:StatePageNumber" statusbar:align="left" statusbar:autosize="true" statusbar:width="54"/> + <statusbar:statusbaritem xlink:href=".uno:StatePageNumber" statusbar:align="left" statusbar:autosize="true" statusbar:mandatory="true" statusbar:width="54"/> + <statusbar:statusbaritem xlink:href=".uno:StateWordCount" statusbar:align="left" statusbar:autosize="true"/> <statusbar:statusbaritem xlink:href=".uno:PageStyleName" statusbar:align="left" statusbar:autosize="true" statusbar:width="79"/> - <statusbar:statusbaritem xlink:href=".uno:LanguageStatus" statusbar:align="center" statusbar:autosize="true" statusbar:width="100"/> - <statusbar:statusbaritem xlink:href=".uno:InsertMode" statusbar:align="center" statusbar:width="55"/> - <statusbar:statusbaritem xlink:href=".uno:SelectionMode" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="16"/> - <statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="16"/> - <statusbar:statusbaritem xlink:href=".uno:Signature" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="16"/> - <statusbar:statusbaritem xlink:href=".uno:Size" statusbar:align="left" statusbar:autosize="true" statusbar:ownerdraw="true" statusbar:width="10"/> - <statusbar:statusbaritem xlink:href=".uno:ZoomSlider" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="130"/> - <statusbar:statusbaritem xlink:href=".uno:Zoom" statusbar:align="center" statusbar:width="35"/> + <statusbar:statusbaritem xlink:href=".uno:LanguageStatus" statusbar:align="center" statusbar:autosize="true" statusbar:mandatory="false" statusbar:width="100"/> + <statusbar:statusbaritem xlink:href=".uno:InsertMode" statusbar:align="center" statusbar:mandatory="false" statusbar:width="55"/> + <statusbar:statusbaritem xlink:href=".uno:SelectionMode" statusbar:align="center" statusbar:ownerdraw="true" statusbar:mandatory="false" statusbar:width="16"/> + <statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" statusbar:align="center" statusbar:ownerdraw="true" statusbar:mandatory="false" statusbar:width="16"/> + <statusbar:statusbaritem xlink:href=".uno:Signature" statusbar:align="center" statusbar:ownerdraw="true" statusbar:mandatory="false" statusbar:width="16"/> + <statusbar:statusbaritem xlink:href=".uno:Size" statusbar:align="left" statusbar:autosize="true" statusbar:mandatory="false" statusbar:ownerdraw="true" statusbar:width="10"/> + <statusbar:statusbaritem xlink:href=".uno:ViewLayout" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="63"/> + <statusbar:statusbaritem xlink:href=".uno:ZoomSlider" statusbar:align="center" statusbar:ownerdraw="true" statusbar:mandatory="true" statusbar:width="130"/> + <statusbar:statusbaritem xlink:href=".uno:Zoom" statusbar:align="center" statusbar:mandatory="true" statusbar:width="35"/> </statusbar:statusbar> diff --git a/sw/uiconfig/sweb/toolbar/arrowshapes.xml b/sw/uiconfig/sweb/toolbar/arrowshapes.xml index e2171beab7c8..3f74148c7da9 100644 --- a/sw/uiconfig/sweb/toolbar/arrowshapes.xml +++ b/sw/uiconfig/sweb/toolbar/arrowshapes.xml @@ -18,34 +18,34 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.down-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-right-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-down-arrow"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-down-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.circular-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.s-sharped-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-round-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.corner-right-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.striped-right-arrow"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.notched-right-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.pentagon-right"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.chevron"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.pentagon-right"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.striped-right-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-down-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.notched-right-arrow"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow"/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow-callout"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow-callout"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow-callout"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.down-arrow-callout"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow-callout"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-right-arrow-callout"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-down-arrow-callout"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow-callout"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow-callout"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.circular-arrow"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.split-round-arrow"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.s-sharped-arrow"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow-callout"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow-callout"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/basicshapes.xml b/sw/uiconfig/sweb/toolbar/basicshapes.xml index 5b7194408b0b..148245f66672 100644 --- a/sw/uiconfig/sweb/toolbar/basicshapes.xml +++ b/sw/uiconfig/sweb/toolbar/basicshapes.xml @@ -22,25 +22,27 @@ <toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.quadrat"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-quadrat"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.parallelogram"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.trapezoid"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle-pie"/> + <toolbar:toolbaritem xlink:href=".uno:CircleCut"/> + <toolbar:toolbaritem xlink:href=".uno:Arc"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.block-arc"/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.isosceles-triangle"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.right-triangle"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.trapezoid"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.diamond"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.parallelogram"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.pentagon"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.hexagon"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.octagon"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.cross"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ring"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.block-arc"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.can"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.cube"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.paper"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.cross"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.frame"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ring"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml b/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml index b20e6e3643b8..c42f57ec6e93 100644 --- a/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml @@ -18,20 +18,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/> + <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierMove"/> <toolbar:toolbaritem xlink:href=".uno:BezierInsert"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> - <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:BezierClose"/> + <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierEdge"/> <toolbar:toolbaritem xlink:href=".uno:BezierSmooth"/> <toolbar:toolbaritem xlink:href=".uno:BezierSymmetric"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierEliminatePoints"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/calloutshapes.xml b/sw/uiconfig/sweb/toolbar/calloutshapes.xml index 43872e2e3bd5..04176302ccd1 100644 --- a/sw/uiconfig/sweb/toolbar/calloutshapes.xml +++ b/sw/uiconfig/sweb/toolbar/calloutshapes.xml @@ -22,7 +22,8 @@ <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-rectangular-callout"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-callout"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.cloud-callout"/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-1"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-2"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-3"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/colorbar.xml b/sw/uiconfig/sweb/toolbar/colorbar.xml index a605d476f12a..879b6a64763f 100644 --- a/sw/uiconfig/sweb/toolbar/colorbar.xml +++ b/sw/uiconfig/sweb/toolbar/colorbar.xml @@ -29,6 +29,4 @@ <toolbar:toolbaritem xlink:href=".uno:GrafContrast"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:GrafGamma"/> - <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/drawingobjectbar.xml b/sw/uiconfig/sweb/toolbar/drawingobjectbar.xml index 43ad15fb90b3..ee22c0a692ad 100644 --- a/sw/uiconfig/sweb/toolbar/drawingobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/drawingobjectbar.xml @@ -18,39 +18,43 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:FormatLine"/> - <toolbar:toolbaritem xlink:href=".uno:LineEndStyle"/> + <toolbar:toolbaritem xlink:href=".uno:AnchorMenu"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:XLineStyle"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LineWidth"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignCenter"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:XLineColor"/> + <toolbar:toolbaritem xlink:href=".uno:BringToFront"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectForwardOne"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectBackOne"/> + <toolbar:toolbaritem xlink:href=".uno:SendToBack"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FormatArea"/> + <toolbar:toolbaritem xlink:href=".uno:LineEndStyle"/> + <toolbar:toolbaritem xlink:href=".uno:XLineStyle"/> + <toolbar:toolbaritem xlink:href=".uno:LineWidth"/> + <toolbar:toolbaritem xlink:href=".uno:XLineColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FillStyle"/> + <toolbar:toolbaritem xlink:href=".uno:FillColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/> - <toolbar:toolbaritem xlink:href=".uno:AnchorMenu"/> + <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FormatGroup"/> + <toolbar:toolbaritem xlink:href=".uno:EnterGroup"/> + <toolbar:toolbaritem xlink:href=".uno:LeaveGroup"/> + <toolbar:toolbaritem xlink:href=".uno:FormatUngroup"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapContour" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SetObjectToForeground"/> - <toolbar:toolbaritem xlink:href=".uno:SetObjectToBackground"/> - <toolbar:toolbaritem xlink:href=".uno:BringToFront"/> - <toolbar:toolbaritem xlink:href=".uno:SendToBack"/> + <toolbar:toolbaritem xlink:href=".uno:InsertCaptionDialog"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:GridVisible" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:GridUse" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:visible="false"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/formcontrols.xml b/sw/uiconfig/sweb/toolbar/formcontrols.xml index 6456f6a2103b..4c9387324255 100644 --- a/sw/uiconfig/sweb/toolbar/formcontrols.xml +++ b/sw/uiconfig/sweb/toolbar/formcontrols.xml @@ -21,21 +21,28 @@ <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> - <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> + <toolbar:toolbaritem xlink:href=".uno:ControlProperties" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FormProperties" toolbar:visible="false"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> + <toolbar:toolbaritem xlink:href=".uno:Label"/> <toolbar:toolbaritem xlink:href=".uno:Edit"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> - <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> - <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> <toolbar:toolbaritem xlink:href=".uno:RadioButton"/> - <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbaritem xlink:href=".uno:ComboBox"/> - <toolbar:toolbaritem xlink:href=".uno:Label"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> + <toolbar:toolbaritem xlink:href=".uno:Imagebutton"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> + <toolbar:toolbaritem xlink:href=".uno:DateField"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:NumericField"/> + <toolbar:toolbaritem xlink:href=".uno:GroupBox"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:MoreControls"/> <toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:UseWizards"/> diff --git a/sw/uiconfig/sweb/toolbar/formsnavigationbar.xml b/sw/uiconfig/sweb/toolbar/formsnavigationbar.xml index 0767f389dee0..4ffa664e64d2 100644 --- a/sw/uiconfig/sweb/toolbar/formsnavigationbar.xml +++ b/sw/uiconfig/sweb/toolbar/formsnavigationbar.xml @@ -35,6 +35,7 @@ <toolbar:toolbaritem xlink:href=".uno:DeleteRecord"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Refresh"/> + <toolbar:toolbaritem xlink:href=".uno:RefreshFormControl"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:OrderCrit"/> <toolbar:toolbaritem xlink:href=".uno:Sortup"/> @@ -46,4 +47,4 @@ <toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ViewFormAsGrid"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/frameobjectbar.xml b/sw/uiconfig/sweb/toolbar/frameobjectbar.xml index d001b7f23eee..019f66c9c717 100644 --- a/sw/uiconfig/sweb/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/frameobjectbar.xml @@ -21,31 +21,18 @@ <toolbar:toolbaritem xlink:href=".uno:AnchorMenu"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal"/> <toolbar:toolbaritem xlink:href=".uno:WrapLeft"/> <toolbar:toolbaritem xlink:href=".uno:WrapRight"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> - <toolbar:toolbaritem xlink:href=".uno:WrapContour" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:AlignCenter" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignUp" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:AlignMiddle" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:AlignDown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignCenter"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BringToFront"/> <toolbar:toolbaritem xlink:href=".uno:ObjectForwardOne"/> <toolbar:toolbaritem xlink:href=".uno:ObjectBackOne"/> <toolbar:toolbaritem xlink:href=".uno:SendToBack"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SetObjectToForeground"/> - <toolbar:toolbaritem xlink:href=".uno:SetObjectToBackground"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> diff --git a/sw/uiconfig/sweb/toolbar/fullscreenbar.xml b/sw/uiconfig/sweb/toolbar/fullscreenbar.xml index 4162e396e5f2..9b007728dcdc 100644 --- a/sw/uiconfig/sweb/toolbar/fullscreenbar.xml +++ b/sw/uiconfig/sweb/toolbar/fullscreenbar.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/graphicobjectbar.xml b/sw/uiconfig/sweb/toolbar/graphicobjectbar.xml index 1ff0e22a2c14..03d0bf60a4e5 100644 --- a/sw/uiconfig/sweb/toolbar/graphicobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/graphicobjectbar.xml @@ -18,26 +18,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight"/> + <toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog"/> + <toolbar:toolbaritem xlink:href=".uno:GrafMode"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> + <toolbar:toolbaritem xlink:href=".uno:Crop"/> + <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> + <toolbar:toolbaritem xlink:href=".uno:FlipVertical"/> + <toolbar:toolbaritem xlink:href=".uno:FlipHorizontal"/> + <toolbar:toolbaritem xlink:href=".uno:RotateLeft"/> + <toolbar:toolbaritem xlink:href=".uno:RotateRight"/> + <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/> + <toolbar:toolbaritem xlink:href=".uno:Rotate180" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:RotateReset" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> - <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> - <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> + <toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FrameDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ColorSettings"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BringToFront"/> - <toolbar:toolbaritem xlink:href=".uno:SendToBack"/> - <toolbar:toolbaritem xlink:href=".uno:AnchorMenu"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:InsertCaptionDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:GraphicDialog" toolbar:visible="false"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/insertbar.xml b/sw/uiconfig/sweb/toolbar/insertbar.xml index 33bb91900cb1..6f1434f1ff0e 100644 --- a/sw/uiconfig/sweb/toolbar/insertbar.xml +++ b/sw/uiconfig/sweb/toolbar/insertbar.xml @@ -20,11 +20,14 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:InsertTable"/> <toolbar:toolbaritem xlink:href=".uno:InsertSection"/> + <toolbar:toolbaritem xlink:href=".uno:InsertFrameInteract"/> + <toolbar:toolbaritem xlink:href=".uno:InsertObjectFloatingFrame" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/> <toolbar:toolbaritem xlink:href=".uno:InsertEndnote"/> <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/> <toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/> + <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertDoc" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:EditGlossary"/> @@ -35,8 +38,10 @@ <toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/> <toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath"/> - <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> + <toolbar:toolbaritem xlink:href=".uno:InsertObject" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertMultiIndex"/> <toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry"/> </toolbar:toolbar> + diff --git a/sw/uiconfig/sweb/toolbar/numobjectbar.xml b/sw/uiconfig/sweb/toolbar/numobjectbar.xml index d7adb625dc18..14a05ef6f62a 100644 --- a/sw/uiconfig/sweb/toolbar/numobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/numobjectbar.xml @@ -18,18 +18,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:IncrementLevel"/> <toolbar:toolbaritem xlink:href=".uno:DecrementLevel"/> - <toolbar:toolbaritem xlink:href=".uno:IncrementSubLevels"/> + <toolbar:toolbaritem xlink:href=".uno:IncrementLevel"/> <toolbar:toolbaritem xlink:href=".uno:DecrementSubLevels"/> + <toolbar:toolbaritem xlink:href=".uno:IncrementSubLevels"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:InsertNeutralParagraph"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:MoveUp"/> <toolbar:toolbaritem xlink:href=".uno:MoveDown"/> - <toolbar:toolbaritem xlink:href=".uno:MoveUpSubItems"/> + <toolbar:toolbaritem xlink:href=".uno:MoveUp"/> <toolbar:toolbaritem xlink:href=".uno:MoveDownSubItems"/> + <toolbar:toolbaritem xlink:href=".uno:MoveUpSubItems"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:InsertNeutralParagraph"/> <toolbar:toolbaritem xlink:href=".uno:NumberingStart"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:JumpDownThisLevel" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:JumpUpThisLevel" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ContinueNumbering" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:DefaultBullet" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BulletsAndNumberingDialog"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/previewobjectbar.xml b/sw/uiconfig/sweb/toolbar/previewobjectbar.xml index 459936ea69cf..13956996e79e 100644 --- a/sw/uiconfig/sweb/toolbar/previewobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/previewobjectbar.xml @@ -18,23 +18,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:PageUp"/> - <toolbar:toolbaritem xlink:href=".uno:PageDown"/> -<toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:GoToStartOfDoc"/> - <toolbar:toolbaritem xlink:href=".uno:GoToEndOfDoc"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ShowSinglePage"/> <toolbar:toolbaritem xlink:href=".uno:ShowTwoPages"/> - <toolbar:toolbaritem xlink:href=".uno:ShowMultiplePages"/> <toolbar:toolbaritem xlink:href=".uno:ShowBookview"/> + <toolbar:toolbaritem xlink:href=".uno:ShowMultiplePages"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:GoToStartOfDoc"/> + <toolbar:toolbaritem xlink:href=".uno:PageUp"/> + <toolbar:toolbaritem xlink:href=".uno:JumpToSpecificPage"/> + <toolbar:toolbaritem xlink:href=".uno:PageDown"/> + <toolbar:toolbaritem xlink:href=".uno:GoToEndOfDoc"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ZoomMinus"/> <toolbar:toolbaritem xlink:href=".uno:PreviewZoom"/> <toolbar:toolbaritem xlink:href=".uno:ZoomPlus"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> - <toolbar:toolbaritem xlink:href=".uno:PrintPagePreview"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ClosePreview"/> + <toolbar:toolbaritem xlink:href=".uno:ClosePreview" toolbar:style="image text"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/standardbar.xml b/sw/uiconfig/sweb/toolbar/standardbar.xml index 921dfa7948df..1fcc99969d1a 100644 --- a/sw/uiconfig/sweb/toolbar/standardbar.xml +++ b/sw/uiconfig/sweb/toolbar/standardbar.xml @@ -22,6 +22,7 @@ <toolbar:toolbaritem xlink:href=".uno:AddDirect"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Open"/> + <toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/> @@ -30,9 +31,8 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> <toolbar:toolbaritem xlink:href=".uno:ExportDirectToEPUB" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Print"/> - <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:PrintPreview" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SourceView"/> <toolbar:toolbaritem xlink:href=".uno:WebHtml"/> @@ -40,35 +40,42 @@ <toolbar:toolbaritem xlink:href=".uno:Cut"/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> <toolbar:toolbaritem xlink:href=".uno:Paste"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/> + <toolbar:toolbaritem xlink:href=".uno:ResetAttributes" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> + <toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SpellingAndGrammarDialog"/> <toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbaritem xlink:href=".uno:ControlCodes"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertTable"/> <toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/> - <toolbar:toolbaritem xlink:href=".uno:Config"/> + <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> + <toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:DrawText"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> + <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl"/> <toolbar:toolbaritem xlink:href=".uno:InsertSymbol" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertScript" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:CharmapControl"/> + <toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> - <toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:InsertScript" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> - <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SetDocumentProperties"/> + <toolbar:toolbaritem xlink:href=".uno:InsertEndnote"/> + <toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/> + <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/starshapes.xml b/sw/uiconfig/sweb/toolbar/starshapes.xml index 95e333c23e10..cbc07fc70aaa 100644 --- a/sw/uiconfig/sweb/toolbar/starshapes.xml +++ b/sw/uiconfig/sweb/toolbar/starshapes.xml @@ -18,17 +18,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star4"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star5"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star6"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star8"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star12"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star24"/> - <toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.vertical-scroll"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.horizontal-scroll"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.signet"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.doorplate"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/> +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/symbolshapes.xml b/sw/uiconfig/sweb/toolbar/symbolshapes.xml index d1a790def94e..9ba9f22e0c06 100644 --- a/sw/uiconfig/sweb/toolbar/symbolshapes.xml +++ b/sw/uiconfig/sweb/toolbar/symbolshapes.xml @@ -19,23 +19,23 @@ --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.smiley"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.heart"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.sun"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.moon"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.cloud"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.lightning"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.heart"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.flower"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.cloud"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.flower"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.forbidden"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.puzzle"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.quad-bevel"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.octagon-bevel"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.diamond-bevel"/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.bracket-pair"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-bracket"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-bracket"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.brace-pair"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-brace"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-brace"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.quad-bevel"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.octagon-bevel"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.diamond-bevel"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/tableobjectbar.xml b/sw/uiconfig/sweb/toolbar/tableobjectbar.xml index 62eb9d8cc29b..55297a1140df 100644 --- a/sw/uiconfig/sweb/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/tableobjectbar.xml @@ -18,33 +18,52 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> - <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsBefore"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsAfter"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsBefore"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteTable"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:EntireCell"/> + <toolbar:toolbaritem xlink:href=".uno:EntireRow" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:EntireColumn" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SelectTable"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:MergeCells"/> <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> + <toolbar:toolbaritem xlink:href=".uno:SplitTable"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable"/> - <toolbar:toolbarbreak/> + <toolbar:toolbarseparator/> <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:InsertRowsAfter"/> - <toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter"/> - <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> - <toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/> + <toolbar:toolbaritem xlink:href=".uno:TableCellBackgroundColor"/> + <toolbar:toolbaritem xlink:href=".uno:AutoFormat"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SelectTable" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:EntireColumn" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:EntireRow" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> + <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> + <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AutoFormat"/> - <toolbar:toolbaritem xlink:href=".uno:TableDialog"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatStandard" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatCurrency"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:TableNumberFormatDialog"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:InsertCaptionDialog"/> <toolbar:toolbaritem xlink:href=".uno:TableSort"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Protect"/> + <toolbar:toolbaritem xlink:href=".uno:UnsetCellsReadOnly"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AutoSum"/> + <toolbar:toolbaritem xlink:href=".uno:InsertFormula"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:TableDialog"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/toolbar.xml b/sw/uiconfig/sweb/toolbar/toolbar.xml index 20283391569e..6d1378209bed 100644 --- a/sw/uiconfig/sweb/toolbar/toolbar.xml +++ b/sw/uiconfig/sweb/toolbar/toolbar.xml @@ -20,9 +20,11 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:InsertCtrl"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ShadowCursor"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Hyphenate"/> <toolbar:toolbaritem xlink:href=".uno:ThesaurusDialog"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ShowGraphics"/> - <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog"/> + <toolbar:toolbaritem xlink:href=".uno:BrowseView"/> </toolbar:toolbar> |