diff options
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/formatsh.sdi | 4 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 54 | ||||
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 26 |
4 files changed, 0 insertions, 85 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 9f6f53da7a8a..c4c484cdc559 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -63,7 +63,6 @@ interface CellSelection // } Datenbank-Operationen - SID_BORDER_OBJECT [ StateMethod = GetState; ] SID_RANGE_ADDRESS [ StateMethod = GetState; ] SID_HYPERLINK_SETLINK [ ExecMethod = ExecuteEdit; ] diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi index 0acabdc56999..1aecdb48484c 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -38,10 +38,6 @@ interface TableFont interface FormatForSelection { - //Auch das Basic muss wieder laufen - SbxObject Font SID_PROP_FONT () - SbxObject Interior SID_PROP_INTERIOR () // status(Final) - // Slot's die in der DrawShell disabled werden. { SID_STYLE_FAMILY2 [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] SID_STYLE_APPLY [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 10300522474d..732ee8d89c6a 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -139,24 +139,6 @@ SfxVoidItem AddChartData SID_CHART_ADDSOURCE ] -SfxVoidItem AddInManager SID_ADD_IN_MANAGER -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; -] - - SfxVoidItem AddPrintArea SID_ADD_PRINTAREA () [ @@ -1654,24 +1636,6 @@ SfxVoidItem EditLinks SID_LINKS ] -SfxVoidItem EditObject SID_SC_EDIT_OBJECT -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; -] - - SfxVoidItem EditPrintArea SID_OPENDLG_EDIT_PRINTAREA () [ @@ -5161,24 +5125,6 @@ SfxVoidItem SplitWindow SID_WINDOW_SPLIT ] -SfxVoidItem StandardFonts SID_STANDARD_FONTS -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_INTERN; -] - - // ISSUE66550_HLINK_FOR_SHAPES SfxVoidItem EditShapeHyperlink SID_DRAW_HLINK_EDIT () diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index ec44746a6349..1c24aa0c09cb 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -63,8 +63,6 @@ interface BaseSelection SfxVoidItem InsertObjectChart SID_INSERT_DIAGRAM ( - SfxBoolItem ColHeaders SID_ATTR_COLHEADERS, - SfxBoolItem RowHeaders SID_ATTR_ROWHEADERS, SfxBoolItem InNewTable FN_PARAM_4, SfxStringItem RangeList FN_PARAM_5 ) @@ -219,30 +217,6 @@ interface TableEditView - // Pivot-Krempel - - -interface DataPilotTables -{ -} - -interface DataPilotTable -{ - SbxObject DataPilotFields SID_PIVOT_FIELDS () -} - -interface DataPilotFields -{ -} - -interface DataPilotField -{ - String FieldName SID_PFIELD_NAME () - UINT16 Orientation SID_PFIELD_ORIENTATION () - UINT16 Function SID_PFIELD_FUNCTION () -} - - shell ScTabViewShell { import TableSelection "ActiveDocument.ActiveTable"; |