summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:31:54 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:31:54 +0000
commit134404081d4b578c33d2ac7118083ad1d3a4c831 (patch)
treeafc1c5f279d85eff6e287302e835f7fd51c604c0 /sc/sdi
parentf6b87dbafda2339f8a16317ef9973b4fe892aff3 (diff)
INTEGRATION: CWS dr55 (1.18.32); FILE MERGED
2007/06/28 13:57:40 dr 1.18.32.3: #i66550# disabled 2007/06/15 15:41:19 dr 1.18.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:54 dr 1.18.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/drawsh.sdi13
1 files changed, 11 insertions, 2 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 6b65f3a8ae91..14bc70cdf45a 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: drawsh.sdi,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:40:53 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:31:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,6 +34,9 @@
************************************************************************/
interface TableDraw
{
+ // support assign macro for shape objects
+ SID_ASSIGNMACRO [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
+
// Drawing geht von Basic aus gar nicht, darum alles mit Export = FALSE
FID_DEFINE_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
@@ -64,6 +67,7 @@ interface TableDraw
//----------------------------------------------------------------------------
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; ]
@@ -227,6 +231,11 @@ interface TableDraw
SID_FONTWORK_CHARACTER_SPACING [ ExecMethod = ExecDrawFunc ; StateMethod = GetDrawFuncState ; ]
SID_FONTWORK_KERN_CHARACTER_PAIRS [ ExecMethod = ExecDrawFunc ; StateMethod = GetDrawFuncState ; ]
SID_FONTWORK_CHARACTER_SPACING_DIALOG [ ExecMethod = ExecDrawFunc ; StateMethod = GetDrawFuncState ; ]
+
+// ISSUE66550_HLINK_FOR_SHAPES
+// SID_DRAW_HLINK_EDIT [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
+// SID_DRAW_HLINK_DELETE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
+// SID_OPEN_HYPERLINK [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
}