summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 13:15:49 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 13:15:49 +0000
commit57f9220c7c73614c59460cb64571686019a235cb (patch)
tree982cb28c24c45bcca1b37827778e3af92f829812
parentb43de657dc716501a15f29b9085668af1286a823 (diff)
INTEGRATION: CWS tbe21 (1.11.82); FILE MERGED
2005/02/28 17:27:57 tbe 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2005/02/28 16:28:34 tbe 1.11.82.1: #i42907# missing control properties in xml im-/export for dialogs
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl74
1 files changed, 39 insertions, 35 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 6285b10cb..ceea9b560 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlFixedTextModel.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2005-02-17 10:46:13 $
+ * last change: $Author: kz $ $Date: 2005-03-18 14:15:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,41 +58,42 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__
-#define __com_sun_star_awt_UnoControlFixedTextModel_idl__
+#ifndef __com_sun_star_awt_UnoControlFixedTextModel_idl__
+#define __com_sun_star_awt_UnoControlFixedTextModel_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
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
-#ifndef __com_sun_star_awt_FontDescriptor_idl__
-#include <com/sun/star/awt/FontDescriptor.idl>
-#endif
+#ifndef __com_sun_star_awt_UnoControlModel_idl__
+#include <com/sun/star/awt/UnoControlModel.idl>
+#endif
#ifndef __com_sun_star_style_VerticalAlignment_idl__
#include <com/sun/star/style/VerticalAlignment.idl>
#endif
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the standard model of an <type>UnoControlFixedText</type>.
*/
published service UnoControlFixedTextModel
-{
- service com::sun::star::awt::UnoControlModel;
-
- //-------------------------------------------------------------------------
-
- /** specifies the alignment of the text in the control.
-
+{
+ service com::sun::star::awt::UnoControlModel;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the horiztonal alignment of the text in the control.
+
<pre>
0: left
1: center
@@ -200,13 +201,16 @@ published service UnoControlFixedTextModel
//-------------------------------------------------------------------------
- /** specifies the vertical alignment of the text in the control
- */
- [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-};
+ /** specifies the vertical alignment of the text in the control.
-//=============================================================================
-
-}; }; }; };
+ @since OOo 2.0.0
+ */
+ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif