summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-19 04:37:03 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-23 06:25:32 +0100
commitb3d22ae4ca7ad191f6f807c72660b78d3ac6e833 (patch)
treea650871e7329c5af11996d387c36ffcf2c965e3f /sc/sdi
parent1e6ad2af4bfd14f96926cd976fb2edb626de3d10 (diff)
ManageNames: make Define Name dialog work again
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi2
-rw-r--r--sc/sdi/drawsh.sdi1
-rw-r--r--sc/sdi/drtxtob.sdi1
-rw-r--r--sc/sdi/editsh.sdi1
4 files changed, 3 insertions, 2 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 5e4ed602d32a..ce942e2c8948 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -36,6 +36,7 @@ interface CellSelection
]
// Slot's die in der DrawShell disabled werden. {
FID_DEFINE_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
+ FID_ADD_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_DEFINE_COLROWNAMERANGES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_OPENDLG_SOLVE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OPENDLG_OPTSOLVER [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -178,7 +179,6 @@ interface CellSelection
SID_TABOP [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_CONSOLIDATE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
- FID_ADD_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
FID_INSERT_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
FID_USE_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_CANCEL [ ExecMethod = Execute; ]
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 8ba2a6759b15..98fe422cc7b5 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -32,6 +32,7 @@ interface TableDraw
// Drawing geht von Basic aus gar nicht, darum alles mit Export = FALSE
FID_DEFINE_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
+ FID_ADD_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_DEFINE_COLROWNAMERANGES [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_SOLVE [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_OPTSOLVER [ StateMethod = StateDisableItems; Export = FALSE; ]
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi
index cad53257c136..dce59dc2588f 100644
--- a/sc/sdi/drtxtob.sdi
+++ b/sc/sdi/drtxtob.sdi
@@ -30,6 +30,7 @@ interface TableDrawText
// alle Referenz-Eingabe-Dialoge:
FID_DEFINE_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
+ FID_ADD_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_DEFINE_COLROWNAMERANGES [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_SOLVE [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_OPTSOLVER [ StateMethod = StateDisableItems; Export = FALSE; ]
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index ea38a68ed8dc..1d95f2debdc3 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -45,7 +45,6 @@ interface TableText
SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
- FID_ADD_NAME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
FID_INSERT_NAME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_THES [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]