diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2017-03-28 10:40:16 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-04-04 15:40:30 +0000 |
commit | 387cdc35d79cd3dd235e4bb61e01e17d8781630a (patch) | |
tree | cd6c834dd8961c746a1c360fd4552d84bf213f80 /include/editeng | |
parent | d9064ecf03b28a0b5015ccac20c2d0fa5bb66767 (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 'include/editeng')
-rw-r--r-- | include/editeng/editids.hrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc index 3f2fd5f65d66..94099c8943a5 100644 --- a/include/editeng/editids.hrc +++ b/include/editeng/editids.hrc @@ -68,8 +68,13 @@ #define SID_ATTR_PARA_WIDOWS ( SID_SVX_START + 41 ) #define SID_ATTR_PARA_ULSPACE ( SID_SVX_START + 42 ) #define SID_ATTR_PARA_LRSPACE ( SID_SVX_START + 43 ) +#define SID_ATTR_PARA_LEFTSPACE ( SID_SVX_START + 44 ) +#define SID_ATTR_PARA_RIGHTSPACE ( SID_SVX_START + 45 ) +#define SID_ATTR_PARA_FIRSTLINESPACE ( SID_SVX_START + 46 ) +#define SID_ATTR_PARA_BELOWSPACE ( SID_SVX_START + 47 ) #define SID_ATTR_LRSPACE ( SID_SVX_START + 48 ) #define SID_ATTR_ULSPACE ( SID_SVX_START + 49 ) +#define SID_ATTR_PARA_ABOVESPACE ( SID_SVX_START + 64 ) #define SID_ATTR_PARA_MODEL ( SID_SVX_START + 65 ) #define SID_ATTR_PARA_KEEP ( SID_SVX_START + 66 ) #define SID_ATTR_CHAR_AUTOKERN ( SID_SVX_START + 67 ) |