summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/InvalidateStyle.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:48:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:48:06 +0000
commit3d554fb9b21824d56954acf43b6049f9b2df0bf1 (patch)
tree90bcf1fe5fd2a929c820b3a6f9ddb331e1fcee60 /offapi/com/sun/star/awt/InvalidateStyle.idl
parentef70d5d1638699d294c7d603e12c376b625ca6eb (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:11:53 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/InvalidateStyle.idl')
-rw-r--r--offapi/com/sun/star/awt/InvalidateStyle.idl20
1 files changed, 8 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/InvalidateStyle.idl b/offapi/com/sun/star/awt/InvalidateStyle.idl
index 6d6b130140be..f1777d2dc529 100644
--- a/offapi/com/sun/star/awt/InvalidateStyle.idl
+++ b/offapi/com/sun/star/awt/InvalidateStyle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvalidateStyle.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:35 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:47:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,53 +68,49 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::awt::InvalidateStyle
/** specifies how to invalidate windows.
*/
constants InvalidateStyle
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::InvalidateStyle::CHILDREN
- /** The child windows are invalidated too.
+ /** The child windows are invalidated, too.
*/
const short CHILDREN = 1;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::InvalidateStyle::NOCHILDREN
/** The child windows are not invalidated.
*/
const short NOCHILDREN = 2;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::InvalidateStyle::NOERASE
/** The invalidated area is painted with the background color/pattern.
*/
const short NOERASE = 4;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::InvalidateStyle::UPDATE
/** The invalidated area is updated immediately.
*/
const short UPDATE = 8;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
+ /** The parent window is invalidated, too.
+ */
const short TRANSPARENT = 16;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
+ /** The parent window is not invalidated.
+ */
const short NOTRANSPARENT = 32;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::awt::InvalidateStyle::NOCLIPCHILDREN
- /** The area is invalidated regardless of ovrlapping child windows.
+ /** The area is invalidated regardless of overlapping child windows.
*/
const short NOCLIPCHILDREN = 16384;