summaryrefslogtreecommitdiff
path: root/sw/sdi/wrtapp.sdi
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-12-18 21:19:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-18 09:13:56 +0100
commit827ff2e8531619e96666a5690f538a0a27e5780f (patch)
tree0472e3a2be1e81bc4f8f87e4f9b8462b85567f3c /sw/sdi/wrtapp.sdi
parent299cc331bebe951b8b6fcfdd1e279ce6d2123ece (diff)
mailmerge: Introduce buttons for first/prev/next/last mailmerge entry.
Change-Id: I3dc63d568dc4cd6f7e06b057ca4a387e4ad0677e
Diffstat (limited to 'sw/sdi/wrtapp.sdi')
-rw-r--r--sw/sdi/wrtapp.sdi24
1 files changed, 24 insertions, 0 deletions
diff --git a/sw/sdi/wrtapp.sdi b/sw/sdi/wrtapp.sdi
index 57a7e8aec006..9e8d3587b9fd 100644
--- a/sw/sdi/wrtapp.sdi
+++ b/sw/sdi/wrtapp.sdi
@@ -62,6 +62,30 @@ interface StarWriter
ExecMethod = ExecOther ;
]
+ FN_MAILMERGE_FIRST_ENTRY
+ [
+ ExecMethod = ExecOther ;
+ StateMethod = StateOther ;
+ ]
+
+ FN_MAILMERGE_PREV_ENTRY
+ [
+ ExecMethod = ExecOther ;
+ StateMethod = StateOther ;
+ ]
+
+ FN_MAILMERGE_NEXT_ENTRY
+ [
+ ExecMethod = ExecOther ;
+ StateMethod = StateOther ;
+ ]
+
+ FN_MAILMERGE_LAST_ENTRY
+ [
+ ExecMethod = ExecOther ;
+ StateMethod = StateOther ;
+ ]
+
FN_SET_MODOPT_TBLNUMFMT // status()
[
ExecMethod = ExecOther ;