summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2019-12-16 13:50:25 +0100
committerLászló Németh <nemeth@numbertext.org>2019-12-17 11:50:48 +0100
commit7efae60f3625a58f8a617c80f2a55a695fbaef36 (patch)
treeccea50e1f58d44dc93d1c5ca4f1a116ca46d5b04 /officecfg
parentdfcfdf47b5da6a11b2c3118a0f63cc48c10c2cd7 (diff)
tdf#64902 Writer table: Paste Special->Rows Above
and Columns Before table popup and Edit menu items to insert clipboard table data in a table as new rows/columns instead of overwriting the content of the original cells of the target table. This commit introduces the new commands .uno:PasteRowsBefore and .uno:PasteColumnsBefore. See also commit 1e278d1d0cfb1d5375195aa764739f00633f21e8 (tdf#37156 Writer menu: Paste as Nested table). Change-Id: I7d13246a3ace6c5f709d607c416150f8872e4695 Reviewed-on: https://gerrit.libreoffice.org/85214 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu24
1 files changed, 23 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index ac60dc4e32ca..40ca50889208 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1528,7 +1528,29 @@
<value xml:lang="en-US">Paste as Nested Table</value>
</prop>
<prop oor:name="PopupLabel" oor:type="xs:string">
- <value xml:lang="en-US">As Nested Table</value>
+ <value xml:lang="en-US">~Nested Table</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:PasteRowsBefore" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Paste as Rows Above</value>
+ </prop>
+ <prop oor:name="PopupLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Rows ~Above</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:PasteColumnsBefore" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Paste as Columns Before</value>
+ </prop>
+ <prop oor:name="PopupLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Columns ~Before</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>