summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-23 10:30:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-23 10:30:15 +0000
commite216a65248495fda2a6707bc495d6c44b0e70dd9 (patch)
treea10b6d5bfda3f147804d66ee0bd832ca06ea1f2b /offapi/com/sun/star/text
parentf570658f485d4b9672b8d14fa268df83036100cd (diff)
INTEGRATION: CWS swformatcells (1.6.104); FILE MERGED
2004/03/03 09:29:09 od 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED resolve merge conflict. 2004/03/02 15:35:15 od 1.6.104.1: #106629# - new optional property <AddParaSpacingToTableCells> for new document option 'Add paragraph and table spacing at bottom of table cells'
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/DocumentSettings.idl22
1 files changed, 20 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/DocumentSettings.idl b/offapi/com/sun/star/text/DocumentSettings.idl
index 535398e525d2..f73af9096347 100644
--- a/offapi/com/sun/star/text/DocumentSettings.idl
+++ b/offapi/com/sun/star/text/DocumentSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentSettings.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 17:04:53 $
+ * last change: $Author: kz $ $Date: 2004-03-23 11:30:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,24 @@ service DocumentSettings
*/
[optional, property] boolean UseFormerLineSpacing;
+ // ------------------------------------------------------------
+ /** specifies if paragraph and table spacing is added at the
+ bottom of table cells
+
+ @since #106629#
+
+ <p>This property controls, if the spacing of the last paragraph
+ respectively table of a table cell is added at the bottom of this
+ table cells
+ If <TRUE\> (default for documents since OpenOffice.org 2.0),
+ the spacing of the last paragraph respectively table of a table
+ cell is added at the bottom of this table cell.
+ If <FALSE\> (typically for documents till OpenOffice.org 1.1),
+ the spacing of the last paragraph respectively table of a table
+ cell isn't added at the bottom of this table cell.</p>
+
+ */
+ [optional, property] boolean AddParaSpacingToTableCells;
};
//=============================================================================