diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-09-09 02:41:07 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-09-08 22:45:38 +0000 |
commit | 2846aae8feee12695aa920d49c611c5c13cf6f5f (patch) | |
tree | 7bce7c3d6bfbd1835e80222c425085867a6f3553 | |
parent | 191b4d964458a052f491521d41eed2f7a7792156 (diff) |
tdf#92218 Implement Impress single toolbar mode toolbar
Change-Id: I38c5b6a85c63da55be1382dc4e6ad42a22d33f26
Reviewed-on: https://gerrit.libreoffice.org/28741
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
4 files changed, 137 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu index b87aa3538646..16ee6242fa09 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu @@ -1000,6 +1000,29 @@ <value>false</value> </prop> </node> + <node oor:name="private:resource/toolbar/singlemode" oor:op="replace"> + <prop oor:name="DockPos" oor:type="xs:string"> + <value>0,0</value> + </prop> + <prop oor:name="Docked" oor:type="xs:boolean"> + <value>true</value> + </prop> + <prop oor:name="DockingArea" oor:type="xs:int"> + <value>0</value> + </prop> + <prop oor:name="UIName" oor:type="xs:string"> + <value xml:lang="en-US">Standard (Single Mode)</value> + </prop> + <prop oor:name="Visible" oor:type="xs:boolean"> + <value>false</value> + </prop> + <prop oor:name="HideFromToolbarMenu" oor:type="xs:boolean"> + <value>false</value> + </prop> + <prop oor:name="ContextSensitive" oor:type="xs:boolean"> + <value>false</value> + </prop> + </node> </node> </node> </oor:component-data> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu index e9e8ddb6f98e..1476d137a8a8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ToolbarMode.xcu @@ -257,6 +257,32 @@ <value>Opened</value> </prop> </node> + <node oor:name="Single" oor:op="replace"> + <prop oor:name="Label"> + <value>Single toolbar</value> + </prop> + <prop oor:name="CommandArg"> + <value>Single</value> + </prop> + <prop oor:name="MenuPosition"> + <value>1</value> + </prop> + <prop oor:name="HasNotebookbar"> + <value>false</value> + </prop> + <prop oor:name="Toolbars"> + <value> + <it>private:resource/toolbar/singlemode</it> + </value> + </prop> + <prop oor:name="UserToolbars"> + <value> + </value> + </prop> + <prop oor:name="Sidebar"> + <value>Arrow</value> + </prop> + </node> <node oor:name="Notebookbar" oor:op="replace"> <prop oor:name="Label"> <value>Notebookbar</value> diff --git a/sd/UIConfig_simpress.mk b/sd/UIConfig_simpress.mk index da5ae108fb8c..7e1e3c39472b 100644 --- a/sd/UIConfig_simpress.mk +++ b/sd/UIConfig_simpress.mk @@ -91,6 +91,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/simpress,\ sd/uiconfig/simpress/toolbar/rectanglesbar \ sd/uiconfig/simpress/toolbar/slideviewobjectbar \ sd/uiconfig/simpress/toolbar/slideviewtoolbar \ + sd/uiconfig/simpress/toolbar/singlemode \ sd/uiconfig/simpress/toolbar/standardbar \ sd/uiconfig/simpress/toolbar/starshapes \ sd/uiconfig/simpress/toolbar/symbolshapes \ diff --git a/sd/uiconfig/simpress/toolbar/singlemode.xml b/sd/uiconfig/simpress/toolbar/singlemode.xml new file mode 100644 index 000000000000..0dd592d4e55d --- /dev/null +++ b/sd/uiconfig/simpress/toolbar/singlemode.xml @@ -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> |