summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlContainerModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlContainerModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlContainerModel.idl110
1 files changed, 55 insertions, 55 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlContainerModel.idl b/offapi/com/sun/star/awt/UnoControlContainerModel.idl
index 9fda3791781f..1235f23aef32 100644
--- a/offapi/com/sun/star/awt/UnoControlContainerModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlContainerModel.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,55 +24,55 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_UnoControlContainerModel_idl__
-#define __com_sun_star_awt_UnoControlContainerModel_idl__
-
-#ifndef __com_sun_star_awt_UnoControlModel_idl__
-#include <com/sun/star/awt/UnoControlModel.idl>
-#endif
-
+#ifndef __com_sun_star_awt_UnoControlContainerModel_idl__
+#define __com_sun_star_awt_UnoControlContainerModel_idl__
+
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
+
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the standard model of an <type>UnoControlContainer</type>.
*/
published service UnoControlContainerModel
-{
- service com::sun::star::awt::UnoControlModel;
-
- //-------------------------------------------------------------------------
-
+{
+ service com::sun::star::awt::UnoControlModel;
+
+ //-------------------------------------------------------------------------
+
/** specifies the background color (RGB) of the control.
*/
- [property] com::sun::star::util::Color BackgroundColor;
-
- //-------------------------------------------------------------------------
-
+ [property] com::sun::star::util::Color BackgroundColor;
+
+ //-------------------------------------------------------------------------
+
/** determines whether a control is enabled or disabled.
*/
- [property] boolean Enabled;
-
- //-------------------------------------------------------------------------
-
- /** specifies the border style of the control.
-
+ [property] boolean Enabled;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the border style of the control.
+
<pre>
0: No border
1: 3D border
2: simple border
</pre>
*/
- [property] short Border;
-
- //-------------------------------------------------------------------------
+ [property] short Border;
+
+ //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -82,35 +82,35 @@ published service UnoControlContainerModel
@since OOo 2.0.0
*/
[optional, property] long BorderColor;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** specifies whether the control will be printed with the document.
*/
- [property] boolean Printable;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean Printable;
+
+ //-------------------------------------------------------------------------
+
/** specifies the text displayed in the control.
*/
- [property] string Text;
-
- //-------------------------------------------------------------------------
-
+ [property] string Text;
+
+ //-------------------------------------------------------------------------
+
/** specifies the help text of the control.
*/
[property] string HelpText;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** specifies the help URL of the control.
*/
[property] string HelpURL;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif