summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XSystemChildFactory.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:05:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:05:21 +0000
commit7dbd981679949aba5d00ca7d670bb54d8297e3a2 (patch)
tree5505301d552ed3ef3ccd117b172e9dfba188c714 /offapi/com/sun/star/awt/XSystemChildFactory.idl
parentc1f53d1639aadbdcf79040869ec5b050067d5341 (diff)
INTEGRATION: CWS tbe4 (1.3.146); FILE MERGED
2003/06/23 13:27:53 tbe 1.3.146.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/XSystemChildFactory.idl')
-rw-r--r--offapi/com/sun/star/awt/XSystemChildFactory.idl24
1 files changed, 16 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl
index 72766de580bc..d7489b3dc005 100644
--- a/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSystemChildFactory.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:12 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,20 +66,28 @@
#include <com/sun/star/uno/XInterface.idl>
#endif
+
//=============================================================================
module com { module sun { module star { module awt {
+//=============================================================================
+
interface XWindowPeer;
+/** specifies a factory interface for creating system child windows.
+ */
interface XSystemChildFactory : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** @returns
- a interface from the created window.
+
+ /** creates a system child window.
+
+ @returns
+ the created window.
@param Parent
- a sytem-specific handle to a window
+ a sytem-specific handle to a window.
<p>You must check the machine ID and the process ID.<BR>
WIN32: HWND.<BR>
@@ -89,7 +97,7 @@ interface XSystemChildFactory : com::sun::star::uno::XInterface
object provided from the JNI-API.<BR>
OS2: HWND.<BR>
- MAC: Not supported<BR>
+ MAC: Not supported.<BR></p>
@param ProcessId
the process identifier. Use the sal_getGlobalProcessId
@@ -97,9 +105,10 @@ interface XSystemChildFactory : com::sun::star::uno::XInterface
@param SystemType
one constant out of the constant group
- SystemDependent.
+ <type scope="com::sun::star::lang">SystemDependent</type>.
*/
XWindowPeer createSystemChild( [in] any Parent, [in] sequence< byte > ProcessId, [in] short SystemType );
+
};
//=============================================================================
@@ -107,4 +116,3 @@ interface XSystemChildFactory : com::sun::star::uno::XInterface
}; }; }; };
#endif
-