summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorpv2k <vidhey96@gmail.com>2017-05-11 23:49:54 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-07-09 23:19:14 +0200
commitfba28df77d7e98663d1cf77ac206f8799fce4108 (patch)
tree7ff28253e31d314b4947aed8858bcd5a09a1c14d /sd/sdi
parent4eae2eeb4c3942648aa5d32678ddb5bbbae9d221 (diff)
Added margin feature to the Draw's SideBar
Change-Id: I53b5430d1563fcceae29418fd5907ac42ea856e7 Reviewed-on: https://gerrit.libreoffice.org/37626 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/_drvwsh.sdi10
1 files changed, 10 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index 0e9d8eee12e5..833c578eb8f5 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -2603,6 +2603,16 @@ interface DrawView
ExecMethod = FuTemporary ;
StateMethod = GetPageProperties ;
]
+ SID_ATTR_PAGE_LRSPACE
+ [
+ ExecMethod = SetPageProperties ;
+ StateMethod = GetMarginProperties ;
+ ]
+ SID_ATTR_PAGE_ULSPACE
+ [
+ ExecMethod = SetPageProperties ;
+ StateMethod = GetMarginProperties ;
+ ]
SID_ATTR_PAGE_COLOR
[
ExecMethod = SetPageProperties ;