summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-20 09:31:10 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-20 09:31:10 +0000
commit9154713325dcb372f7668fe52e52c23c0cbff2ad (patch)
tree3a019ded9e0d56942d6c0451c4e60fd5223f1eb6 /offapi
parent36bfa070583d9aca52b777cd496eac26df0f805e (diff)
INTEGRATION: CWS jl61 (1.1.2); FILE ADDED
2007/06/13 08:20:59 ab 1.1.2.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/ContainerWindowProvider.idl64
1 files changed, 64 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/ContainerWindowProvider.idl b/offapi/com/sun/star/awt/ContainerWindowProvider.idl
new file mode 100644
index 000000000000..b9106b3df805
--- /dev/null
+++ b/offapi/com/sun/star/awt/ContainerWindowProvider.idl
@@ -0,0 +1,64 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: ContainerWindowProvider.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: kz $ $Date: 2007-06-20 10:31:10 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#ifndef __com_sun_star_awt_ContainerWindowProvider_idl__
+#define __com_sun_star_awt_ContainerWindowProvider_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XContainerWindowProvider_idl__
+#include <com/sun/star/awt/XContainerWindowProvider.idl>
+#endif
+
+
+//=============================================================================
+
+module com { module sun { module star { module awt {
+
+//=============================================================================
+
+/** specifies a provider for container windows implementing the
+ <type scope="com::sun::star::awt">XWindow</type> interface.
+ */
+service ContainerWindowProvider : com::sun::star::awt::XContainerWindowProvider;
+
+
+//=============================================================================
+
+}; }; }; };
+
+#endif