summaryrefslogtreecommitdiff
path: root/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2015-07-08 12:31:43 +0000
committerMichael Stahl <mstahl@redhat.com>2015-07-08 16:57:49 +0200
commit64bc8b45b5c23efc5fe57585a69aa4263aaf4e83 (patch)
treed61a0aa25685e951ffa32751afb89e97c35531a0 /officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
parent26aebe26f706d9fbc9c113f5c1fdc495578435bf (diff)
i#107734 Support for Math Input Panel in Windows 7
The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to Starmath It handles clipboard MIME type 'application/mathml+xml' and plain text, which can be interpreted as MathML segment. It partly solves issues #i14252, #i34781, and #i53509 too. Review by: Hanya <hanya.runo@gmail.com> (cherry picked from commit 9ec2148653436be8612273439180749e71e2ce58) Conflicts: dtrans/source/win32/ftransl/ftransl.cxx officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu sot/inc/sot/formats.hxx sot/source/base/exchange.cxx starmath/sdi/smath.sdi starmath/source/view.cxx Change-Id: I6cb5e8f737ee2e39f9ce96aba841db347a8806e4
Diffstat (limited to 'officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu5
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
index 02c5b52c99f3..4d612cd79156 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
@@ -43,6 +43,11 @@
<value xml:lang="en-US">~Import Formula...</value>
</prop>
</node>
+ <node oor:name=".uno:ImportMathMLClipboard" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Import MathML from Clipboard</value>
+ </prop>
+ </node>
<node oor:name=".uno:FitInWindow" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Fit To Window</value>