summaryrefslogtreecommitdiff
path: root/sw/sdi/_basesh.sdi
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 /sw/sdi/_basesh.sdi
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 'sw/sdi/_basesh.sdi')
-rw-r--r--sw/sdi/_basesh.sdi14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index 886ae2863a9f..ef4dd4413a1a 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -122,6 +122,20 @@ interface BaseTextSelection
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_TABLE_PASTE_ROW_BEFORE // status(final|play)
+ [
+ ExecMethod = ExecClpbrd ;
+ StateMethod = StateClpbrd ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
+ FN_TABLE_PASTE_COL_BEFORE // status(final|play)
+ [
+ ExecMethod = ExecClpbrd ;
+ StateMethod = StateClpbrd ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
FN_REPAGINATE // status(final|play)
[
ExecMethod = Execute ;