summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:31:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:31:23 +0000
commit30eada59adffc04d13d0a2cefad296ba1daf6d70 (patch)
tree8bb055c8463d31f7d14ab1553f1ca02f1ae768b6 /offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
parent55558c5becc0f3cc841cd2fe6678d527468dc7df (diff)
INTEGRATION: CWS updchk06 (1.11.306); FILE MERGED
2007/06/08 06:44:50 dv 1.11.306.1: #i70588# Added support for autovscroll and painttransparent to edit
Diffstat (limited to 'offapi/com/sun/star/awt/VclWindowPeerAttribute.idl')
-rw-r--r--offapi/com/sun/star/awt/VclWindowPeerAttribute.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index a6cba2393..07d9efca9 100644
--- a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: VclWindowPeerAttribute.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:33:25 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:31:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,6 +143,14 @@ published constants VclWindowPeerAttribute
const long DEF_NO = -2147483648;
+ //-------------------------------------------------------------------------
+
+ const long AUTOHSCROLL = 1073741824;
+
+ //-------------------------------------------------------------------------
+
+ const long AUTOVSCROLL = -2147483648;
+
};
//=============================================================================