From cc43153f466135b959605add37ccd9443852c185 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Fri, 19 Jun 2015 18:55:43 +0530 Subject: tdf#87702: Addition of Shadow sidebar tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I75b368c0a8088926c765dbc46c6a4ce7c9d8b9f0 Reviewed-on: https://gerrit.libreoffice.org/16375 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/sdi/drawsh.sdi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sc/sdi') diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index d4a1eec593f1..7fb2639ef6ea 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -72,6 +72,14 @@ interface TableDraw StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_SHADOW_COLOR + [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_SHADOW_TRANSPARENCE + [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_SHADOW_XDISTANCE + [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_SHADOW_YDISTANCE + [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_FILL_COLOR [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_FILL_GRADIENT [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] -- cgit v1.2.3