summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-24 14:59:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-27 06:11:38 +0000
commitc6adcf85eb1c68ac05794f115d62e25667ec3f6a (patch)
treeddf207407e06c72e49a7583167c041c7b8082f13 /sc/sdi
parentee045805e640058d798029ce20b7d9f75d138b38 (diff)
remove unhandled SID commands in sc
checked to make sure none of the related .uno commands are present in any .xcu files. Change-Id: I026eec90351f525be7417f697debe2444756193b Reviewed-on: https://gerrit.libreoffice.org/35622 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi1
-rw-r--r--sc/sdi/formatsh.sdi4
-rw-r--r--sc/sdi/scalc.sdi54
-rw-r--r--sc/sdi/tabvwsh.sdi26
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";