diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-13 10:07:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-13 10:07:25 +0000 |
commit | e94fee50947f2b8f40a788e309ec008b6a1ad8c3 (patch) | |
tree | abfde9404e017984d868dd9d430e9e67f87210a5 /sw/sdi/_tabsh.sdi | |
parent | be1085b9d6c18660bab026677d2194bdd73787c1 (diff) |
INTEGRATION: CWS cellbreak (1.9.32); FILE MERGED
2003/11/17 14:40:33 fme 1.9.32.1: #i2109# Split table rows
Diffstat (limited to 'sw/sdi/_tabsh.sdi')
-rw-r--r-- | sw/sdi/_tabsh.sdi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi index a3d6149001..dfdaf513aa 100644 --- a/sw/sdi/_tabsh.sdi +++ b/sw/sdi/_tabsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _tabsh.sdi,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hjs $ $Date: 2003-08-19 12:27:11 $ + * last change: $Author: obo $ $Date: 2004-01-13 11:07:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -266,8 +266,13 @@ interface BaseTextTable : Selection StateMethod = NoState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - - FN_TABLE_OPTIMAL_HEIGHT // status(final|play) + FN_TABLE_ROW_SPLIT + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + FN_TABLE_OPTIMAL_HEIGHT // status(final|play) [ ExecMethod = Execute ; StateMethod = GetState ; |