summaryrefslogtreecommitdiff
path: root/sw/sdi/_tabsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 10:07:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 10:07:25 +0000
commit6969dc140745ad4ff33370cd6424b2d7f7aeeab9 (patch)
tree969eed7f3d91ba7eb900bf80cbbd860f7ef0ee23 /sw/sdi/_tabsh.sdi
parent11d4c92a29eafd94dc62af60611de25c39b1a28a (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.sdi13
1 files changed, 9 insertions, 4 deletions
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi
index 31719f30a86c..c2c7c37bef4e 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 ;