diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-06-07 19:20:22 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-23 13:15:07 +0000 |
commit | 3881fffe4233ce3aa02051b205c114c1cb520d67 (patch) | |
tree | 455a1b8230155788b62e82d2ee89f3e1a4fdbce9 /sw/sdi | |
parent | 2fe32490f097ac107603ba5b1fa15599d720b8f6 (diff) |
tdf#83830: Page Styles Panel
Added new helper class to svx for numbering
Change-Id: Ie7db4059568024e9bed460fcf7c9215bd2ef788f
Reviewed-on: https://gerrit.libreoffice.org/26020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index c63d3598b8fe..065f072bf69f 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -446,21 +446,41 @@ interface BaseTextEditView ExecMethod = ExecTabWin ; StateMethod = StateTabWin ; ] + SID_ATTR_PAGE_FILLSTYLE + [ + ExecMethod = ExecTabWin ; + StateMethod = StateTabWin ; + ] SID_ATTR_PAGE_HEADER_LRMARGIN [ ExecMethod = ExecTabWin ; StateMethod = StateTabWin ; ] + SID_ATTR_PAGE_COLOR + [ + ExecMethod = ExecTabWin ; + StateMethod = StateTabWin ; + ] SID_ATTR_PAGE_HEADER_SPACING [ ExecMethod = ExecTabWin ; StateMethod = StateTabWin ; ] + SID_ATTR_PAGE_GRADIENT + [ + ExecMethod = ExecTabWin ; + StateMethod = StateTabWin ; + ] SID_ATTR_PAGE_HEADER_LAYOUT [ ExecMethod = ExecTabWin ; StateMethod = StateTabWin ; ] + SID_ATTR_PAGE_HATCH + [ + ExecMethod = ExecTabWin ; + StateMethod = StateTabWin ; + ] SID_ATTR_PAGE_FOOTER [ ExecMethod = ExecTabWin ; @@ -481,6 +501,11 @@ interface BaseTextEditView ExecMethod = ExecTabWin ; StateMethod = StateTabWin ; ] + SID_ATTR_PAGE_BITMAP + [ + ExecMethod = ExecTabWin ; + StateMethod = StateTabWin ; + ] SID_ATTR_PAGE_ULSPACE [ ExecMethod = ExecTabWin ; |