summaryrefslogtreecommitdiff
path: root/sw/sdi/_annotsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r--sw/sdi/_annotsh.sdi25
1 files changed, 25 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
index e3f9164ea03c..58c5c9581c10 100644
--- a/sw/sdi/_annotsh.sdi
+++ b/sw/sdi/_annotsh.sdi
@@ -190,6 +190,21 @@ interface _Annotation
StateMethod = GetState ;
]
+ SID_ATTR_PARA_LEFTSPACE
+ [
+ StateMethod = GetState ;
+ ]
+
+ SID_ATTR_PARA_RIGHTSPACE
+ [
+ StateMethod = GetState ;
+ ]
+
+ SID_ATTR_PARA_FIRSTLINESPACE
+ [
+ StateMethod = GetState ;
+ ]
+
SID_ATTR_PARA_LINESPACE
[
ExecMethod = Exec;
@@ -202,6 +217,16 @@ interface _Annotation
StateMethod = GetState ;
]
+ SID_ATTR_PARA_ABOVESPACE
+ [
+ StateMethod = GetState ;
+ ]
+
+ SID_ATTR_PARA_BELOWSPACE
+ [
+ StateMethod = GetState ;
+ ]
+
SID_PARASPACE_INCREASE
[
ExecMethod = Exec;