diff options
author | gokaysatir <gokaysatir@gmail.com> | 2020-05-06 12:04:39 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-05-08 12:37:16 +0200 |
commit | 15adfafee5b48d6f88a0b970c50e5c5bc77a4ab1 (patch) | |
tree | e258d6f23aeb2902d010f76c5d5045c9b44e5048 /include/svx | |
parent | 3eed23154170fcb8d313ff079d61c9701b77eefa (diff) |
tdf#111535 - Add First-line indent, paragraph indent, and tab spaces/Core part
Change-Id: Ib340e74646299c344dd770977497f59a030c86f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93165
Tested-by: Jenkins
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxids.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 61d02ff504ea..5c18856d0713 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -537,6 +537,9 @@ class SvxSetItem; #define SID_TABSTOP_ADD_OR_CHANGE ( SID_SVX_START + 581 ) #define SID_TABSTOP_ATTR_INDEX ( SID_SVX_START + 582 ) #define SID_TABSTOP_ATTR_POSITION ( SID_SVX_START + 583 ) +#define SID_PARAGRAPH_FIRST_LINE_INDENT ( SID_SVX_START + 584 ) +#define SID_PARAGRAPH_LEFT_INDENT ( SID_SVX_START + 585 ) +#define SID_PARAGRAPH_RIGHT_INDENT ( SID_SVX_START + 586 ) // CAUTION! Range <587 .. 587> used by EditEngine (!) @@ -649,7 +652,7 @@ class SvxSetItem; #define SID_FM_CONVERTTO_FORMATTED ( SID_SVX_START + 751 ) #define SID_FM_FILTER_NAVIGATOR_CONTROL ( SID_SVX_START + 752 ) #define SID_INSERT_GRIDCONTROL ( SID_SVX_START + 753 ) -//FREE +#define SID_PARAGRAPH_CHANGE_STATE ( SID_SVX_START + 754 ) //FREE //FREE //FREE |