mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-06-19 04:17:07 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:SetAnchorToCell" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:SetAnchorToCellResize" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:SetAnchorToPage" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FillModeTracePredescessor"/>
|
||||
<menu:menuitem menu:id=".uno:FillModeRemovePredescessor"/>
|
||||
<menu:menuitem menu:id=".uno:FillModeTraceSuccessor"/>
|
||||
<menu:menuitem menu:id=".uno:FillModeRemoveSuccessor"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ClearArrows"/>
|
||||
<menu:menuitem menu:id=".uno:FillModeEnd"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menu menu:id=".uno:PasteSpecialMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:PasteUnformatted"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyText"/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyValue"/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyFormula"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DataSelect"/>
|
||||
<menu:menuitem menu:id=".uno:CurrentValidation"/>
|
||||
<menu:menuitem menu:id=".uno:DefineCurrentName"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertCell"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteCell"/>
|
||||
<menu:menuitem menu:id=".uno:Delete"/>
|
||||
<menu:menuitem menu:id=".uno:MergeCells"/>
|
||||
<menu:menuitem menu:id=".uno:SplitCell"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormatPaintbrush"/>
|
||||
<menu:menuitem menu:id=".uno:ResetAttributes"/>
|
||||
<menu:menu menu:id=".uno:FormatStylesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DefaultCellStylesmenu" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:Accent1CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:Accent2CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:Accent3CellStyles" menu:style="radio"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BadCellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:ErrorCellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:GoodCellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:NeutralCellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:WarningCellStyles" menu:style="radio"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FootnoteCellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:NoteCellStyles" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertAnnotation"/>
|
||||
<menu:menuitem menu:id=".uno:EditAnnotation"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteNote"/>
|
||||
<menu:menuitem menu:id=".uno:ShowNote"/>
|
||||
<menu:menuitem menu:id=".uno:HideNote"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CurrentConditionalFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:CurrentConditionalFormatManagerDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatCellDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertSymbol"/>
|
||||
<menu:menu menu:id=".uno:InsertFieldMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertCurrentDate"/>
|
||||
<menu:menuitem menu:id=".uno:InsertCurrentTime"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertFieldDateVariable"/>
|
||||
<menu:menuitem menu:id=".uno:InsertFieldSheet"/>
|
||||
<menu:menuitem menu:id=".uno:InsertFieldDocTitle"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
|
||||
<menu:menuitem menu:id=".uno:EditHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:CopyHyperlinkLocation"/>
|
||||
<menu:menuitem menu:id=".uno:RemoveHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:ThesaurusFromContext"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ResetAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteColumns"/>
|
||||
<menu:menuitem menu:id=".uno:Delete"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalColumnWidth"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HideColumn"/>
|
||||
<menu:menuitem menu:id=".uno:ShowColumn"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FreezePanes"/>
|
||||
<menu:menuitem menu:id=".uno:SplitWindow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormatCellDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteColumns"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalColumnWidth"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HideColumn"/>
|
||||
<menu:menuitem menu:id=".uno:ShowColumn"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnBreak"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteColumnbreak"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FillUp"/>
|
||||
<menu:menuitem menu:id=".uno:FillDown"/>
|
||||
<menu:menuitem menu:id=".uno:FillLeft"/>
|
||||
<menu:menuitem menu:id=".uno:FillRight"/>
|
||||
<menu:menuitem menu:id=".uno:FillSeries"/>
|
||||
<menu:menuitem menu:id=".uno:RandomNumberGeneratorDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FreezePanesColumn"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:ConditionalFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ColorScaleFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:DataBarFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:IconSetFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:CondDateFormatDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ConditionalFormatManagerDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectBezierMode"/>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectRotateMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FitCellSize"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnchorMenu"/>
|
||||
<menu:menu menu:id=".uno:ObjectAlign">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:AlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AlignUp"/>
|
||||
<menu:menuitem menu:id=".uno:AlignMiddle"/>
|
||||
<menu:menuitem menu:id=".uno:AlignDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ArrangeMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:BringToFront"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectForwardOne"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectBackOne"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToForeground"/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToBackground"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FlipMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectMirrorVertical"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectMirrorHorizontal"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FormatGroup"/>
|
||||
<menu:menuitem menu:id=".uno:FormatUngroup"/>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RenameObject"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
|
||||
<menu:menuitem menu:id=".uno:AssignMacro"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menu menu:id=".uno:PasteSpecialMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:PasteUnformatted"/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TextAttributes"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
|
||||
<menu:menuitem menu:id=".uno:EditHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:CopyHyperlinkLocation"/>
|
||||
<menu:menuitem menu:id=".uno:RemoveHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:ThesaurusFromContext"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:StandardTextAttributes"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FitCellSize"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ControlProperties"/>
|
||||
<menu:menuitem menu:id=".uno:FormProperties"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeControlType"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnchorMenu"/>
|
||||
<menu:menu menu:id=".uno:ObjectAlign">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:AlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AlignUp"/>
|
||||
<menu:menuitem menu:id=".uno:AlignMiddle"/>
|
||||
<menu:menuitem menu:id=".uno:AlignDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ArrangeMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:BringToFront"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectForwardOne"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectBackOne"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToForeground"/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToBackground"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FormatGroup"/>
|
||||
<menu:menuitem menu:id=".uno:FormatUngroup"/>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RenameObject"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CharFontName"/>
|
||||
<menu:menuitem menu:id=".uno:FontHeight"/>
|
||||
<menu:menu menu:id=".uno:StyleMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Bold"/>
|
||||
<menu:menuitem menu:id=".uno:Italic"/>
|
||||
<menu:menuitem menu:id=".uno:Overline"/>
|
||||
<menu:menuitem menu:id=".uno:Underline"/>
|
||||
<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">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:LeftPara" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:CenterPara" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:RightPara" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:JustifyPara" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FormatSpacingMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SpacePara1"/>
|
||||
<menu:menuitem menu:id=".uno:SpacePara15"/>
|
||||
<menu:menuitem menu:id=".uno:SpacePara2"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SelectAll"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSymbol"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:FreezePanesColumn"/>
|
||||
<menu:menuitem menu:id=".uno:FreezePanesRow"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Crop"/>
|
||||
<menu:menuitem menu:id=".uno:ExternalEdit"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePicture"/>
|
||||
<menu:menuitem menu:id=".uno:CompressGraphic"/>
|
||||
<menu:menuitem menu:id=".uno:SaveGraphic"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OriginalSize"/>
|
||||
<menu:menuitem menu:id=".uno:FitCellSize"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnchorMenu"/>
|
||||
<menu:menu menu:id=".uno:ObjectAlign">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:AlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AlignUp"/>
|
||||
<menu:menuitem menu:id=".uno:AlignMiddle"/>
|
||||
<menu:menuitem menu:id=".uno:AlignDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ArrangeMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:BringToFront"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectForwardOne"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectBackOne"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToForeground"/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToBackground"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:RotateFlipMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectRotateMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ObjectMirrorVertical"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectMirrorHorizontal"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FormatGroup"/>
|
||||
<menu:menuitem menu:id=".uno:FormatUngroup"/>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RenameObject"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
|
||||
<menu:menuitem menu:id=".uno:AssignMacro"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditSignatureLine"/>
|
||||
<menu:menuitem menu:id=".uno:SignSignatureLine"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditQrCode"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FitCellSize"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnchorMenu"/>
|
||||
<menu:menu menu:id=".uno:ObjectAlign">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:AlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AlignUp"/>
|
||||
<menu:menuitem menu:id=".uno:AlignMiddle"/>
|
||||
<menu:menuitem menu:id=".uno:AlignDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ArrangeMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:BringToFront"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectForwardOne"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectBackOne"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToForeground"/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToBackground"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RenameObject"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteShapeHyperlink"/>
|
||||
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
|
||||
<menu:menuitem menu:id=".uno:AssignMacro"/>
|
||||
</menu:menupopup>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:AddDirect"/>
|
||||
<menu:menuitem menu:id=".uno:RecentFileList"/>
|
||||
<menu:menuitem menu:id=".uno:CloseDoc"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ToolbarModeUI"/>
|
||||
<menu:menuitem menu:id=".uno:AvailableToolbars"/>
|
||||
<menu:menuitem menu:id=".uno:ConfigureDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OptionsTreeDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HelpIndex"/>
|
||||
<menu:menuitem menu:id=".uno:Donation"/>
|
||||
<menu:menuitem menu:id=".uno:About"/>
|
||||
<menu:menuseparator/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OriginalSize"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnchorMenu"/>
|
||||
<menu:menu menu:id=".uno:ObjectAlign">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:AlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AlignUp"/>
|
||||
<menu:menuitem menu:id=".uno:AlignMiddle"/>
|
||||
<menu:menuitem menu:id=".uno:AlignDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ArrangeMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:BringToFront"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectForwardOne"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectBackOne"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToForeground"/>
|
||||
<menu:menuitem menu:id=".uno:SetObjectToBackground"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RenameObject"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuitem menu:id=".uno:AssignMacro"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ExportAsGraphic"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menu menu:id=".uno:PasteSpecialMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:PasteUnformatted"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyText"/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyValue"/>
|
||||
<menu:menuitem menu:id=".uno:PasteOnlyFormula"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DefinePrintArea"/>
|
||||
<menu:menuitem menu:id=".uno:AddPrintArea"/>
|
||||
<menu:menuitem menu:id=".uno:EditPrintArea"/>
|
||||
<menu:menuitem menu:id=".uno:DeletePrintArea"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NormalViewMode"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowBreak"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnBreak"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteAllBreaks"/>
|
||||
<menu:menuitem menu:id=".uno:ResetPrintZoom"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormatPaintbrush"/>
|
||||
<menu:menuitem menu:id=".uno:ResetAttributes"/>
|
||||
<menu:menu menu:id=".uno:FormatStylesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Default&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Accent 1&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Accent 2&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Accent 3&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Bad&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Error&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Good&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Neutral&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:StyleApply?Style:string=Warning&FamilyName:string=CellStyles" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertAnnotation"/>
|
||||
<menu:menuitem menu:id=".uno:EditAnnotation"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteNote"/>
|
||||
<menu:menuitem menu:id=".uno:ShowNote"/>
|
||||
<menu:menuitem menu:id=".uno:HideNote"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CurrentConditionalFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:CurrentConditionalFormatManagerDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatCellDialog"/>
|
||||
<menu:menuitem menu:id=".uno:PageFormatDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DataDataPilotRun"/>
|
||||
<menu:menuitem menu:id=".uno:RecalcPivotTable"/>
|
||||
<menu:menuitem menu:id=".uno:DataPilotFilter"/>
|
||||
<menu:menuitem menu:id=".uno:DeletePivotTable"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:PreviousPage"/>
|
||||
<menu:menuitem menu:id=".uno:NextPage"/>
|
||||
<menu:menuitem menu:id=".uno:PageFormatDialog"/>
|
||||
<menu:menuitem menu:id=".uno:CloseWin"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ClosePreview"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:InsertRowsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteRows"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalRowHeight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HideRow"/>
|
||||
<menu:menuitem menu:id=".uno:ShowRow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowBreak"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteRowbreak"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FillUp"/>
|
||||
<menu:menuitem menu:id=".uno:FillDown"/>
|
||||
<menu:menuitem menu:id=".uno:FillLeft"/>
|
||||
<menu:menuitem menu:id=".uno:FillRight"/>
|
||||
<menu:menuitem menu:id=".uno:FillSeries"/>
|
||||
<menu:menuitem menu:id=".uno:RandomNumberGeneratorDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FreezePanesRow"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteRows"/>
|
||||
<menu:menuitem menu:id=".uno:Delete"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalRowHeight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HideRow"/>
|
||||
<menu:menuitem menu:id=".uno:ShowRow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FreezePanes"/>
|
||||
<menu:menuitem menu:id=".uno:SplitWindow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormatCellDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* 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/.
|
||||
*
|
||||
-->
|
||||
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
|
||||
<menu:menuitem menu:id=".uno:Insert"/>
|
||||
<menu:menuitem menu:id=".uno:Remove"/>
|
||||
<menu:menuitem menu:id=".uno:RenameTable"/>
|
||||
<menu:menuitem menu:id=".uno:Move"/>
|
||||
<menu:menuitem menu:id=".uno:TableSelectAll"/>
|
||||
<menu:menuitem menu:id=".uno:TableDeselectAll"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Protect"/>
|
||||
<menu:menuitem menu:id=".uno:Hide"/>
|
||||
<menu:menuitem menu:id=".uno:Show"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ToggleSheetGrid"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetTabBgColor"/>
|
||||
<menu:menuitem menu:id=".uno:SheetRightToLeft"/>
|
||||
<menu:menuitem menu:id=".uno:TableEvents"/>
|
||||
</menu:menupopup>
|
||||
@@ -1,33 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
<!--
|
||||
* 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 .
|
||||
-->
|
||||
<statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<statusbar:statusbaritem xlink:href=".uno:StatusDocPos" statusbar:align="left" statusbar:autosize="true" statusbar:width="58"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:RowColSelCount" statusbar:align="left" statusbar:autosize="true" statusbar:mandatory="false" statusbar:width="58"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:StatusPageStyle" statusbar:align="left" statusbar:autosize="true" statusbar:width="83"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:InsertMode" statusbar:align="center" statusbar:width="41"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:StatusSelectionMode" statusbar:align="center" statusbar:width="34"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" statusbar:align="center" statusbar:width="18"/>
|
||||
<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:mandatory="false" statusbar:width="55"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:StatusSelectionMode" 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="center" statusbar:autosize="true" statusbar:ownerdraw="true" statusbar:width="212"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:ZoomSlider" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="140"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:Size" statusbar:align="center" statusbar:autosize="true" statusbar:mandatory="false" statusbar:ownerdraw="true" statusbar:width="200"/>
|
||||
<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:statusbar>
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:ObjectAlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/>
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
<?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:LineArrowEnd"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineCircleArrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineSquareArrow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineArrows"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineArrowStart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineArrowCircle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineArrowSquare"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Line"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MeasureLine"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Line_Diagonal"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -1,56 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow"/>
|
||||
<!--
|
||||
* 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: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>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow-callout"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,51 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:BasicShapes.rectangle"/>
|
||||
<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>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ring"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,33 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:CalloutShapes.rectangular-callout"/>
|
||||
<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>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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/.
|
||||
-->
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:ClassificationApply"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:GrafRed"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafGreen"/>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?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/.
|
||||
-->
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DataStreamsPlay"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DataStreamsStop"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -1,56 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<!--
|
||||
* 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:SelectObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Line"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Rect"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Ellipse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Freeline" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierFill" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.quadrat"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.circle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Arc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Pie" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CircleCut" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Text_Marquee" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawCaption"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.isosceles-triangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.right-triangle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CalloutShapes"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawCaption"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Text_Marquee" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle"/>
|
||||
</toolbar:toolbar>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,52 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<!--
|
||||
* 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: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:ObjectAlign"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineWidth"/>
|
||||
<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:XLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType"/>
|
||||
<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: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: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:toolbaritem xlink:href=".uno:LineEndStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<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: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>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,38 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<!--
|
||||
* 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:ExtrusionToggle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltDown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltUp"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDepthFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDirectionFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionLightingFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionSurfaceFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Extrusion3DColor" toolbar:style="dropdownonly"/>
|
||||
</toolbar:toolbar>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDepthFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionDirectionFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionLightingFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionSurfaceFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Extrusion3DColor"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,30 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:ExitSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FindText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FindAll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchFormattedDisplayString"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchLabel"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:FlowChartShapes.flowchart-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-alternate-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-decision"/>
|
||||
|
||||
@@ -1,33 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkSameLetterHeights"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkAlignmentFloater" toolbar:style="dropdownonly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkCharacterSpacingFloater" toolbar:style="dropdownonly"/>
|
||||
</toolbar:toolbar>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkAlignmentFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkCharacterSpacingFloater"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:FontworkShapeType.fontwork-plain-text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-wave"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-inflate"/>
|
||||
|
||||
@@ -1,75 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DesignerDialog"/>
|
||||
<!--
|
||||
* 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:DesignerDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StyleApply" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/>
|
||||
<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:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineFont" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBlock" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Color"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBlock" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:WrapText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio auto" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignVCenter" toolbar:style="radio auto" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio auto" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignVCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<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:NumberFormatDate" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatScientific" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatStandard"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecDecimals"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertRows" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertColumns" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteRows" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConditionalFormatMenu"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,51 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/>
|
||||
<!--
|
||||
* 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:SelectObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CheckBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Edit" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormattedField" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Pushbutton" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RadioButton" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ListBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ComboBox" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Label" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpinButton" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ScrollBar" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoreControls"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UseWizards"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<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:Label"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Edit"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CheckBox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RadioButton"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ListBox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ComboBox"/>
|
||||
<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:TimeField"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CurrencyField"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PatternField"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Grid"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NavigationBar"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ImageControl"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FileControl"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpinButton"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ScrollBar"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,54 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/>
|
||||
<!--
|
||||
* 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:AnchorMenu"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowFmExplorer"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TabDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddField"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoControlFocus"/>
|
||||
<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:ToggleAnchorType" toolbar:style="dropdown"/>
|
||||
<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:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack" toolbar:visible="false"/>
|
||||
<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:FormatGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatUngroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EnterGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeaveGroup" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowFmExplorer"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddField"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TabDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenReadOnly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoControlFocus"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
|
||||
</toolbar:toolbar>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,29 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator"/>
|
||||
<!--
|
||||
* 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:FormFilterExecute"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterExit"/>
|
||||
</toolbar:toolbar>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,27 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<!--
|
||||
* 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:RecSearch"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
@@ -33,17 +28,17 @@
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/>
|
||||
<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:ParaLeftToRight" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara1"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara15"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpacePara2"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/>
|
||||
|
||||
@@ -1,27 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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>
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:GraphicFilterInvert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSmooth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSharpen"/>
|
||||
|
||||
@@ -1,54 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<!--
|
||||
* 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:AnchorMenu"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafMode"/>
|
||||
<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:ColorSettings"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillShadow"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafAttrCrop"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType"/>
|
||||
<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: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:GridVisible" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove" toolbar:visible="false"/>
|
||||
<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:ObjectAlign"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillColor" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillShadow"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Crop"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlipVertical"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlipHorizontal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ColorSettings"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -1,28 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<!--
|
||||
* 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:InsertObjectFloatingFrame"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertSymbol"/>
|
||||
@@ -30,6 +25,6 @@
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawChart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObject" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawChart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObject"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user