summaryrefslogtreecommitdiff
path: root/sw/sdi/swriter.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 10:07:46 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 10:07:46 +0000
commit179ad18c83b9d54f67b2de6dad8074f17302e5f9 (patch)
treeb330c3c2e0816b7d8370745962e18e98eae4e72c /sw/sdi/swriter.sdi
parent6969dc140745ad4ff33370cd6424b2d7f7aeeab9 (diff)
INTEGRATION: CWS cellbreak (1.45.58); FILE MERGED
2003/11/17 14:41:11 fme 1.45.58.1: #i2109# Split table rows
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r--sw/sdi/swriter.sdi26
1 files changed, 26 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 01020a75eb00..e7f1aeb97ca1 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -9564,4 +9564,30 @@ SvxBrushItem TableBackground SID_ATTR_BRUSH_TABLE
ToolBoxConfig = FALSE,
GroupId = GID_FORMAT;
]
+//--------------------------------------------------------------------------
+SfxBoolItem RowSplit FN_TABLE_ROW_SPLIT
+
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = TRUE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ Readonly = FALSE,
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_FORMAT;
+]