summaryrefslogtreecommitdiff
path: root/sc
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
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')
-rw-r--r--sc/inc/sc.hrc11
-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
5 files changed, 0 insertions, 96 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 768ed088c2fa..193f99de6763 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -131,7 +131,6 @@
#define SID_LINKS (SC_VIEW_START + 60)
#define SID_INSERT_SIMAGE (SC_VIEW_START + 61)
#define SID_INSERT_SMATH (SC_VIEW_START + 63)
-#define SID_STANDARD_FONTS (SC_VIEW_START + 64)
#define SID_MIRROR_VERTICAL (SC_VIEW_START + 65)
#define SID_MIRROR_HORIZONTAL (SC_VIEW_START + 66)
#define SID_CELL_FORMAT_RESET (SC_VIEW_START + 67)
@@ -278,7 +277,6 @@
#define FID_FILL_TAB (EDIT_MENU_START + 8)
#define FID_FILL_SERIES (EDIT_MENU_START + 9)
#define FID_FILL_SINGLE_EDIT (EDIT_MENU_START + 10)
-#define SID_SC_EDIT_OBJECT (EDIT_MENU_START + 14)
#define SID_HFEDIT (EDIT_MENU_START + 15)
#define SID_DEL_ROWS (EDIT_MENU_START + 16)//JN
@@ -358,7 +356,6 @@
#define SID_SCOPTIONS (EXTRA_MENU_START + 9)
#define SID_SHARE_DOC (EXTRA_MENU_START + 11)
#define SID_SCENARIOS (EXTRA_MENU_START + 12)
-#define SID_ADD_IN_MANAGER (EXTRA_MENU_START + 13)
#define SID_PIVOT_RECALC (EXTRA_MENU_START + 14)
#define SID_PIVOT_KILL (EXTRA_MENU_START + 15)
@@ -545,8 +542,6 @@
#define SID_EXPORT_AS_GRAPHIC (SID_NEW_SLOTS+2)
#define FID_MERGE_TOGGLE (SID_NEW_SLOTS+10)
-#define SID_ATTR_ROWHEADERS (SID_NEW_SLOTS+11)
-#define SID_ATTR_COLHEADERS (SID_NEW_SLOTS+12)
#define SID_SC_CELLS (SID_NEW_SLOTS+13)
#define SID_SC_RANGE (SID_NEW_SLOTS+14)
@@ -563,8 +558,6 @@
#define SID_RANGE_TEXTVALUE (SID_NEW_SLOTS+26)
#define SID_TABLE_ACTIVATE (SID_NEW_SLOTS+27)
#define SID_TABLES_GET (SID_NEW_SLOTS+28)
-#define SID_PROP_INTERIOR (SID_NEW_SLOTS+29)
-#define SID_PROP_FONT (SID_NEW_SLOTS+30)
#define SID_DEFINE_PRINTAREA (SID_NEW_SLOTS+31)
#define SID_DELETE_PRINTAREA (SID_NEW_SLOTS+32)
@@ -645,10 +638,6 @@
#define SID_OBJECT_HEIGHT (SID_NEW_SLOTS+88)
#define SID_PIVOT_CREATE (SID_NEW_SLOTS+89)
-#define SID_PIVOT_FIELDS (SID_NEW_SLOTS+90)
-#define SID_PFIELD_NAME (SID_NEW_SLOTS+91)
-#define SID_PFIELD_ORIENTATION (SID_NEW_SLOTS+92)
-#define SID_PFIELD_FUNCTION (SID_NEW_SLOTS+93)
#define SID_PIVOT_GET (SID_NEW_SLOTS+94)
#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
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";