summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlEditModel.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:17:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:17:42 +0000
commit0c296be64553ca96d247e564c31c9b61796aa535 (patch)
tree6457c7fd3dc395029971055ebcffee5e1613ad39 /offapi/com/sun/star/awt/UnoControlEditModel.idl
parent4ab33481c63adf911ff3e5abd181296301b9ea5a (diff)
INTEGRATION: CWS dba09 (1.7.372); FILE MERGED
2004/03/22 10:26:33 fs 1.7.372.1: #i13497# +LineEndFormat
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlEditModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl23
1 files changed, 21 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index bd37a14db8f5..1eea1d398a14 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlEditModel.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:00:47 $
+ * last change: $Author: hr $ $Date: 2004-05-10 13:17:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,6 +227,25 @@ service UnoControlEditModel
*/
[property] boolean VScroll;
+ //-------------------------------------------------------------------------
+
+ /** specifies which line end type should be used for multi line text
+
+ <p>Controls working with this model care for this setting when the user enters
+ text. Every line break entered into the control will be treated according to this
+ setting, so that the <member>Text</member> property always contains only
+ line ends in the format specified.</p>
+
+ <p>Possible values are all constants from the <type>LineEndFormat</type> group.</p>
+
+ <p>Note that this setting is usually not relevant when you set new text via the API.
+ No matter which line end format is used in this new text then, usual control implementations
+ should recognize all line end formats and display them properly.</p>
+
+ @since #i13497#
+ */
+ [optional, property] short LineEndFormat;
+
};
//=============================================================================