mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 09:48:40 +00:00
移除office-plugin, 使用新版jodconverter
This commit is contained in:
@@ -0,0 +1,689 @@
|
||||
<?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/.
|
||||
*
|
||||
* 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 .
|
||||
-->
|
||||
<menu:menubar xmlns:menu="http://openoffice.org/2001/menu" menu:id="menubar">
|
||||
<menu:menu menu:id=".uno:PickList">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:AddDirect"/>
|
||||
<menu:menuitem menu:id=".uno:Open"/>
|
||||
<menu:menuitem menu:id=".uno:OpenRemote" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:RecentFileList"/>
|
||||
<menu:menuitem menu:id=".uno:CloseDoc"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AutoPilotMenu" menu:style="text"/>
|
||||
<menu:menu menu:id=".uno:TemplateMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:OpenTemplate" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAsTemplate" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NewDoc" menu:style="text"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Reload" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:VersionDialog" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Save"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAs"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAsRemote" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SaveACopy" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAll" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CheckOut" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:CancelCheckOut" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:CheckIn" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ExportTo"/>
|
||||
<menu:menu menu:id=".uno:ExportAsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ExportToPDF" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ExportDirectToPDF" menu:style="text"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SendToMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SendMail" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SendMailDocAsPDF" menu:style="text"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:WebHtml" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Print"/>
|
||||
<menu:menuitem menu:id=".uno:PrinterSetup" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetDocumentProperties"/>
|
||||
<menu:menu menu:id=".uno:SignaturesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Signature" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SignPDF" menu:style="text"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Quit"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:EditMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Undo"/>
|
||||
<menu:menuitem menu:id=".uno:Redo"/>
|
||||
<menu:menuseparator/>
|
||||
<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:CopyObjects"/>
|
||||
<menu:menuitem menu:id=".uno:SelectAll"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id="vnd.sun.star.findbar:FocusToFindbar"/>
|
||||
<menu:menuitem menu:id=".uno:SearchDialog" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectBezierMode"/>
|
||||
<menu:menuitem menu:id=".uno:GlueEditMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditHyperlink" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ModifyField" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ManageLinks" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectMenue" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditDoc" menu:style="text"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ViewMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:NormalMultiPaneGUI" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineMode" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:NotesMode" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DiaMode" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:SlideMasterPage" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:NotesMasterPage" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:HandoutMode" menu:style="radio"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ToolbarModeUI"/>
|
||||
<menu:menuitem menu:id=".uno:AvailableToolbars" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:StatusBarVisible" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:LeftPaneImpress" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ToggleTabBarVisibility" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ShowRuler"/>
|
||||
<menu:menu menu:id=".uno:GridMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:GridVisible"/>
|
||||
<menu:menuitem menu:id=".uno:GridFront"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesMove"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SnapLinesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:HelplinesVisible"/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesFront"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GridUse"/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesUse"/>
|
||||
<menu:menuitem menu:id=".uno:SnapFrame"/>
|
||||
<menu:menuitem menu:id=".uno:SnapPoints"/>
|
||||
<menu:menuitem menu:id=".uno:SnapBorder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ShowAnnotations"/>
|
||||
<menu:menu menu:id=".uno:DisplayQualityMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:OutputQualityColor" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:OutputQualityGrayscale" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:OutputQualityBlackWhite" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Sidebar"/>
|
||||
<menu:menuitem menu:id=".uno:ModifyPage"/>
|
||||
<menu:menuitem menu:id=".uno:SlideChangeWindow"/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:ViewSidebarStyles"/>
|
||||
<menu:menuitem menu:id=".uno:Gallery"/>
|
||||
<menu:menuitem menu:id=".uno:Navigator"/>
|
||||
<menu:menuitem menu:id=".uno:ColorControl"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ZoomPanning"/>
|
||||
<menu:menu menu:id=".uno:ZoomMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ZoomPage"/>
|
||||
<menu:menuitem menu:id=".uno:ZoomPageWidth"/>
|
||||
<menu:menuitem menu:id=".uno:ZoomOptimal"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Zoom50Percent"/>
|
||||
<menu:menuitem menu:id=".uno:Zoom75Percent"/>
|
||||
<menu:menuitem menu:id=".uno:Zoom100Percent"/>
|
||||
<menu:menuitem menu:id=".uno:Zoom150Percent"/>
|
||||
<menu:menuitem menu:id=".uno:Zoom200Percent"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ZoomMode"/>
|
||||
<menu:menuitem menu:id=".uno:ZoomPrevious"/>
|
||||
<menu:menuitem menu:id=".uno:ZoomNext"/>
|
||||
<menu:menuitem menu:id=".uno:ZoomObjects"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Zoom"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:InsertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertGraphic"/>
|
||||
<menu:menuitem menu:id=".uno:InsertAVMedia"/>
|
||||
<menu:menuitem menu:id=".uno:InsertObjectChart"/>
|
||||
<menu:menuitem menu:id=".uno:InsertTable"/>
|
||||
<menu:menu menu:id=".uno:GraphicMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Gallery"/>
|
||||
<menu:menuitem menu:id=".uno:PhotoAlbumDialog"/>
|
||||
<menu:menu menu:id=".uno:Scan">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:TwainSelect"/>
|
||||
<menu:menuitem menu:id=".uno:TwainTransfer"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:AnimationObjects"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ObjectMenu" menu:style="text">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertMath"/>
|
||||
<menu:menuitem menu:id=".uno:InsertQrCode"/>
|
||||
<menu:menuitem menu:id=".uno:InsertObject"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ShapesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menu menu:id=".uno:ShapesLineMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Line"/>
|
||||
<menu:menuitem menu:id=".uno:Freeline_Unfilled"/>
|
||||
<menu:menuitem menu:id=".uno:Freeline"/>
|
||||
<menu:menuitem menu:id=".uno:Bezier_Unfilled"/>
|
||||
<menu:menuitem menu:id=".uno:BezierFill"/>
|
||||
<menu:menuitem menu:id=".uno:Polygon_Unfilled"/>
|
||||
<menu:menuitem menu:id=".uno:Polygon_Diagonal_Unfilled"/>
|
||||
<menu:menuitem menu:id=".uno:Polygon_Diagonal"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:BasicShapes"/>
|
||||
<menu:menuitem menu:id=".uno:SymbolShapes"/>
|
||||
<menu:menuitem menu:id=".uno:ArrowShapes"/>
|
||||
<menu:menuitem menu:id=".uno:FlowChartShapes"/>
|
||||
<menu:menuitem menu:id=".uno:CalloutShapes"/>
|
||||
<menu:menuitem menu:id=".uno:StarShapes"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CapturePoint" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Text"/>
|
||||
<menu:menuitem menu:id=".uno:InsertAnnotation"/>
|
||||
<menu:menuitem menu:id=".uno:InsertObjectFloatingFrame" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:FontworkGalleryFloater"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HyperlinkDialog"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSymbol"/>
|
||||
<menu:menu menu:id=".uno:FormattingMarkMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertNonBreakingSpace"/>
|
||||
<menu:menuitem menu:id=".uno:InsertHardHyphen"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSoftHyphen"/>
|
||||
<menu:menuitem menu:id=".uno:InsertNarrowNobreakSpace"/>
|
||||
<menu:menuitem menu:id=".uno:InsertZWSP"/>
|
||||
<menu:menuitem menu:id=".uno:InsertZWNBSP"/>
|
||||
<menu:menuitem menu:id=".uno:InsertLRM"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRLM"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertSlideField"/>
|
||||
<menu:menu menu:id=".uno:FieldMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertDateFieldFix"/>
|
||||
<menu:menuitem menu:id=".uno:InsertDateFieldVar"/>
|
||||
<menu:menuitem menu:id=".uno:InsertTimeFieldFix"/>
|
||||
<menu:menuitem menu:id=".uno:InsertTimeFieldVar"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertAuthorField"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSlideField"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSlideTitleField"/>
|
||||
<menu:menuitem menu:id=".uno:InsertSlidesField"/>
|
||||
<menu:menuitem menu:id=".uno:InsertFileField"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:HeaderAndFooter" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:InsertFormMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Label"/>
|
||||
<menu:menuitem menu:id=".uno:Edit"/>
|
||||
<menu:menuitem menu:id=".uno:CheckBox"/>
|
||||
<menu:menuitem menu:id=".uno:RadioButton"/>
|
||||
<menu:menuitem menu:id=".uno:ListBox"/>
|
||||
<menu:menuitem menu:id=".uno:ComboBox"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Pushbutton"/>
|
||||
<menu:menuitem menu:id=".uno:Imagebutton"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormattedField"/>
|
||||
<menu:menuitem menu:id=".uno:DateField"/>
|
||||
<menu:menuitem menu:id=".uno:TimeField"/>
|
||||
<menu:menuitem menu:id=".uno:NumericField"/>
|
||||
<menu:menuitem menu:id=".uno:CurrencyField"/>
|
||||
<menu:menuitem menu:id=".uno:PatternField"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GroupBox"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ImageControl"/>
|
||||
<menu:menuitem menu:id=".uno:FileControl"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Grid"/>
|
||||
<menu:menuitem menu:id=".uno:NavigationBar"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FormatMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menu menu:id=".uno:FormatTextMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Bold"/>
|
||||
<menu:menuitem menu:id=".uno:Italic"/>
|
||||
<menu:menuitem menu:id=".uno:UnderlineSingle"/>
|
||||
<menu:menuitem menu:id=".uno:UnderlineDouble"/>
|
||||
<menu:menuitem menu:id=".uno:Strikeout"/>
|
||||
<menu:menuitem menu:id=".uno:Overline"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SuperScript"/>
|
||||
<menu:menuitem menu:id=".uno:SubScript"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Shadowed"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineFont"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Grow"/>
|
||||
<menu:menuitem menu:id=".uno:Shrink"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToUpper"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToLower"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseRotateCase"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToSentenceCase"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToTitleCase"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToToggleCase"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SmallCaps"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToHalfWidth"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToFullWidth"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToHiragana"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToKatakana"/>
|
||||
</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:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ParaspaceIncrease"/>
|
||||
<menu:menuitem menu:id=".uno:ParaspaceDecrease"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:IncrementIndent"/>
|
||||
<menu:menuitem menu:id=".uno:DecrementIndent"/>
|
||||
</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:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CellVertTop" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:CellVertCenter" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:CellVertBottom" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FormatBulletsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DefaultBullet"/>
|
||||
<menu:menuitem menu:id=".uno:DefaultNumbering"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OutlineRight"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineLeft"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OutlineDown"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineUp"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetDefault" menu:style="text"/>
|
||||
<menu:menu menu:id=".uno:FormatStylesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
<menu:menuitem menu:id=".uno:StyleUpdateByExample"/>
|
||||
<menu:menuitem menu:id=".uno:StyleNewByExample"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DesignerDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineBullet"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:TableMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SetMinimalRowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalRowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:DistributeRows"/>
|
||||
<menu:menuitem menu:id=".uno:EntireRow"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowDialog"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteRows"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetMinimalColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:DistributeColumns"/>
|
||||
<menu:menuitem menu:id=".uno:EntireColumn"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnDialog"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteColumns"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:MergeCells"/>
|
||||
<menu:menuitem menu:id=".uno:SplitCell"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DeleteTable"/>
|
||||
<menu:menuitem menu:id=".uno:SelectTable"/>
|
||||
<menu:menuitem menu:id=".uno:TableDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FormatImageMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Crop"/>
|
||||
<menu:menuitem menu:id=".uno:OriginalSize"/>
|
||||
<menu:menuseparator/>
|
||||
<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:menu menu:id=".uno:FormatImageFilterMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterSepia"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterSobel"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterInvert"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterMosaic"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterPopart"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterPoster"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterRelief"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterRemoveNoise"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterSharpen"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterSmooth"/>
|
||||
<menu:menuitem menu:id=".uno:GraphicFilterSolarize"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:ColorSettings"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GrafAttrCrop"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:FormatObjectMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:TextAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FillShadow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DistributeSelection"/>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectRotateMode"/>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:GroupMenu">
|
||||
<menu:menupopup>
|
||||
<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:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SlideMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertSlide"/>
|
||||
<menu:menuitem menu:id=".uno:DuplicateSlide"/>
|
||||
<menu:menuitem menu:id=".uno:ImportSlideFromFile" menu:style="text"/>
|
||||
<menu:menu menu:id=".uno:SlideLayoutMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=20"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=19"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=0"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=1"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=32"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=3"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=12"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=15"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=14"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=16"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=18"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=34"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=28"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=27"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=29"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=30"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:DeleteSlide"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SaveBackground"/>
|
||||
<menu:menuitem menu:id=".uno:SelectBackground"/>
|
||||
<menu:menuitem menu:id=".uno:SlideSetup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PresentationLayout"/>
|
||||
<menu:menuitem menu:id=".uno:InsertMasterPage"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteMasterPage"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DisplayMasterBackground"/>
|
||||
<menu:menuitem menu:id=".uno:DisplayMasterObjects"/>
|
||||
<menu:menuitem menu:id=".uno:MasterLayouts"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ShowSlide"/>
|
||||
<menu:menuitem menu:id=".uno:HideSlide"/>
|
||||
<menu:menuitem menu:id=".uno:RenameSlide"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RestoreEditingView"/>
|
||||
<menu:menu menu:id=".uno:SlideMoveMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideFirst"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideUp"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideDown"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideLast"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:NavigateMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:FirstSlide"/>
|
||||
<menu:menuitem menu:id=".uno:PreviousSlide"/>
|
||||
<menu:menuitem menu:id=".uno:NextSlide"/>
|
||||
<menu:menuitem menu:id=".uno:LastSlide"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SummaryPage" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ExpandPage" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:SlideChangeWindow"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SlideShowMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Presentation"/>
|
||||
<menu:menuitem menu:id=".uno:PresentationCurrentSlide"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RehearseTimings"/>
|
||||
<menu:menuitem menu:id=".uno:CustomShowDialog"/>
|
||||
<menu:menuitem menu:id=".uno:Remote"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PresentationDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ToolsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SpellDialog"/>
|
||||
<menu:menuitem menu:id=".uno:SpellOnline"/>
|
||||
<menu:menuitem menu:id=".uno:ThesaurusDialog" menu:style="text"/>
|
||||
<menu:menu menu:id=".uno:LanguageMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SetLanguageAllTextMenu"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Hyphenation" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ChineseConversion"/>
|
||||
<menu:menuitem menu:id=".uno:HangulHanjaConversion"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:MoreDictionaries"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AutoCorrectDlg"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:RedactDoc" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:AutoRedactDoc" menu:style="text"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:PresentationMinimizer"/>
|
||||
<menu:menuitem menu:id=".uno:ImageMapDialog"/>
|
||||
<menu:menuitem menu:id=".uno:BmpMask"/>
|
||||
<menu:menuitem menu:id=".uno:AVMediaPlayer"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:ToolsFormsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SwitchControlDesignMode"/>
|
||||
<menu:menuitem menu:id=".uno:UseWizards"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ControlProperties"/>
|
||||
<menu:menuitem menu:id=".uno:FormProperties"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ShowFmExplorer"/>
|
||||
<menu:menuitem menu:id=".uno:TabDialog"/>
|
||||
<menu:menuitem menu:id=".uno:AddField"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OpenReadOnly"/>
|
||||
<menu:menuitem menu:id=".uno:AutoControlFocus"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MacrosMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MacroRecorder"/>
|
||||
<menu:menuitem menu:id=".uno:RunMacro"/>
|
||||
<menu:menuitem menu:id=".uno:BasicIDEAppear"/>
|
||||
<menu:menuitem menu:id=".uno:ScriptOrganizer"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:MacroSignature"/>
|
||||
<menu:menuitem menu:id=".uno:MacroOrganizer?TabId:short=1"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:OpenXMLFilterSettings"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id="service:com.sun.star.deployment.ui.PackageManagerDialog" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:ConfigureDialog" menu:style="text"/>
|
||||
<menu:menuitem menu:id=".uno:OptionsTreeDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:WindowList">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:NewWindow"/>
|
||||
<menu:menuitem menu:id=".uno:CloseWin"/>
|
||||
<menu:menuseparator/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:HelpMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:HelpIndex"/>
|
||||
<menu:menuitem menu:id=".uno:ExtendedHelp"/>
|
||||
<menu:menuitem menu:id=".uno:Documentation"/>
|
||||
<menu:menuitem menu:id=".uno:TipOfTheDay"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:QuestionAnswers"/>
|
||||
<menu:menuitem menu:id=".uno:SendFeedback"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SafeMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GetInvolved"/>
|
||||
<menu:menuitem menu:id=".uno:Donation"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ShowLicense"/>
|
||||
<menu:menuitem menu:id=".uno:About"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menubar>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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:Window3D"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?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:Window3D"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuitem menu:id=".uno:Window3D"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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:ToggleObjectBezierMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BezierMove"/>
|
||||
<menu:menuitem menu:id=".uno:BezierInsert"/>
|
||||
<menu:menuitem menu:id=".uno:BezierDelete"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BezierClose"/>
|
||||
<menu:menuitem menu:id=".uno:BezierCutLine"/>
|
||||
<menu:menuitem menu:id=".uno:BezierConvert"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BezierEdge"/>
|
||||
<menu:menuitem menu:id=".uno:BezierSmooth"/>
|
||||
<menu:menuitem menu:id=".uno:BezierSymmetric"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BezierEliminatePoints"/>
|
||||
</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:NewRouting"/>
|
||||
<menu:menuitem menu:id=".uno:ToggleObjectBezierMode"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:ConnectorAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuitem menu:id=".uno:Dismantle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,75 @@
|
||||
<?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:CloseObject"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuitem menu:id=".uno:Dismantle"/>
|
||||
<menu:menuitem menu:id=".uno:Break"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,72 @@
|
||||
<?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:AdvancedMode"/>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</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:PasteUnformatted"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TextAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineBullet"/>
|
||||
<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:SetDefault"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertAnnotation"/>
|
||||
</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:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ControlProperties"/>
|
||||
<menu:menuitem menu:id=".uno:FormProperties"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeControlType"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</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:NameGroup"/>
|
||||
<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,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:GlueInsertPoint"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GlueEscapeDirectionLeft"/>
|
||||
<menu:menuitem menu:id=".uno:GlueEscapeDirectionTop"/>
|
||||
<menu:menuitem menu:id=".uno:GlueEscapeDirectionRight"/>
|
||||
<menu:menuitem menu:id=".uno:GlueEscapeDirectionBottom"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GluePercent"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GlueHorzAlignLeft"/>
|
||||
<menu:menuitem menu:id=".uno:GlueHorzAlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:GlueHorzAlignRight"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GlueVertAlignTop"/>
|
||||
<menu:menuitem menu:id=".uno:GlueVertAlignCenter"/>
|
||||
<menu:menuitem menu:id=".uno:GlueVertAlignBottom"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,82 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</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:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</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:menuitem menu:id=".uno:Break"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EditQrCode"/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FormatUngroup"/>
|
||||
<menu:menuitem menu:id=".uno:EnterGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuitem menu:id=".uno:Dismantle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,75 @@
|
||||
<?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:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:TextAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:MeasureAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuitem menu:id=".uno:Dismantle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,88 @@
|
||||
<?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:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DistributeSelection"/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:MirrorMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:PolyFormen">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Combine"/>
|
||||
<menu:menuitem menu:id=".uno:Dismantle"/>
|
||||
<menu:menuitem menu:id=".uno:Connect"/>
|
||||
<menu:menuitem menu:id=".uno:Break"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Merge"/>
|
||||
<menu:menuitem menu:id=".uno:Substract"/>
|
||||
<menu:menuitem menu:id=".uno:Intersect"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:EqualizeWidth"/>
|
||||
<menu:menuitem menu:id=".uno:EqualizeHeight"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:FormatGroup"/>
|
||||
<menu:menuitem menu:id=".uno:FormatUngroup"/>
|
||||
<menu:menuitem menu:id=".uno:LeaveGroup"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ExportTo"/>
|
||||
</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,70 @@
|
||||
<?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:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</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:MirrorVert"/>
|
||||
<menu:menuitem menu:id=".uno:MirrorHorz"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:NameGroup"/>
|
||||
<menu:menuitem menu:id=".uno:ObjectTitleDescription"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</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:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetDefault"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OutlineBullet"/>
|
||||
<menu:menu menu:id=".uno:TransliterateMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToSentenceCase"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToLower"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToUpper"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToTitleCase"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToToggleCase"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToHalfWidth"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToFullWidth"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToHiragana"/>
|
||||
<menu:menuitem menu:id=".uno:ChangeCaseToKatakana"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:ModifyPresentationObject"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,81 @@
|
||||
<?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:ShowRuler"/>
|
||||
<menu:menu menu:id=".uno:GridMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:GridVisible"/>
|
||||
<menu:menuitem menu:id=".uno:GridFront"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesMove"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SnapLinesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:HelplinesVisible"/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesFront"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:GridUse"/>
|
||||
<menu:menuitem menu:id=".uno:HelplinesUse"/>
|
||||
<menu:menuitem menu:id=".uno:SnapFrame"/>
|
||||
<menu:menuitem menu:id=".uno:SnapPoints"/>
|
||||
<menu:menuitem menu:id=".uno:SnapBorder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:CapturePoint"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:SlideLayoutMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=20"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=19"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=0"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=1"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=32"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=3"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=12"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=15"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=14"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=16"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=18"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=34"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=28"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=27"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=29"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=30"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:NavigateMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:FirstSlide"/>
|
||||
<menu:menuitem menu:id=".uno:PreviousSlide"/>
|
||||
<menu:menuitem menu:id=".uno:NextSlide"/>
|
||||
<menu:menuitem menu:id=".uno:LastSlide"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SlideMoveMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideFirst"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideUp"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideDown"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideLast"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:SaveBackground"/>
|
||||
<menu:menuitem menu:id=".uno:PresentationLayout"/>
|
||||
<menu:menuitem menu:id=".uno:SlideChangeWindow"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SlideSetup"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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:InsertSlide"/>
|
||||
<menu:menuitem menu:id=".uno:DuplicateSlide"/>
|
||||
<menu:menuitem menu:id=".uno:RenameSlide"/>
|
||||
<menu:menuitem menu:id=".uno:HideSlide"/>
|
||||
<menu:menuitem menu:id=".uno:ShowSlide"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteSlide"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:SlideLayoutMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=20"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=19"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=0"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=1"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=32"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=3"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=12"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=15"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=14"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=16"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=18"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=34"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=28"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=27"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=29"/>
|
||||
<menu:menuitem menu:id=".uno:AssignLayout?WhatLayout:long=30"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:NavigateMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:FirstSlide"/>
|
||||
<menu:menuitem menu:id=".uno:PreviousSlide"/>
|
||||
<menu:menuitem menu:id=".uno:NextSlide"/>
|
||||
<menu:menuitem menu:id=".uno:LastSlide"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:SlideMoveMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideFirst"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideUp"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideDown"/>
|
||||
<menu:menuitem menu:id=".uno:MoveSlideLast"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SlideSetup"/>
|
||||
</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:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertMasterPage"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteMasterPage"/>
|
||||
<menu:menuitem menu:id=".uno:RenameMasterPage"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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:InsertSlide"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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:InsertMasterPage"/>
|
||||
</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:InsertSlide"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteSlide"/>
|
||||
<menu:menuitem menu:id=".uno:ModifyPage"/>
|
||||
<menu:menuitem menu:id=".uno:RenameSlide"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,78 @@
|
||||
<?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:MergeCells"/>
|
||||
<menu:menu menu:id=".uno:TableInsertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:InsertRowsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:InsertRowDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsBefore"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnsAfter"/>
|
||||
<menu:menuitem menu:id=".uno:InsertColumnDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:TableDeleteMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DeleteRows"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteColumns"/>
|
||||
<menu:menuitem menu:id=".uno:DeleteTable"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:TableAutoFitMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SetRowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:SetMinimalRowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalRowHeight"/>
|
||||
<menu:menuitem menu:id=".uno:DistributeRows"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:SetMinimalColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:SetOptimalColumnWidth"/>
|
||||
<menu:menuitem menu:id=".uno:DistributeColumns"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TableDialog"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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:TextAutoFitToSize"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:TransformDialog"/>
|
||||
<menu:menuitem menu:id=".uno:FormatLine"/>
|
||||
<menu:menuitem menu:id=".uno:FormatArea"/>
|
||||
<menu:menuitem menu:id=".uno:TextAttributes"/>
|
||||
<menu:menuitem menu:id=".uno:FontWork"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:FontDialog"/>
|
||||
<menu:menuitem menu:id=".uno:ParagraphDialog"/>
|
||||
<menu:menuseparator/>
|
||||
<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:Forward"/>
|
||||
<menu:menuitem menu:id=".uno:Backward"/>
|
||||
<menu:menuitem menu:id=".uno:SendToBack"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:BeforeObject"/>
|
||||
<menu:menuitem menu:id=".uno:BehindObject"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ReverseOrder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ConvertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:ChangeBezier"/>
|
||||
<menu:menuitem menu:id=".uno:ChangePolygon"/>
|
||||
<menu:menuitem menu:id=".uno:convert_to_contour"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3D"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertInto3DLatheFast"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoBitmap"/>
|
||||
<menu:menuitem menu:id=".uno:ConvertIntoMetaFile"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SetDefault"/>
|
||||
<menu:menuitem menu:id=".uno:EditStyle"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CustomAnimation"/>
|
||||
<menu:menuitem menu:id=".uno:AnimationEffects"/>
|
||||
<menu:menuitem menu:id=".uno:ExecuteAnimationEffect"/>
|
||||
</menu:menupopup>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.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 .
|
||||
-->
|
||||
<statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<statusbar:statusbaritem xlink:href=".uno:PageStatus" statusbar:align="left" statusbar:width="124"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:Context" statusbar:align="left" statusbar:autosize="true" statusbar:mandatory="false" statusbar:width="184"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:LayoutStatus" statusbar:align="left" statusbar:autosize="true" statusbar:mandatory="false" statusbar:width="54"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:Size" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="200"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="9"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:Signature" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="16"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:LanguageStatus" statusbar:align="center" statusbar:autosize="true" statusbar:width="100"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:ZoomPage" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="9"/>
|
||||
<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="36"/>
|
||||
</statusbar:statusbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:Cube"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Sphere"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Cylinder"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Cone"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Cyramid"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Torus"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shell3D"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HalfSphere"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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:ObjectAlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignUp"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignMiddle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignDown"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?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:ArrowShapes.right-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.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:toolbarbreak/>
|
||||
<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.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:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.quad-arrow-callout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-right-arrow-callout"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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: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.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.diamond"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.pentagon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.hexagon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.octagon"/>
|
||||
<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:toolbaritem xlink:href=".uno:BasicShapes.ring"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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:ToggleObjectBezierMode" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierMove"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierInsert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierDelete"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierConvert"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierClose"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierEdge"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierSmooth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierSymmetric"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BezierEliminatePoints"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?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: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>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Mirror"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLathe"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CrookRotate"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CrookSlant"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shear"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InteractiveTransparence"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InteractiveGradient"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?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:toolbaritem xlink:href=".uno:ClassificationDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?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:GrafRed"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafGreen"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafBlue"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafLuminance"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafContrast"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafGamma"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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:InsertAnnotation"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PreviousAnnotation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NextAnnotation"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteAnnotation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteAllAnnotation"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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:InsertSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DuplicateSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RenameSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteSlide"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AssignLayout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PresentationLayout" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExpandPage" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FirstSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PreviousSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NextSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LastSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveSlideFirst" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveSlideUp" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveSlideDown" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MoveSlideLast" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,55 @@
|
||||
<?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:ConnectorArrowEnd"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineArrowEnd"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveArrowEnd"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesArrowEnd"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Connector"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLine"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLines"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorArrows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineArrows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveArrows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesArrows"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorArrowStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineArrowStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveArrowStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesArrowStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCircleEnd" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineCircleEnd" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveCircleEnd" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesCircleEnd" toolbar:visible="false"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCircleStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineCircleStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveCircleStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesCircleStart" toolbar:visible="false"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCircles" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLineCircles" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorCurveCircles" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorLinesCircles" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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:DistributeHorzLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeHorzCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeHorzDistance"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeHorzRight"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeVertTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeVertCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeVertDistance"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeVertBottom"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?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:TransformDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignCenter" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignUp" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignMiddle" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignDown" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Forward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Backward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BeforeObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BehindObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ReverseOrder"/>
|
||||
<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:FillShadow"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineEndStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MirrorVert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MirrorHorz"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AdvancedMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Window3D" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ImageMapDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CustomAnimation" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AnimationEffects"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DesignerDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
<?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:Ellipse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Circle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Pie"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CirclePie"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EllipseCut"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CircleCut"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Ellipse_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Circle_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Pie_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CirclePie_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EllipseCut_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CircleCut_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Arc"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CircleArc"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -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: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: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>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?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:ExitSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FindText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FindAll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchLabel"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?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:FlowChartShapes.flowchart-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-alternate-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-decision"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-data"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-predefined-process"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-internal-storage"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-document"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-multidocument"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-terminator"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-preparation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-manual-input"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-manual-operation"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-connector"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-off-page-connector"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-card"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-punched-tape"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-summing-junction"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-or"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-collate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-sort"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-extract"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-merge"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-stored-data"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-delay"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-sequential-access"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-magnetic-disk"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-direct-access-storage"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-display"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkSameLetterHeights"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkAlignmentFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkCharacterSpacingFloater"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,55 @@
|
||||
<?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:FontworkShapeType.fontwork-plain-text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-wave"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-inflate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-stop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-curve-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-curve-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-triangle-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-triangle-down"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-right"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-left"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-slant-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-slant-down"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up-and-right"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-fade-up-and-left"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-chevron-up"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-chevron-down"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-up-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-down-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-left-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-right-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-circle-curve"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-open-circle-curve"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-up-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-down-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-left-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-arch-right-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-circle-pour"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-open-circle-pour"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,59 @@
|
||||
<?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:SelectObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/>
|
||||
<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>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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:SelectObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
|
||||
<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:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack" toolbar:visible="false"/>
|
||||
<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:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenReadOnly"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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:FormFilterExecute"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilterExit"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?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:RecSearch"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AbsoluteRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecFromText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecTotal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FirstRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrevRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NextRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LastRecord"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NewRecord"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecSave"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RecUndo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteRecord"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Refresh"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RefreshFormControl"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OrderCrit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Sortup"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SortDown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AutoFilter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFiltered"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormFilter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ViewFormAsGrid"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<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:SuperScript"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<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"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:FullScreen"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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:GlueInsertPoint"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueEscapeDirectionLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueEscapeDirectionTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueEscapeDirectionRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueEscapeDirectionBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GluePercent"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueHorzAlignLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueHorzAlignCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueHorzAlignRight"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueVertAlignTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueVertAlignCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueVertAlignBottom"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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:GraphicFilterInvert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSmooth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSharpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterRemoveNoise"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSolarize"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSepia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterPoster"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterPopart"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterSobel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterRelief"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterMosaic"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,72 @@
|
||||
<?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:TransformDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignCenter" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignUp" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignMiddle" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AlignDown" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Forward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Backward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BeforeObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BehindObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ReverseOrder"/>
|
||||
<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: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:MirrorVert"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MirrorHorz"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AdvancedMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GrafTransparence"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ColorSettings"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CustomAnimation" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AnimationEffects"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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:InsertPage"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectFloatingFrame" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ImportFromFile" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertMath"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObject" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:BezierFill"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Freeline"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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:InsertMasterPage"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RenameMasterPage" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CloseMasterView"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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:InsertAVMedia"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AVMediaToolBox"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -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/.
|
||||
*
|
||||
-->
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<toolbar:toolbaritem xlink:href=".uno:Menubar"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Open"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Save"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Undo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Redo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Presentation"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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:SetMinimalColumnWidth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetMinimalRowHeight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOptimalColumnWidth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOptimalRowHeight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeColumns"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeRows"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,40 @@
|
||||
<?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:ClickChangeRotation"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridUse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesUse"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SnapBorder"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SnapFrame"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SnapPoints"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:QuickEdit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PickThrough"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DoubleClickTextEdit"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SolidCreate"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeaveAllGroups"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -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:OutlineRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineLeft"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineDown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineUp"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineFormat"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ColorView"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineCollapseAll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineExpandAll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineCollapse" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineExpand" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:BringToFront"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Forward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Backward"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendToBack"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BeforeObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BehindObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ReverseOrder"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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:Rect"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Square"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Rect_Rounded"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Square_Rounded"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Rect_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Square_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Rect_Rounded_Unfilled"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Square_Rounded_Unfilled"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,87 @@
|
||||
<?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:AddDirect" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Open"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Save"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Print"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintPreview" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Undo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Redo"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpellingDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPage"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DuplicateSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RenameSlide" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AssignLayout" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DisplayMode"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Line"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox"/>
|
||||
<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:Objects3DToolbox" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/>
|
||||
<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:SelectObject" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPage" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMode" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Presentation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PresentationCurrentSlide"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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:RehearseTimings"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ShowSlide"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HideSlide"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PagesPerRow"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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:SelectObject"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Presentation"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,79 @@
|
||||
<?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:OpenUrl" toolbar:visible="false" />
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddDirect"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Open"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Save"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Print"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Cut"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Copy"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Paste"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetDefault" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Undo"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Redo"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpellDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMode" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DisplayMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleTabBarVisibility" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SlideSetup" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SlideMasterPage"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Presentation"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PresentationCurrentSlide"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertTable"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharmapControl"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertDraw"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AnimationEffects" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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:StarShapes.star4"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star5"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star6"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star8"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star12"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.star24"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.vertical-scroll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.horizontal-scroll"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.signet"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.doorplate"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?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:SymbolShapes.smiley"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.heart"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.sun"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.moon"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.cloud"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.lightning"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.flower"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.forbidden"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.puzzle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.quad-bevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.octagon-bevel"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.diamond-bevel"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.bracket-pair"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-bracket"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-bracket"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.brace-pair"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-brace"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-brace"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?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:InsertTable"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillStyle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:MergeCells"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SplitCell"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OptimizeTable"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertRowsBefore"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertRowsAfter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertColumnsBefore"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteRows"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DeleteTable"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectTable" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EntireColumn" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EntireRow" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TableDesign"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TableDialog"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?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:Text"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DrawCaption"/>
|
||||
<toolbar:toolbarbreak/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,75 @@
|
||||
<?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:CharFontName"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontHeight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Grow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shrink"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Bold"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Italic"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Strikeout"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SuperScript"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SubScript"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Shadowed"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:OutlineFont"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetDefault"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ChangeCaseToLower" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ChangeCaseToUpper" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SmallCaps" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Color"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CharBackColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RightPara"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:JustifyPara"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertTop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineSpacing"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,70 @@
|
||||
<?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:SelectObject"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Text" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:visible="false"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:XLineColor"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillColor"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Line"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:LineToolbox"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox"/>
|
||||
<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:Objects3DToolbox"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:TransformDialog" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:FillShadow"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Crop"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:GlueEditMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ChangeBezier" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ChangePolygon" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConvertInto3D" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLatheFast" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:InsertToolbox" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Config" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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:SaveAs"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ReadOnlyDoc" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SendMail"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExportDirectToEPUB" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Print"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Copy"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Zoom"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Presentation"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?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:ZoomPlus"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMinus"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Zoom100Percent"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPrevious" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomNext" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPage"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPageWidth"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomOptimal"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomObjects"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomMode"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ZoomPanning"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="reply">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:ReplyToAnnotation</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|reply">_Reply</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="bold">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Bold</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|bold">_Bold</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="italic">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Italic</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|italic">_Italic</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="underline">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Underline</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|underline">_Underline</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="strike">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Strikeout</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|strike">_Strikethrough</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="copy">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Copy</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|copy">_Copy</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="paste">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:Paste</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|paste">_Paste</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="delete">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:DeleteAnnotation</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|delete">_Delete Comment</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="deleteby">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:DeleteAllAnnotationByAuthor</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|deleteby">Delete All Comments b_y %1</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="deleteall">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="action_name">.uno:DeleteAllAnnotation</property>
|
||||
<property name="label" translatable="yes" context="annotationmenu|deleteall">Delete _All Comments</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="reply">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="annotationtagmenu|reply">_Reply</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="delete">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="annotationtagmenu|delete">_Delete Comment</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="deleteby">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="annotationtagmenu|deleteby">Delete All Comments b_y %1</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="deleteall">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="annotationtagmenu|deleteall">Delete _All Comments</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="ClientboxFragment">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="button">
|
||||
<property name="label" translatable="yes" context="clientboxfragment|STR_DEAUTHORISE_CLIENT">Remove Client Authorization</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
<property name="width">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="name">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="pinlabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="clientboxfragment|STR_ENTER_PIN">Enter PIN:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">pin</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="pin">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="max_length">4</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="width_chars">4</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkSizeGroup" id="sizegroup1">
|
||||
<property name="mode">vertical</property>
|
||||
<widgets>
|
||||
<widget name="button"/>
|
||||
<widget name="name"/>
|
||||
<widget name="pinlabel"/>
|
||||
<widget name="pin"/>
|
||||
</widgets>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="applyall">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|applyall">_Apply to All Slides</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="applyselect">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|applyselect">Apply to _Selected Slides</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="edit">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|edit">_Edit Master...</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="delete">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|delete">D_elete Master</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="large">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|large">Show _Large Preview</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="small">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="currentmastermenu|small">Show S_mall Preview</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,452 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="upper">10000</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-media-play</property>
|
||||
</object>
|
||||
<object class="GtkBox" id="EffectTab">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkFrame" id="settings">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="prop_label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|prop_label1">_Direction:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="placeholder">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">18</property>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="smooth_start">
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|smooth_start">Accelerated start</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="smooth_start-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|smooth_start">Enable this option to assign a gradually increasing speed to the start of the effect.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="smooth_end">
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|smooth_end">Decelerated end</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="smooth_end-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|smooth_end">Enable this option to assign a gradually decreasing speed to the end of the effect.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|label3">Settings</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="aeffect_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|aeffect_label">A_fter animation:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">aeffect_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="sound_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|sound_label">_Sound:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">sound_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="text_animation_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|text_animation_label">_Text animation:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">text_animation_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="dim_color_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|dim_color_label">Di_m color:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">dim_color_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="sound_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="sound_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|sound_list">Select a sound from the Gallery or select one of the special entries.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="sound_preview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="image">image1</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="sound_preview-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|sound_preview">Plays the selected sound file.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="dim_color_list">
|
||||
<property name="label" translatable="no"></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="dim_color_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|dim_color_list">Select the dim color.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box5">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="text_delay_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|text_delay_label">delay between characters</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">text_delay</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="text_delay">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="text_delay-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|text_delay">Specifies the percentage of delay between animations of words or letters.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">4</property>
|
||||
<property name="width">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="aeffect_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationeffecttab|aeffect_list">Don't dim</item>
|
||||
<item translatable="yes" context="customanimationeffecttab|aeffect_list">Dim with color</item>
|
||||
<item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide after animation</item>
|
||||
<item translatable="yes" context="customanimationeffecttab|aeffect_list">Hide on next animation</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="aeffect_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|aeffect_list">Select a color to be shown after the animation ends, or select another after-effect from the list</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="text_animation_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationeffecttab|text_animation_list">All at once</item>
|
||||
<item translatable="yes" context="customanimationeffecttab|text_animation_list">Word by word</item>
|
||||
<item translatable="yes" context="customanimationeffecttab|text_animation_list">Letter by letter</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="text_animation_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationeffecttab|extended_tip|text_animation_list">Select the animation mode for the text of the current shape</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationeffecttab|label4">Enhancement</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkSizeGroup" id="sizegroupLabel">
|
||||
<widgets>
|
||||
<widget name="prop_label1"/>
|
||||
<widget name="aeffect_label"/>
|
||||
<widget name="sound_label"/>
|
||||
<widget name="text_animation_label"/>
|
||||
<widget name="dim_color_label"/>
|
||||
</widgets>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,440 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="upper">1000</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment2">
|
||||
<property name="lower">-10000</property>
|
||||
<property name="upper">10000</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment3">
|
||||
<property name="upper">100</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment4">
|
||||
<property name="upper">1000</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="25">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|25">Tiny</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="50">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|50">Smaller</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="150">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|150">Larger</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="400">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|400">Extra Large</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkMenu" id="menu1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="90">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|90">Quarter Spin</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="180">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|180">Half Spin</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="360">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|360">Full Spin</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="720">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|720">Two Spins</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="clockwise">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|clockwise">Clockwise</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="counterclock">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|counterclock">Counter-clockwise</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkMenu" id="menu2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
<object class="GtkMenu" id="menu3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="25scale">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|25">Tiny</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="50scale">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|50">Smaller</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="150scale">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|150">Larger</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="400scale">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|400">Extra Large</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="hori">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|hori">Horizontal</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="vert">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|vert">Vertical</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="both">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|both">Both</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkMenu" id="menu4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="bold">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|bold">Bold</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="italic">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|italic">Italic</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="underline">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationfragment|underline">Underlined</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkBox" id="EffectFragment">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="spacing">3</property>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="combo">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="color">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="fontname">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="has_entry">True</property>
|
||||
<child internal-child="entry">
|
||||
<object class="GtkEntry">
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="fontsize">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="fontsizemenu">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="popup">menu</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="rotate">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="adjustment">adjustment2</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">5</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="rotatemenu">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="popup">menu1</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">6</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="transparent">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="adjustment">adjustment3</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">7</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="transparentmenu">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="popup">menu2</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">8</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="scale">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="adjustment">adjustment4</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">9</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="scalemenu">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="popup">menu3</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">10</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="entry">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="editable">False</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">11</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="entrymenu">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="popup">menu4</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="no"></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">12</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,241 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkDialog" id="CustomAnimationProperties">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes" context="customanimationproperties|CustomAnimationProperties">Effect Options</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">0</property>
|
||||
<property name="default_height">0</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="ok">
|
||||
<property name="label">gtk-ok</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="has_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="cancel">
|
||||
<property name="label">gtk-cancel</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
<property name="secondary">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkNotebook" id="tabcontrol">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="scrollable">True</property>
|
||||
<property name="enable_popup">True</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel" id="effect">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationproperties|effect">Effect</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="tab_fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel" id="timing">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationproperties|timing">Timing</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
<property name="tab_fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child type="tab">
|
||||
<object class="GtkLabel" id="textanim">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationproperties|textanim">Text Animation</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">2</property>
|
||||
<property name="tab_fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="-5">ok</action-widget>
|
||||
<action-widget response="-6">cancel</action-widget>
|
||||
<action-widget response="-11">help</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,695 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="upper">100000</property>
|
||||
<property name="step_increment">0.5</property>
|
||||
<property name="page_increment">5</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment2">
|
||||
<property name="upper">100000</property>
|
||||
<property name="step_increment">0.5</property>
|
||||
<property name="page_increment">5</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sfx2/res/symphony/sidebar-property-small.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image_add">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">svtools/res/list_add.png</property>
|
||||
<property name="icon_size">2</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image_down">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">cmd/sc_movedown.png</property>
|
||||
<property name="icon_size">2</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image_play">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sd/res/playblue_16.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image_remove">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">extensions/res/buttonminus.png</property>
|
||||
<property name="icon_size">2</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image_up">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">cmd/sc_moveup.png</property>
|
||||
<property name="icon_size">2</property>
|
||||
</object>
|
||||
<object class="GtkTreeStore" id="liststore1">
|
||||
<columns>
|
||||
<!-- column-name expander -->
|
||||
<column type="GdkPixbuf"/>
|
||||
<!-- column-name text -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkTreeStore" id="liststore2">
|
||||
<columns>
|
||||
<!-- column-name text -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name weight1 -->
|
||||
<column type="gint"/>
|
||||
<!-- column-name sensitive1 -->
|
||||
<column type="gboolean"/>
|
||||
<!-- column-name extraindent1 -->
|
||||
<column type="gint"/>
|
||||
<!-- column-name align1 -->
|
||||
<column type="gdouble"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkBox" id="CustomAnimationsPanel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="custom_animation_list">
|
||||
<property name="width_request">260</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="model">liststore1</property>
|
||||
<property name="headers_visible">False</property>
|
||||
<property name="reorderable">True</property>
|
||||
<property name="search_column">1</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="Macro Library List-selection1"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
|
||||
<attributes>
|
||||
<attribute name="pixbuf">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
||||
<attributes>
|
||||
<attribute name="text">1</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="custom_animation_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|custom_animation_list">The animation list displays all animations for the current slide.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="custom_animation_label_parent">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkViewport">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="custom_animation_label">
|
||||
<property name="width_request">260</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|STR_CUSTOMANIMATION_LIST_HELPTEXT">First select the slide element and then click 'Add...' to add an animation effect.</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="add_effect">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|add_effect|tooltip_text">Add Effect</property>
|
||||
<property name="image">image_add</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="add_effect-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|add_effect">Adds another animation effect for the selected object on the slide.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="remove_effect">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|remove_effect|tooltip_text">Remove Effect</property>
|
||||
<property name="image">image_remove</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="remove_effect-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|remove_effect">Removes the selected animation effects from the animation list.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="move_up">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|move_up|tooltip_text">Move Up</property>
|
||||
<property name="image">image_up</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="move_up-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|move_up">Click one of the buttons to move the selected animation effect up or down in the list.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="move_down">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|move_down|tooltip_text">Move Down</property>
|
||||
<property name="image">image_down</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="move_down-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|move_down">Click one of the buttons to move the selected animation effect up or down in the list.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="categorylabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|categorylabel">Category:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">categorylb</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="effectlabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|effectlabel">Effect:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">effect_list</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="categorylb">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="popup_fixed_width">False</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationspanel|categorylb">Entrance</item>
|
||||
<item translatable="yes" context="customanimationspanel|categorylb">Emphasis</item>
|
||||
<item translatable="yes" context="customanimationspanel|categorylb">Exit</item>
|
||||
<item translatable="yes" context="customanimationspanel|categorylb">Motion Paths</item>
|
||||
<item translatable="yes" context="customanimationspanel|categorylb">Misc Effects</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="categorylb-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|categorylb">Select an animation effect category.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="effect_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="model">liststore2</property>
|
||||
<property name="headers_visible">False</property>
|
||||
<property name="search_column">0</property>
|
||||
<property name="show_expanders">False</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="Macro Library List-selection11"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="treeviewcolumn21">
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="cellrenderertext22"/>
|
||||
<attributes>
|
||||
<attribute name="xalign">5</attribute>
|
||||
<attribute name="text">0</attribute>
|
||||
<attribute name="weight">2</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="effect_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|effect_list">Select an animation effect.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="start_effect">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|start_effect">_Start:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">start_effect_list</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="effect_property">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|effect_property">_Direction:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">placeholder</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="effect_duration">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|effect_duration">D_uration:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">anim_duration</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="start_effect_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationspanel|start_effect_list">On click</item>
|
||||
<item translatable="yes" context="customanimationspanel|start_effect_list">With previous</item>
|
||||
<item translatable="yes" context="customanimationspanel|start_effect_list">After previous</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="start_effect_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|start_effect_list">Displays when the selected animation effect should be started.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="placeholder">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="more_properties">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|more_properties|tooltip_text">Options</property>
|
||||
<property name="image">image1</property>
|
||||
<property name="always_show_image">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="more_properties-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|more_properties">Specifies additional properties for the selected element in the Custom Animations pane.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="anim_duration">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="adjustment">adjustment2</property>
|
||||
<property name="digits">2</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="anim_duration-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|anim_duration">Specifies the duration of the selected animation effect.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="delay_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|delay_label">_Delay:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">delay_value</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="delay_value">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="delay_value-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|delay_value">The animation starts delayed by this amount of time.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="effect_label">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|effect_label">Effect</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkSeparator" id="separator1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">18</property>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="auto_preview">
|
||||
<property name="label" translatable="yes" context="customanimationspanel|auto_preview">Automatic Preview</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="auto_preview-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|auto_preview">Select to preview new or edited effects on the slide while you assign them.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="play">
|
||||
<property name="label" translatable="yes" context="customanimationspanel|play">Play</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationspanel|play|tooltip_text">Preview Effect</property>
|
||||
<property name="image">image_play</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="image_position">right</property>
|
||||
<property name="always_show_image">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="play-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|play">Plays the selected animation effect in the preview.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">4</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="box1_label">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|box1_label">Animation Deck</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">box1</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">5</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="custom_animation_list_label">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationspanel|custom_animation_list_label">Animation List</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">custom_animation_list</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">6</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="CustomAnimationsPanel-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationspanel|extended_tip|CustomAnimationsPanel">Assigns effects to selected objects.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,154 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="upper">999.99</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkBox" id="TextAnimationTab">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="group_text_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes" context="customanimationtexttab|group_text_label">_Group text:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">group_text_list</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="auto_after_value">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="auto_after_value-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationtexttab|extended_tip|auto_after_value">Enter an additional delay in seconds to animate subsequent paragraphs.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="auto_after">
|
||||
<property name="label" translatable="yes" context="customanimationtexttab|auto_after">_Automatically after:</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="auto_after-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationtexttab|extended_tip|auto_after">If "Group text - By 1st level paragraphs" is selected, the paragraphs are animated one after the other.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="group_text_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">As one object</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">All paragraphs at once</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">By 1st level paragraphs</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">By 2nd level paragraphs</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">By 3rd level paragraphs</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">By 4th level paragraphs</item>
|
||||
<item translatable="yes" context="customanimationtexttab|group_text_list">By 5th level paragraphs</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="group_text_list-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationtexttab|extended_tip|group_text_list">Specifies how multiple paragraphs are animated</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="animate_shape">
|
||||
<property name="label" translatable="yes" context="customanimationtexttab|animate_shape">Animate attached _shape</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="animate_shape-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationtexttab|extended_tip|animate_shape">Deselect this box to animate only the text, not the shape.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="reverse_order">
|
||||
<property name="label" translatable="yes" context="customanimationtexttab|reverse_order">_In reverse order</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="reverse_order-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customanimationtexttab|extended_tip|reverse_order">Animates the paragraphs in reverse order.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,298 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.2 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="upper">100000</property>
|
||||
<property name="step_increment">0.5</property>
|
||||
<property name="page_increment">5</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment2">
|
||||
<property name="upper">100000</property>
|
||||
<property name="step_increment">0.5</property>
|
||||
<property name="page_increment">5</property>
|
||||
</object>
|
||||
<object class="GtkBox" id="TimingTab">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkFrame">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="start_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|start_label">_Start:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">start_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="delay_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|delay_label">_Delay:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">delay_value</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="duration_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|duration_label">D_uration:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">anim_duration</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="repeat_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|repeat_label">_Repeat:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">repeat_list</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="start_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<items>
|
||||
<item translatable="yes" context="customanimationtimingtab|start_list">On click</item>
|
||||
<item translatable="yes" context="customanimationtimingtab|start_list">With previous</item>
|
||||
<item translatable="yes" context="customanimationtimingtab|start_list">After previous</item>
|
||||
</items>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="delay_value">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="digits">1</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="anim_duration">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="customanimationtimingtab|anim_duration|tooltip_text">Select the speed of the Animation.</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="adjustment">adjustment2</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="digits">2</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="repeat_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="rewind">
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|rewind">Rewind _when done playing</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">4</property>
|
||||
<property name="width">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|label11">Timing</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box6">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="rb_click_sequence">
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|rb_click_sequence">_Animate as part of click sequence</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="rb_interactive">
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|rb_interactive">Start _effect on click of:</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="group">rb_click_sequence</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="trigger_list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label11">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="customanimationtimingtab|label11">Trigger</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,297 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkTreeStore" id="liststore1">
|
||||
<columns>
|
||||
<!-- column-name text -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkDialog" id="CustomSlideShows">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes" context="customslideshows|CustomSlideShows">Custom Slide Shows</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">0</property>
|
||||
<property name="default_height">0</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
<property name="secondary">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="startshow">
|
||||
<property name="label" translatable="yes" context="customslideshows|startshow">_Start</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="startshow-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|startshow">Runs the slide show. Ensure that Use Custom Slide Show is selected if you want to run a custom presentation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="ok">
|
||||
<property name="label">gtk-ok</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="ok-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|ok">Saves all changes and closes dialog.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="customshowlist">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="model">liststore1</property>
|
||||
<property name="headers_visible">False</property>
|
||||
<property name="headers_clickable">False</property>
|
||||
<property name="search_column">0</property>
|
||||
<property name="show_expanders">False</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
||||
<attributes>
|
||||
<attribute name="text">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="customshowlist-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|customshowlist">Lists the custom slide shows that are available.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="usecustomshows">
|
||||
<property name="label" translatable="yes" context="customslideshows|usecustomshows">_Use custom slide show</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="usecustomshows-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|usecustomshows">Runs the custom slide show you selected when you click Start. Otherwise, the entire presentation is shown.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButtonBox" id="buttonboxSlidesEditing">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<property name="layout_style">start</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="new">
|
||||
<property name="label">gtk-new</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="has_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="new-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|new">Add, remove or reorder slides as well as change the name of the selected custom slide show.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="edit">
|
||||
<property name="label">gtk-edit</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="edit-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|edit">Add, remove or reorder slides as well as change the name of the selected custom slide show.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="copy">
|
||||
<property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="copy-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|copy">Creates a copy of the selected custom slide show. You can modify the name of the show by clicking Edit.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="delete">
|
||||
<property name="label">gtk-delete</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="delete-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="-11">help</action-widget>
|
||||
<action-widget response="101">startshow</action-widget>
|
||||
<action-widget response="-5">ok</action-widget>
|
||||
</action-widgets>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="CustomSlideShows-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="customslideshows|extended_tip|CustomSlideShows">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,360 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkTreeStore" id="liststore1">
|
||||
<columns>
|
||||
<!-- column-name text -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkTreeStore" id="liststore2">
|
||||
<columns>
|
||||
<!-- column-name text -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkDialog" id="DefineCustomSlideShow">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes" context="definecustomslideshow|DefineCustomSlideShow">Define Custom Slide Show</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">0</property>
|
||||
<property name="default_height">0</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="ok">
|
||||
<property name="label">gtk-ok</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="has_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="cancel">
|
||||
<property name="label">gtk-cancel</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
<property name="secondary">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="definecustomslideshow|label1">_Name:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">customname</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="customname">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="customname-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|customname">Displays the name of the custom slide show. If you want, you can enter a new name.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes" context="definecustomslideshow|label2">_Existing slides:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">pages</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes" context="definecustomslideshow|label3">_Selected slides:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">custompages</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="pages">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="model">liststore1</property>
|
||||
<property name="headers_visible">False</property>
|
||||
<property name="headers_clickable">False</property>
|
||||
<property name="search_column">0</property>
|
||||
<property name="show_expanders">False</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1">
|
||||
<property name="mode">multiple</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
||||
<attributes>
|
||||
<attribute name="text">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="pages-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|pages">Lists all of the slides in the order in which they appear in the current document.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="custompages">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="model">liststore2</property>
|
||||
<property name="headers_visible">False</property>
|
||||
<property name="headers_clickable">False</property>
|
||||
<property name="reorderable">True</property>
|
||||
<property name="search_column">0</property>
|
||||
<property name="show_expanders">False</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection2"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
||||
<child>
|
||||
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
||||
<attributes>
|
||||
<attribute name="text">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="custompages-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|custompages">Lists all of the slides in the custom slide show. If you want, you can change the order of the list by dragging the slides up or down.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="add">
|
||||
<property name="label" translatable="yes" context="definecustomslideshow|add">>></property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="add-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|add">Adds an existing slide to the bottom of the Selected slides list. You need to select a slide in the Existing slides list before you can use this button.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="remove">
|
||||
<property name="label" translatable="yes" context="definecustomslideshow|remove"><<</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="remove-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|remove">Removes a slide from the Selected slides list. You need to choose a slide in the Selected slides list before you can use this button.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="-5">ok</action-widget>
|
||||
<action-widget response="-6">cancel</action-widget>
|
||||
<action-widget response="-11">help</action-widget>
|
||||
</action-widgets>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="DefineCustomSlideShow-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="definecustomslideshow|extended_tip|DefineCustomSlideShow">Creates a custom slide show.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkSizeGroup" id="sizegroup1">
|
||||
<widgets>
|
||||
<widget name="custompages"/>
|
||||
</widgets>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkPopover" id="DisplayWindow">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="border_width">4</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="container">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkFrame" id="editframe">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="valuesetwin1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="vscrollbar_policy">never</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkViewport">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkDrawingArea" id="valueset1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="displaywindow|STR_DISPLAYMODE_EDITMODES">Edit Modes</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="masterframe">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="valuesetwin2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="vscrollbar_policy">never</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkViewport">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkDrawingArea" id="valueset2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="displaywindow|STR_DISPLAYMODE_MASTERMODES">Master Modes</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,283 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkDialog" id="EditFieldsDialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes" context="dlgfield|EditFieldsDialog">Edit Field</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">0</property>
|
||||
<property name="default_height">0</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="ok">
|
||||
<property name="label">gtk-ok</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="has_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="cancel">
|
||||
<property name="label">gtk-cancel</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
<property name="secondary">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="box3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="fixedRB">
|
||||
<property name="label" translatable="yes" context="dlgfield|fixedRB">_Fixed</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="fixedRB-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dlgfield|extended_tip|fixedRB">Displays the content of the field when the field was inserted.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="varRB">
|
||||
<property name="label" translatable="yes" context="dlgfield|varRB">_Variable</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="group">fixedRB</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="varRB-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dlgfield|extended_tip|varRB">Displays the current value of the field.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dlgfield|label1">Field Type</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dlgfield|label2">_Language:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">languageLB</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="languageLB">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="has_entry">True</property>
|
||||
<child internal-child="entry">
|
||||
<object class="GtkEntry">
|
||||
<property name="can_focus">True</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<property name="activates_default">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="languageLB-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dlgfield|extended_tip|languageLB">Select the language for the field.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="formatLB">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="formatLB-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dlgfield|extended_tip|formatLB">Select a display format for the field.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dlgfield|label3">F_ormat</property>
|
||||
<property name="use_underline">True</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="-5">ok</action-widget>
|
||||
<action-widget response="-6">cancel</action-widget>
|
||||
<action-widget response="-11">help</action-widget>
|
||||
</action-widgets>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="EditFieldsDialog-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dlgfield|extended_tip|EditFieldsDialog">Edits the properties of an inserted field.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,662 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.36.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkAdjustment" id="adjustment1">
|
||||
<property name="lower">1</property>
|
||||
<property name="upper">999</property>
|
||||
<property name="value">1</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment2">
|
||||
<property name="upper">600</property>
|
||||
<property name="step_increment">10</property>
|
||||
<property name="page_increment">60</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sd/res/get1obj.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sd/res/getallob.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sd/res/del1bmp.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">sd/res/delall.png</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image5">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-goto-first</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image6">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-media-previous</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image7">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-media-stop</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image8">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-media-next</property>
|
||||
</object>
|
||||
<object class="GtkImage" id="image9">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-goto-last</property>
|
||||
</object>
|
||||
<object class="GtkBox" id="DockingAnimation">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="row_spacing">24</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="row_spacing">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="loopcount">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|loopcount|tooltip_text">Loop Count</property>
|
||||
<items>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
<item>12</item>
|
||||
<item>15</item>
|
||||
<item>20</item>
|
||||
<item>25</item>
|
||||
<item>50</item>
|
||||
<item>100</item>
|
||||
<item>500</item>
|
||||
<item>1000</item>
|
||||
<item translatable="yes" context="dockinganimation|loopcount">Max.</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="loopcount-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|loopcount">Sets the number of times that the animation is played.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="duration">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|duration|tooltip_text">Duration</property>
|
||||
<property name="adjustment">adjustment2</property>
|
||||
<property name="digits">2</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="duration-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|duration">Enter the number of seconds to display the current image. This option is only available if you select the Bitmap object option in the Animation group field.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="numbitmap">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|numbitmap|tooltip_text">Image Number</property>
|
||||
<property name="text">1</property>
|
||||
<property name="adjustment">adjustment1</property>
|
||||
<property name="value">1</property>
|
||||
<property name="truncate-multiline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="numbitmap-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|numbitmap">Indicates the position of the current image in the animation sequence.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid9">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="first">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|first|tooltip_text">First Image</property>
|
||||
<property name="image">image5</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="first-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|first">Jumps to the first image in the animation sequence.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="prev">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|prev|tooltip_text">Backwards</property>
|
||||
<property name="image">image6</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="prev-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|prev">Plays the animation backwards.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="stop">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|stop|tooltip_text">Stop</property>
|
||||
<property name="image">image7</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="stop-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|stop">Stops playing the animation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="next">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|next|tooltip_text">Play</property>
|
||||
<property name="image">image8</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="next-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|next">Plays the animation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="last">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|last|tooltip_text">Last Image</property>
|
||||
<property name="image">image9</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="last-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|last">Jumps to the last image in the animation sequence.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">4</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkDrawingArea" id="preview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid6">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="row_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="group">
|
||||
<property name="label" translatable="yes" context="dockinganimation|group">Group object</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="group-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|group">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="bitmap">
|
||||
<property name="label" translatable="yes" context="dockinganimation|bitmap">Bitmap object</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="group">group</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="bitmap-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|bitmap">Combines images into a single image.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid10">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="alignmentft">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dockinganimation|alignmentft">Alignment</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">alignment</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="alignment">
|
||||
<property name="can_focus">False</property>
|
||||
<items>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Top Left</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Left</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Bottom Left</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Top</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Centered</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Bottom</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Top Right</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Right</item>
|
||||
<item translatable="yes" context="dockinganimation|alignment">Bottom Right</item>
|
||||
</items>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="alignment-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|alignment">Aligns the images in your animation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dockinganimation|label1">Animation Group</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkFrame" id="frame2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid7">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="column_spacing">24</property>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid11">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="getone">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|getone|tooltip_text">Apply Object</property>
|
||||
<property name="image">image1</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="getone-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getone">Adds selected object(s) as a single image.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="getall">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|getall|tooltip_text">Apply Objects Individually</property>
|
||||
<property name="image">image2</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="getall-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getall">Adds an image for each selected object.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid12">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dockinganimation|label3">Number</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="count">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label">67</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">2</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<!-- n-columns=1 n-rows=1 -->
|
||||
<object class="GtkGrid" id="grid13">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="delone">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|delone|tooltip_text">Delete Current Image</property>
|
||||
<property name="image">image3</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="delone-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delone">Deletes current image from the animation sequence.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="delall">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="dockinganimation|delall|tooltip_text">Delete All Images</property>
|
||||
<property name="image">image4</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="delall-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delall">Deletes all of the images in the animation.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="dockinganimation|label2">Image</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButtonBox" id="buttonbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">gtk-help</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
<property name="secondary">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="create">
|
||||
<property name="label" translatable="yes" context="dockinganimation|create">Create</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="create-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|create">Inserts the animation into the current slide.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="DockingAnimation-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|DockingAnimation">Creates a custom animation on the current slide.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.2 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkRadioMenuItem" id="onclick">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|onclick">Start On _Click</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_as_radio">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioMenuItem" id="withprev">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|withprev">Start _With Previous</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_as_radio">True</property>
|
||||
<property name="group">onclick</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioMenuItem" id="afterprev">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|afterprev">Start _After Previous</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_as_radio">True</property>
|
||||
<property name="group">onclick</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="options">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|options">_Effect Options...</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="timing">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|timing">_Timing...</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="remove">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="effectmenu|remove">_Remove</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="25">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontsizemenu|25">Tiny</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="50">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontsizemenu|50">Smaller</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="150">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontsizemenu|150">Larger</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="400">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontsizemenu|400">Extra Large</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.20.0 -->
|
||||
<interface domain="sd">
|
||||
<requires lib="gtk+" version="3.20"/>
|
||||
<object class="GtkMenu" id="menu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="bold">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontstylemenu|bold">Bold</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="italic">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontstylemenu|italic">Italic</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckMenuItem" id="underline">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" context="fontstylemenu|underline">Underlined</property>
|
||||
<property name="use_underline">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user