summaryrefslogtreecommitdiff
path: root/sc/sdi/docsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/docsh.sdi')
-rw-r--r--sc/sdi/docsh.sdi14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi
index 852af49223da..3160e88a4795 100644
--- a/sc/sdi/docsh.sdi
+++ b/sc/sdi/docsh.sdi
@@ -24,11 +24,6 @@ interface TableSelection
SID_CHANGE_PRINTAREA [ ExecMethod = Execute; ]
FID_DEL_MANUALBREAKS [ ExecMethod = Execute; StateMethod = GetState; ]
FID_RESET_PRINTZOOM [ ExecMethod = Execute; StateMethod = GetState; ]
- SbxObject Cells SID_SC_CELLS
- (
- INT16 Column SID_SC_CELLS,
- INT32 Row FN_PARAM_1
- )
UINT16 Index FID_TAB_INDEX ()
FID_PROTECT_TABLE [ ExecMethod = Execute; StateMethod = GetState; ]
FID_PROTECT_DOC [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -55,17 +50,8 @@ interface TableDocument
{
SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ]
- SID_SC_CELLS [ ExecMethod = Execute; StateMethod = GetState; ]
- SID_SC_CELLTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SC_SETTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
- SID_SC_RANGE [ ExecMethod = Execute; StateMethod = GetState; ]
- SID_SC_SELECTION [ StateMethod = GetSbxState; ]
- SID_SC_ACTIVECELL [ StateMethod = GetSbxState; ]
- SID_SC_ACTIVETAB [ StateMethod = GetSbxState; ]
- SID_TABLES_GET [ StateMethod = GetSbxState; ]
SID_TABLES_COUNT [ StateMethod = GetState; ]
- SID_PIVOT_GET [ StateMethod = GetSbxState; ]
- SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ]
SID_CHART_SOURCE [ ExecMethod = Execute; ]
SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]