summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2015-07-08 12:31:43 +0000
committerRegina Henschel <regina@apache.org>2015-07-08 12:31:43 +0000
commit9ec2148653436be8612273439180749e71e2ce58 (patch)
tree1cba00722747eb37b843ec6e660c9244187c5b50 /officecfg
parent024b54d68cc4bcd0d4a71be7b686cad98238bfc8 (diff)
#i107734 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>
Notes
Notes: merged as: 64bc8b45b5c23efc5fe57585a69aa4263aaf4e83
Diffstat (limited to 'officecfg')
-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 c266fbf3c0f5..babc1069617c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
@@ -77,6 +77,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:InsertCommand" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Command</value>