diff options
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/docsh.sdi | 2 | ||||
-rw-r--r-- | sc/sdi/drawsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 21 |
4 files changed, 23 insertions, 2 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 44e87cd69119..0f16536d1c42 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -63,6 +63,7 @@ interface CellSelection FID_VALIDATION [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ] FID_CURRENTVALIDATION [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ] SID_TEXT_TO_COLUMNS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] + SID_CLEAR_AUTO_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] // } database operations diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index 380ddb08e620..2d9a50ccb8ae 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -81,6 +81,8 @@ interface TableDocument SID_SPELLCHECK_APPLY_SUGGESTION [ ExecMethod = Execute; StateMethod = GetState; ] SID_REFRESH_VIEW [ ExecMethod = Execute; StateMethod = GetState; ] + SID_PROTECTPOS [ ExecMethod = Execute; StateMethod = GetState; ] + SID_PROTECTSIZE [ ExecMethod = Execute; StateMethod = GetState; ]; } diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 87688e93f8f7..cf840a07be43 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -229,6 +229,7 @@ interface TableDraw SID_MOVE_SHAPE_HANDLE [ ExecMethod = ExecDrawAttr; ] SID_ATTR_TEXTCOLUMNS_NUMBER [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; ] SID_ATTR_TEXTCOLUMNS_SPACING [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; ] + SID_CLICK_CHANGE_ROTATION [ ExecMethod = ExecDrawAttr; StateMethod = GetState; ] } diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 710f3c702045..e93e78e125e2 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -1069,6 +1069,23 @@ SfxVoidItem DataFilterRemoveFilter SID_UNFILTER GroupId = SfxGroupId::Data; ] +SfxVoidItem ClearAutoFilter SID_CLEAR_AUTO_FILTER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Data; +] + SfxVoidItem DataFilterSpecialFilter SID_SPECIAL_FILTER () @@ -1634,7 +1651,7 @@ SfxVoidItem FillDown FID_FILL_TO_BOTTOM [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -4461,7 +4478,7 @@ SfxVoidItem ResetAttributes SID_CELL_FORMAT_RESET [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, |