summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/TimeField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control/TimeField.idl')
-rw-r--r--offapi/com/sun/star/form/control/TimeField.idl36
1 files changed, 28 insertions, 8 deletions
diff --git a/offapi/com/sun/star/form/control/TimeField.idl b/offapi/com/sun/star/form/control/TimeField.idl
index 8bbdbdd17153..cccff1fb344f 100644
--- a/offapi/com/sun/star/form/control/TimeField.idl
+++ b/offapi/com/sun/star/form/control/TimeField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TimeField.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-04-19 10:56:41 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,17 +76,19 @@
//=============================================================================
-/** describes a radio button usually used together with a
- <type scope="com.sun.star.form.component">TimeField</type> model.
+/** describes a control for inputting time values which can (but not necessarily has to) be bound
+ to a database field.
+
+ <p>The model of the control has to support the <type scope="com::sun::star::form::component">TimeField</type>
+ service.</p>
+
+ @see com::sun::star::awt::UnoControl
+ @see com::sun::star::awt::UnoControlModel
*/
service TimeField
{
- /** provides the basic functionallity of the control
- */
service com::sun::star::awt::UnoControlTimeField;
- /** allows locking of the input of the control
- */
interface com::sun::star::form::XBoundControl;
};
@@ -97,6 +99,15 @@ service TimeField
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.2.14.2 2002/07/26 11:03:19 fs
+ IDL review form layer
+
+ Revision 1.2.14.1 2002/02/19 08:13:11 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.2 2001/04/19 10:56:41 fs
+ corrected the include protection
+
Revision 1.1 2001/04/19 08:46:13 fs
initial checkin - service description for form related controls
@@ -108,6 +119,15 @@ service TimeField
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2.14.2 2002/07/26 11:03:19 fs
+ * IDL review form layer
+ *
+ * Revision 1.2.14.1 2002/02/19 08:13:11 oj
+ * #96946# parameter,return value and exception description
+ *
+ * Revision 1.2 2001/04/19 10:56:41 fs
+ * corrected the include protection
+ *
* Revision 1.1 2001/04/19 08:46:13 fs
* initial checkin - service description for form related controls
*