summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XRadioButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XRadioButton.idl')
-rw-r--r--offapi/com/sun/star/awt/XRadioButton.idl94
1 files changed, 47 insertions, 47 deletions
diff --git a/offapi/com/sun/star/awt/XRadioButton.idl b/offapi/com/sun/star/awt/XRadioButton.idl
index 18a05a9cb5fe..73261eb762d5 100644
--- a/offapi/com/sun/star/awt/XRadioButton.idl
+++ b/offapi/com/sun/star/awt/XRadioButton.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,63 +24,63 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XRadioButton_idl__
-#define __com_sun_star_awt_XRadioButton_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XItemListener_idl__
-#include <com/sun/star/awt/XItemListener.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XRadioButton_idl__
+#define __com_sun_star_awt_XRadioButton_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XItemListener_idl__
+#include <com/sun/star/awt/XItemListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** gives access to the state of a radio button and makes it possible
to register item event listeners.
*/
published interface XRadioButton: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** registers a listener for item events.
*/
- [oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void addItemListener( [in] com::sun::star::awt::XItemListener l );
+
+ //-------------------------------------------------------------------------
+
/** unregisters a listener for item events.
*/
- [oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void removeItemListener( [in] com::sun::star::awt::XItemListener l );
+
+ //-------------------------------------------------------------------------
+
/** returns <true/> if the button is checked, <false/> otherwise.
*/
- boolean getState();
-
- //-------------------------------------------------------------------------
-
+ boolean getState();
+
+ //-------------------------------------------------------------------------
+
/** sets the state of the radio button.
*/
- [oneway] void setState( [in] boolean b );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setState( [in] boolean b );
+
+ //-------------------------------------------------------------------------
+
/** sets the label of the radio button.
*/
- [oneway] void setLabel( [in] string Label );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [oneway] void setLabel( [in] string Label );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif