summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XControlContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XControlContainer.idl')
-rw-r--r--offapi/com/sun/star/awt/XControlContainer.idl96
1 files changed, 48 insertions, 48 deletions
diff --git a/offapi/com/sun/star/awt/XControlContainer.idl b/offapi/com/sun/star/awt/XControlContainer.idl
index 938d4ca364a0..9f51fe987611 100644
--- a/offapi/com/sun/star/awt/XControlContainer.idl
+++ b/offapi/com/sun/star/awt/XControlContainer.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,64 +24,64 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XControlContainer_idl__
-#define __com_sun_star_awt_XControlContainer_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XControl_idl__
-#include <com/sun/star/awt/XControl.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XControlContainer_idl__
+#define __com_sun_star_awt_XControlContainer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** Provides access to the controls within an
<type>UnoControlContainer</type>.
*/
published interface XControlContainer: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** sets the status text in the status bar of the container.
*/
- [oneway] void setStatusText( [in] string StatusText );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setStatusText( [in] string StatusText );
+
+ //-------------------------------------------------------------------------
+
/** returns all controls.
*/
- sequence<com::sun::star::awt::XControl> getControls();
-
- //-------------------------------------------------------------------------
-
+ sequence<com::sun::star::awt::XControl> getControls();
+
+ //-------------------------------------------------------------------------
+
/** returns the control with the specified name.
*/
- com::sun::star::awt::XControl getControl( [in] string aName );
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::XControl getControl( [in] string aName );
+
+ //-------------------------------------------------------------------------
+
/** adds the given control with the specified name to the container.
*/
- [oneway] void addControl( [in] string Name,
- [in] com::sun::star::awt::XControl Control );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void addControl( [in] string Name,
+ [in] com::sun::star::awt::XControl Control );
+
+ //-------------------------------------------------------------------------
+
/** removes the given control from the container.
*/
- [oneway] void removeControl( [in] com::sun::star::awt::XControl Control );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [oneway] void removeControl( [in] com::sun::star::awt::XControl Control );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif