summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabaseCheckBox.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseCheckBox.idl29
1 files changed, 17 insertions, 12 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseCheckBox.idl b/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
index bde16928d..f47e88db8 100644
--- a/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseCheckBox.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseCheckBox.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:10 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:04:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,21 +76,17 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::form::component::DatabaseCheckBox
-/** This service specifies a data-aware CheckBox.
-
-
-
- <p>Data-aware checkboxes should always be used as tristate
- check boxes because only tryistate boxes can handle NULL values.
- </p>
+/** This service specifies a check box which is data-aware, and can be bound to a database field.
+
+ <p>Mostly, you will create data-aware checkboxes as tristate checkboxes, because this
+ is a requirement to correctly handle <NULL/> values in databases.</p>
+
+ @see ::com::sun::star::awt::UnoControlCheckBoxModel::TriState
*/
service DatabaseCheckBox
{
- // DocMerge: empty anyway
service com::sun::star::form::component::CheckBox;
- // DocMerge: empty anyway
service com::sun::star::form::DataAwareControlModel;
};
@@ -102,6 +98,15 @@ service DatabaseCheckBox
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.2 2002/07/26 09:49:08 fs
+ IDL review form layer
+
+ Revision 1.3.24.1 2002/02/19 08:46:43 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.3 2000/11/08 12:43:10 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:18 hjs
initial import