diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:52:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:52:30 +0000 |
commit | a7d2e28865bc870eb1d4b40a3c74a8a6f5e400e6 (patch) | |
tree | b8fb52bf835c6cae4eabc5024e8988446d97e6d3 /sc | |
parent | 3035f58495e7f9b20886fe9dd6201bf2763289f9 (diff) |
INTEGRATION: CWS docking1 (1.7.126); FILE MERGED
2004/05/02 00:26:32 cd 1.7.126.2: RESYNC: (1.7-1.8); FILE MERGED
2004/04/28 16:27:13 cd 1.7.126.1: #i26252# Fixes for toolbox controllers/items that used non-convertible items
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/drawsh.sdi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index e4beb026db9f..a0e343c041fd 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: drawsh.sdi,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-04-02 13:28:03 $ + * last change: $Author: obo $ $Date: 2004-07-06 12:52:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,12 @@ interface TableDraw : Selection SID_TEXT_STANDARD [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ] SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ] // ---- Slot-IDs fuer Objectbar: + SID_COLOR_TABLE [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_GRADIENT_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_HATCH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_BITMAP_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_DASH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_LINEEND_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] // Flaechen-Attribute SID_ATTR_FILL_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_FILL_COLOR [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] |