summaryrefslogtreecommitdiff
path: root/sw/sdi/_tabsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/_tabsh.sdi')
-rw-r--r--sw/sdi/_tabsh.sdi14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi
index 1bdcc330adcb..6b89dea2438b 100644
--- a/sw/sdi/_tabsh.sdi
+++ b/sw/sdi/_tabsh.sdi
@@ -210,6 +210,13 @@ interface BaseTextTable
StateMethod = GetState ;
]
+ SID_TABLE_MINIMAL_COLUMN_WIDTH // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
FN_TABLE_ADJUST_CELLS // status(final|play)
[
ExecMethod = Execute ;
@@ -224,6 +231,13 @@ interface BaseTextTable
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ SID_TABLE_MINIMAL_ROW_HEIGHT // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
FN_TABLE_BALANCE_ROWS // status()
[
ExecMethod = Execute ;