summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/SystemDependentXWindow.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:51:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:51:58 +0000
commit9bb73e5eb51a4e9126ab984a6221779e35d0700e (patch)
treea73272cfaac1ee7ad44950dce43066419f122569 /offapi/com/sun/star/awt/SystemDependentXWindow.idl
parentb0bca05dcdd3a7976d04388469e7d02a26b263af (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:17:00 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/SystemDependentXWindow.idl')
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl44
1 files changed, 18 insertions, 26 deletions
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index de47f9d7c..6263530c7 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemDependentXWindow.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:39 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:51:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,46 +59,38 @@
*
************************************************************************/
#ifndef __com_sun_star_awt_SystemDependentXWindow_idl__
-#define __com_sun_star_awt_SystemDependentXWindow_idl__
-
-
-
+#define __com_sun_star_awt_SystemDependentXWindow_idl__
+
+
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::SystemDependentXWindow
-/** the structure returned in the XSystemDependentWindowPeer::getWindowHandle
- call, if the system type is XWINDOW.
-
-
-
-
-
-
-
-
-
-
-
-
+/** specifies a system dependent XWindow.
+
+ <p>This is the structure returned in the
+ <member>XSystemDependentWindowPeer::getWindowHandle</member> call,
+ if the system type is
+ <const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p>
@deprecated
*/
struct SystemDependentXWindow
{
- // DocMerge from xml: field com::sun::star::awt::SystemDependentXWindow::WindowHandle
+ //-------------------------------------------------------------------------
+
/** The XWindow handle if possible, otherwise 0.
*/
long WindowHandle;
-
- // DocMerge from xml: field com::sun::star::awt::SystemDependentXWindow::DisplayPointer
- /** The display pointer
+ //-------------------------------------------------------------------------
+
+ /** The display pointer.
*/
- hyper DisplayPointer;
+ hyper DisplayPointer;
+
};
//=============================================================================