diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2015-07-31 02:28:28 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-04 14:21:29 +0000 |
commit | 93b4bf647a5899f54ef51f8b4bfed0faa66b466e (patch) | |
tree | afccd767b2d2f275546038976e22d37914103d45 /sd/sdi | |
parent | c950792fd97894ae08304a7ded83b3d405f9a7d0 (diff) |
tdf#89466: Slide Background tab
Change-Id: Ic3ba6b47a1e5fcaeec76c4e4ff0ba6128653af86
Reviewed-on: https://gerrit.libreoffice.org/17007
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index c8b3d53166aa..e74034d730ea 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2612,6 +2612,36 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] + SID_ATTR_PAGE_SIZE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_PAGE_COLOR + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState; + ] + SID_ATTR_PAGE_GRADIENT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_PAGE_HATCH + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_PAGE_BITMAP + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_PAGE_FILLSTYLE + [ + ExecMethod = FuTemporary; + StateMethod = GetMenuState; + ] SID_DISPLAY_MASTER_BACKGROUND [ ExecMethod = FuTemporary ; |