From 64685722e95af23760f2a23ea4c736c9f76282c6 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 29 Aug 2002 13:25:46 +0000 Subject: #98951#: make sure that slot names are unique --- sc/sdi/scalc.sdi | 97 +++++++++++++++++++++++--------------------------------- 1 file changed, 39 insertions(+), 58 deletions(-) (limited to 'sc/sdi/scalc.sdi') diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 69cdddb4ece6..9171dee1c41b 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -1846,31 +1846,6 @@ SfxVoidItem DeletePivotTable SID_PIVOT_KILL GroupId = GID_DATA; ] -//-------------------------------------------------------------------------- -SfxVoidItem DataPilotFilter SID_DP_FILTER -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_DATA; -] - //-------------------------------------------------------------------------- SfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA () @@ -3581,7 +3556,7 @@ SfxVoidItem InsertColumns FID_INS_COLUMN //-------------------------------------------------------------------------- SfxVoidItem InsertContents FID_INS_CELL_CONTENTS -(SfxStringItem Flags FID_INS_CELL_CONTENTS, SfxUInt16Item FormulaCommand FN_PARAM_1, SfxBoolItem SkipEmptyCells FN_PARAM_2, SfxBoolItem Transpose FN_PARAM_3, SfxBoolItem AsLink FN_PARAM_4, SfxInt16Item MoveMode FN_PARAM_5) +(SfxStringItem Flags FID_INS_CELL_CONTENTS,SfxUInt16Item FormulaCommand FN_PARAM_1,SfxBoolItem SkipEmptyCells FN_PARAM_2,SfxBoolItem Transpose FN_PARAM_3,SfxBoolItem AsLink FN_PARAM_4,SfxInt16Item MoveMode FN_PARAM_5) [ /* flags: */ AutoUpdate = FALSE, @@ -3633,7 +3608,7 @@ SfxUInt16Item InsertCtrl SID_TBXCTL_INSERT //-------------------------------------------------------------------------- SfxVoidItem InsertExternalDataSource SID_EXTERNAL_SOURCE -( SfxStringItem FileName SID_FILE_NAME, SfxStringItem FilterName SID_FILTER_NAME, SfxStringItem Options SID_FILE_FILTEROPTIONS, SfxStringItem Source FN_PARAM_1, SfxUInt32Item Refresh FN_PARAM_2 ) +(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem Options SID_FILE_FILTEROPTIONS,SfxStringItem Source FN_PARAM_1,SfxUInt32Item Refresh FN_PARAM_2) [ /* flags: */ AutoUpdate = FALSE, @@ -5258,7 +5233,7 @@ SfxUInt16Item RowHeight FID_ROW_HEIGHT ] //-------------------------------------------------------------------------- -SfxVoidItem SbaUpdate SID_SBA_IMPORT +SfxVoidItem SbaImport SID_SBA_IMPORT (SfxStringItem Query SID_SBA_IMPORT,SfxStringItem Target FN_PARAM_1) [ /* flags: */ @@ -6585,7 +6560,7 @@ SfxVoidItem TableOperationDialog SID_OPENDLG_TABOP //-------------------------------------------------------------------------- SfxVoidItem RenameTable FID_TAB_MENU_RENAME -( SfxStringItem Name FID_TAB_RENAME ) +(SfxStringItem Name FID_TAB_RENAME) [ /* flags: */ AutoUpdate = FALSE, @@ -6737,33 +6712,6 @@ SfxStringItem TextValue SID_RANGE_TEXTVALUE GroupId = GID_INTERN; ] -//-------------------------------------------------------------------------- -SfxStringItem Title SID_SC_NAME_TITLE - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - //-------------------------------------------------------------------------- SfxVoidItem ToggleAnchorType SID_ANCHOR_TOGGLE () @@ -7145,6 +7093,8 @@ SfxBoolItem InputLineVisible FID_TOGGLEINPUTLINE RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -7170,6 +7120,8 @@ SfxBoolItem ViewRowColumnHeaders FID_TOGGLEHEADERS RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -7195,6 +7147,8 @@ SfxBoolItem ViewValueHighlighting FID_TOGGLESYNTAX RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, @@ -7359,7 +7313,7 @@ SfxVoidItem ClosePreview SID_PREVIEW_CLOSE //-------------------------------------------------------------------------- SfxVoidItem SelectTables SID_SELECT_TABLES -( SfxIntegerListItem Tables SID_SELECT_TABLES ) +(SfxIntegerListItem Tables SID_SELECT_TABLES) [ /* flags: */ AutoUpdate = FALSE, @@ -7382,6 +7336,32 @@ SfxVoidItem SelectTables SID_SELECT_TABLES GroupId = GID_EDIT; ] +//-------------------------------------------------------------------------- +SfxVoidItem DataPilotFilter SID_DP_FILTER +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_DATA; +] + +//-------------------------------------------------------------------------- ScProtectionAttr Protection SID_SCATTR_PROTECTION [ @@ -7398,6 +7378,8 @@ ScProtectionAttr Protection SID_SCATTR_PROTECTION RecordPerSet; Synchron; + Readonly = FALSE, + /* config: */ AccelConfig = FALSE, MenuConfig = FALSE, @@ -7406,4 +7388,3 @@ ScProtectionAttr Protection SID_SCATTR_PROTECTION GroupId = GID_FORMAT; ] - -- cgit