summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_annotsh.sdi11
-rw-r--r--sw/sdi/_viewsh.sdi12
-rw-r--r--sw/sdi/drwtxtsh.sdi12
3 files changed, 35 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
index 15f03adf89d0..232388c69187 100644
--- a/sw/sdi/_annotsh.sdi
+++ b/sw/sdi/_annotsh.sdi
@@ -198,6 +198,17 @@ interface _Annotation
StateMethod = GetState ;
]
+ SID_PARASPACE_INCREASE
+ [
+ ExecMethod = Exec;
+ StateMethod = GetState;
+ ]
+ SID_PARASPACE_DECREASE
+ [
+ ExecMethod = Exec;
+ StateMethod = GetState;
+ ]
+
FN_INSERT_STRING
[
ExecMethod = Exec ;
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index 357894cd964e..5e35f90c7f54 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -427,6 +427,18 @@ interface BaseTextEditView
StateMethod = StateTabWin ;
]
+ SID_PARASPACE_INCREASE
+ [
+ ExecMethod = ExecTabWin;
+ StateMethod = StateTabWin;
+ ]
+
+ SID_PARASPACE_DECREASE
+ [
+ ExecMethod = ExecTabWin;
+ StateMethod = StateTabWin;
+ ]
+
SID_ATTR_PAGE_COLUMN
[
ExecMethod = ExecTabWin ;
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index 20bba4f911fc..53ed9110ef09 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -211,6 +211,18 @@ interface TextDrawText
StateMethod = GetState ;
]
+ SID_PARASPACE_INCREASE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
+
+ SID_PARASPACE_DECREASE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
+
SID_ATTR_PARA_LINESPACE // api:
[
ExecMethod = Execute ;