Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1749

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/1749/1

fdo#58712 add missing UNO command names

Change-Id: I68919572b0e5f624e433375f5c523281a8416e70
---
M officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
M officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
M officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
3 files changed, 65 insertions(+), 0 deletions(-)



diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 64ffb88..9c70f1f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1694,6 +1694,51 @@
                     <value xml:lang="en-US">Insert Current Time</value>
                 </prop>
             </node>
+            <node oor:name=".uno:ExportAsGraphic" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Export as graphic</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:EditShapeHyperlink" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Edit Hyperlink</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:DeleteShapeHyperlink" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Remove Hyperlink</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:ColorScaleDialog" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Color Scale...</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:DataBarDialog" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Data Bar...</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:PasteOnly" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Paste Only</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:PasteOnlyFormula" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Paste Only Formula</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:PasteOnlyText" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Paste Only Text</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:PasteOnlyValue" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Paste Only Value</value>
+                </prop>
+            </node>
         </node>
     </node>
 </oor:component-data>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 3c78ec6..d52bafc 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -2111,6 +2111,16 @@
           <value>1</value>
         </prop>
       </node>
+      <node oor:name=".uno:TextAutoFitToSize" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Autofit Text</value>
+        </prop>
+      </node>
+      <node oor:name=".uno:TaskPaneInsertPage" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Insert Slide</value>
+        </prop>
+      </node>
     </node>
   </node>
 </oor:component-data>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 42188b6..b8973b0 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5493,6 +5493,16 @@
                     <value xml:lang="en-US">E-mail as ~OpenDocument Format...</value>
                 </prop>
             </node>
+            <node oor:name=".uno:TemplateManager" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Template Manager</value>
+                </prop>
+            </node>
+            <node oor:name=".uno:ExternalEdit" oor:op="replace">
+                <prop oor:name="Label" oor:type="xs:string">
+                    <value xml:lang="en-US">Edit with External Tool</value>
+                </prop>
+            </node>
         </node>
     </node>
 </oor:component-data>

-- 
To view, visit https://gerrit.libreoffice.org/1749
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I68919572b0e5f624e433375f5c523281a8416e70
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar <atimar@suse.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.