summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/PaintEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/PaintEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/PaintEvent.idl72
1 files changed, 36 insertions, 36 deletions
diff --git a/offapi/com/sun/star/awt/PaintEvent.idl b/offapi/com/sun/star/awt/PaintEvent.idl
index f3ba266b3a0a..67d10b23567f 100644
--- a/offapi/com/sun/star/awt/PaintEvent.idl
+++ b/offapi/com/sun/star/awt/PaintEvent.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,26 +24,26 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_PaintEvent_idl__
-#define __com_sun_star_awt_PaintEvent_idl__
-
-#ifndef __com_sun_star_lang_EventObject_idl__
-#include <com/sun/star/lang/EventObject.idl>
-#endif
-
-#ifndef __com_sun_star_awt_Rectangle_idl__
-#include <com/sun/star/awt/Rectangle.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_PaintEvent_idl__
+#define __com_sun_star_awt_PaintEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Rectangle_idl__
+#include <com/sun/star/awt/Rectangle.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the paint event for a component.
-
+
<p>This event is a special type which is used to ensure that
paint/update method calls are serialized along with the other
events delivered from the event queue.</p>
@@ -51,25 +51,25 @@
@see WindowEvent
*/
published struct PaintEvent: com::sun::star::lang::EventObject
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** contains the rectangle area which needs to be repainted.
*/
- com::sun::star::awt::Rectangle UpdateRect;
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::Rectangle UpdateRect;
+
+ //-------------------------------------------------------------------------
+
/** contains the number of paint events that follows this event if
it is a multiple PaintEvent. You can collect the PaintEvent
until Count is zero.
*/
- short Count;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ short Count;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif