summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index e9c1907296aa..eb329eb78b80 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/style/VerticalAlignment.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the standard model of an <type>UnoControlTimeField</type>.
*/
@@ -47,13 +45,11 @@ published service UnoControlTimeFieldModel
{
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.
@@ -65,7 +61,6 @@ published service UnoControlTimeFieldModel
*/
[property] short Border;
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -76,45 +71,38 @@ published service UnoControlTimeFieldModel
*/
[optional, property] long BorderColor;
- //-------------------------------------------------------------------------
/** 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;
- //-------------------------------------------------------------------------
/** 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;
- //-------------------------------------------------------------------------
/** specifies whether the selection in the control should be hidden when
the control is not active (focused).
@@ -123,19 +111,16 @@ published service UnoControlTimeFieldModel
*/
[optional, property] boolean HideInactiveSelection;
- //-------------------------------------------------------------------------
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
- //-------------------------------------------------------------------------
/** specifies that the content of the control cannot be modified by the user.
*/
[property] boolean ReadOnly;
- //-------------------------------------------------------------------------
/** specifies whether the mouse should show repeating behavior, i.e.
repeatedly trigger an action when keeping pressed.
@@ -144,7 +129,6 @@ published service UnoControlTimeFieldModel
*/
[optional, property] boolean Repeat;
- //-------------------------------------------------------------------------
/** specifies the mouse repeat delay, in milliseconds.
@@ -158,25 +142,21 @@ published service UnoControlTimeFieldModel
*/
[optional, property] long RepeatDelay;
- //-------------------------------------------------------------------------
/** specifies that the control has a spin button.
*/
[property] boolean Spin;
- //-------------------------------------------------------------------------
/** specifies that the date is checked during the user input.
*/
[property] boolean StrictFormat;
- //-------------------------------------------------------------------------
/** specifies that the control can be reached with the TAB key.
*/
[property] boolean Tabstop;
- //-------------------------------------------------------------------------
/** specifies the text displayed in the control.
@@ -184,25 +164,21 @@ published service UnoControlTimeFieldModel
*/
[optional, property] string Text;
- //-------------------------------------------------------------------------
/** specifies the text color (RGB) of the control.
*/
[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 time displayed in the control.
*/
[property] long Time;
- //-------------------------------------------------------------------------
/** specifies the format of the displayed time.
@@ -217,13 +193,11 @@ published service UnoControlTimeFieldModel
*/
[property] short TimeFormat;
- //-------------------------------------------------------------------------
/** specifies the maximum time that can be entered.
*/
[property] long TimeMax;
- //-------------------------------------------------------------------------
/** specifies the minimum time that can be entered.
*/
@@ -247,7 +221,6 @@ published service UnoControlTimeFieldModel
*/
[optional, property] short MouseWheelBehavior;
- //-------------------------------------------------------------------------
/** specifies the vertical alignment of the text in the control.
@@ -256,7 +229,6 @@ published service UnoControlTimeFieldModel
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
};
-//=============================================================================
}; }; }; };