summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:22:42 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:22:42 +0200
commit75d3980ac489b418781e532374775ae3257ee0c3 (patch)
tree6cce6167bbc283132f3bcee6ede84a3215b211f1 /offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
parent4d771c9583d9db425f3c5c23cb18409dd815d639 (diff)
recreated tag libreoffice-3.3.1.1 which had these commits:
commit 0fdd83bb80750974f216358fcb3fecaa0fa370d3 (tag: refs/tags/libreoffice-3.3.1.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Feb 8 18:07:46 2011 +0100 Version 3.3.1.1, tag libreoffice-3.3.1.1 (3.3.1-rc1) commit a7dce734c49ae5b48837f4db047594959505f5de Author: Jan Holesovsky <kendy@suse.cz> Date: Mon Feb 7 21:23:30 2011 +0100 Branch libreoffice-3-3-1 This is 'libreoffice-3-3-1' - the stable branch for the 3.3.1 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. commit a5d54a8a2d254b49c5fffaa6b3d0c094b756e691 Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Jan 27 20:26:07 2011 +0000 move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport Signed-off-by: David Tardon <dtardon@redhat.com> bridges/source/cpp_uno/gcc3_linux_intel/except.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f06193d3a0c3c5f827df091f0253928adfbf43d9 Author: Tor Lillqvist <tlillqvist@novell.com> Date: Tue Jan 25 16:24:07 2011 +0200 Manipulate also the C runtime's environment Fixes fdo#33355. Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch> sal/osl/w32/process.cxx | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit f352463d20ea162b67a22b3a66e9ab712af6bfe2 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 23:05:58 2011 +0100 Please, ignore the previous message; it was for the libreoffice-3-3-0 branch This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases. Only safe changes, reviewed by anoter person are allowed. If you want to build something cool, unstable, and risky, use master. commit 71c1bae118e03b0b46c2ee7f7881427f8c5bc6bb Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:39:09 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
split repo tag: ure_libreoffice-3.3.1.1 split repo tag: ure_libreoffice-3.3.1.2
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl186
1 files changed, 93 insertions, 93 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index a3988d7e2ae9..33684cf81df3 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.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,56 +24,56 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__
-#define __com_sun_star_awt_UnoControlNumericFieldModel_idl__
-
-#ifndef __com_sun_star_awt_FontDescriptor_idl__
-#include <com/sun/star/awt/FontDescriptor.idl>
-#endif
+#ifndef __com_sun_star_awt_UnoControlNumericFieldModel_idl__
+#define __com_sun_star_awt_UnoControlNumericFieldModel_idl__
-#ifndef __com_sun_star_awt_UnoControlModel_idl__
-#include <com/sun/star/awt/UnoControlModel.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_util_Color_idl__
#include <com/sun/star/util/Color.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 {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the standard model of an <type>UnoControlNumericField</type>.
*/
published service UnoControlNumericFieldModel
-{
- 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;
-
- //-------------------------------------------------------------------------
-
- /** specifies the border style of the control.
+ [property] com::sun::star::util::Color BackgroundColor;
+
+ //-------------------------------------------------------------------------
+ /** 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
@@ -83,47 +83,47 @@ published service UnoControlNumericFieldModel
@since OOo 2.0.0
*/
[optional, property] long BorderColor;
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** specifies the decimal accuracy.
*/
- [property] short DecimalAccuracy;
-
+ [property] short DecimalAccuracy;
+
//-------------------------------------------------------------------------
-
+
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** specifies the font attributes of the text in the control.
*/
- [property] com::sun::star::awt::FontDescriptor FontDescriptor;
-
- //-------------------------------------------------------------------------
-
+ [property] com::sun::star::awt::FontDescriptor FontDescriptor;
+
+ //-------------------------------------------------------------------------
+
/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
value of the text in the control.
*/
[property] short FontEmphasisMark;
-
+
//-------------------------------------------------------------------------
-
+
/** specifies the <type scope="com::sun::star::text">FontRelief</type>
value of the text in the control.
*/
[property] short FontRelief;
-
+
//-------------------------------------------------------------------------
-
+
/** specifies the help text of the control.
*/
[property] string HelpText;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** specifies the help URL of the control.
*/
[property] string HelpURL;
@@ -141,16 +141,16 @@ published service UnoControlNumericFieldModel
/** specifies that the control will be printed with the document.
*/
- [property] boolean Printable;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean Printable;
+
+ //-------------------------------------------------------------------------
+
/** specifies that the content of the control cannot be modified by the
user.
*/
- [property] boolean ReadOnly;
-
- //-------------------------------------------------------------------------
+ [property] boolean ReadOnly;
+
+ //-------------------------------------------------------------------------
/** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@@ -159,7 +159,7 @@ published service UnoControlNumericFieldModel
*/
[optional, property] boolean Repeat;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** specifies the mouse repeat delay, in milliseconds.
@@ -177,58 +177,58 @@ published service UnoControlNumericFieldModel
/** specifies whether the thousands separator is to be displayed.
*/
- [property] boolean ShowThousandsSeparator;
-
- //-------------------------------------------------------------------------
+ [property] boolean ShowThousandsSeparator;
+
+ //-------------------------------------------------------------------------
/** specifies that the control has a spin button.
*/
- [property] boolean Spin;
-
+ [property] boolean Spin;
+
//-------------------------------------------------------------------------
-
+
/** specifies that the value is checked during the user input.
*/
- [property] boolean StrictFormat;
-
- //-------------------------------------------------------------------------
+ [property] boolean StrictFormat;
+
+ //-------------------------------------------------------------------------
/** specifies that the control can be reached with the TAB key.
*/
- [property] boolean Tabstop;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean Tabstop;
+
+ //-------------------------------------------------------------------------
+
/** specifies the text color (RGB) of the control.
*/
- [property] com::sun::star::util::Color TextColor;
-
+ [property] com::sun::star::util::Color TextColor;
+
//-------------------------------------------------------------------------
-
+
/** specifies the text line color (RGB) of the control.
*/
[property] com::sun::star::util::Color TextLineColor;
//-------------------------------------------------------------------------
-
+
/** specifies the value displayed in the control.
*/
- [property] double Value;
-
- //-------------------------------------------------------------------------
-
+ [property] double Value;
+
+ //-------------------------------------------------------------------------
+
/** specifies the maximum value that can be entered.
*/
- [property] double ValueMax;
-
- //-------------------------------------------------------------------------
-
+ [property] double ValueMax;
+
+ //-------------------------------------------------------------------------
+
/** specifies the minimum value that can be entered.
*/
- [property] double ValueMin;
-
- //-------------------------------------------------------------------------
-
+ [property] double ValueMin;
+
+ //-------------------------------------------------------------------------
+
/** specifies the value step when using the spin button.
*/
[property] double ValueStep;
@@ -258,10 +258,10 @@ published service UnoControlNumericFieldModel
@since OpenOffice.org 3.3
*/
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif