You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/06/13 17:39:13 UTC

svn commit: r1349914 - /incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu

Author: arielch
Date: Wed Jun 13 15:39:13 2012
New Revision: 1349914

URL: http://svn.apache.org/viewvc?rev=1349914&view=rev
Log:
i119971 - Move UI Commands used in other modules to GenericCommands.xcu

Moved the following commands:

.uno:AddDirect
.uno:CloseDoc
.uno:CloseWin
.uno:Copy
.uno:Cut
.uno:EditMenu
.uno:ExtendedHelp
.uno:HelpIndex
.uno:HelpMenu
.uno:MacrosMenu
.uno:NewDoc
.uno:Open
.uno:OpenUrl
.uno:Paste
.uno:PickList
.uno:Print
.uno:PrinterSetup
.uno:Quit
.uno:Save
.uno:SaveAs
.uno:SendMail
.uno:SetDocumentProperties
.uno:ToolsMenu
.uno:Undo
.uno:ViewMenu
.uno:WindowList

Modified:
    incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu

Modified: incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu?rev=1349914&r1=1349913&r2=1349914&view=diff
==============================================================================
--- incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu (original)
+++ incubator/ooo/trunk/main/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu Wed Jun 13 15:39:13 2012
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--***********************************************************
- * 
+ *
  * 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
@@ -8,235 +8,23 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
-
-
 <!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.dtd">
 <oor:component-data oor:name="StartModuleCommands" oor:package="org.openoffice.Office.UI" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<node oor:name="UserInterface">
-		<node oor:name="Commands">
-			<node oor:name=".uno:AddDirect" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~New</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:CloseDoc" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Close</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:CloseWin" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Close Window</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Copy" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Copy</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Cut" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Cu~t</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:ExtendedHelp" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">What's ~This?</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:HelpIndex" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">%PRODUCTNAME ~Help</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:NewDoc" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">New Document From Template</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Open" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Open...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:OpenUrl" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Load URL</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Paste" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Paste</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Print" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Print...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:PrinterSetup" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">P~rinter Settings...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Quit" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">E~xit</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Save" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">~Save</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:SaveAs" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Save ~As...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:SendMail" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Document as ~E-mail...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:SetDocumentProperties" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Propert~ies...</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:Undo" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-
-					<value xml:lang="en-US">Can&apos;t Undo</value>
-				</prop>
-				<prop oor:name="Properties" oor:type="xs:int">
-					<value>1</value>
-				</prop>
-			</node>
-		</node>
-		<node oor:name="Popups">
-			<node oor:name=".uno:EditMenu" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~Edit</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:HelpMenu" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~Help</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:MacrosMenu" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~Macros</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:PickList" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~File</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:ToolsMenu" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~Tools</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:ViewMenu" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~View</value>
-				</prop>
-			</node>
-			<node oor:name=".uno:WindowList" oor:op="replace">
-				<prop oor:name="Label" oor:type="xs:string">
-					
-					<value xml:lang="en-US">~Window</value>
-				</prop>
-			</node>
-		</node>
-	</node>
+    <node oor:name="UserInterface">
+        <node oor:name="Commands">
+        </node>
+        <node oor:name="Popups">
+        </node>
+    </node>
 </oor:component-data>