summaryrefslogtreecommitdiff
path: root/sw/sdi/_annotsh.sdi
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2017-03-28 10:40:16 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-04-04 15:40:30 +0000
commit387cdc35d79cd3dd235e4bb61e01e17d8781630a (patch)
treecd6c834dd8961c746a1c360fd4552d84bf213f80 /sw/sdi/_annotsh.sdi
parentd9064ecf03b28a0b5015ccac20c2d0fa5bb66767 (diff)
Notebookbar: Separated paragraph spacing controls
One big paragraph spacing control was splitted to separated widgets. It will be possible to reuse that in the sidebar. Also layout is better because explicit size setting is no longer needed. Change-Id: Ieb200af4a9a6120ae03b22b27da56256aa816193 Reviewed-on: https://gerrit.libreoffice.org/35801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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;