summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/CurrencyField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/CurrencyField.idl')
-rw-r--r--offapi/com/sun/star/form/component/CurrencyField.idl36
1 files changed, 24 insertions, 12 deletions
diff --git a/offapi/com/sun/star/form/component/CurrencyField.idl b/offapi/com/sun/star/form/component/CurrencyField.idl
index 27b5ccfdfa92..1b6b1f3ba5e2 100644
--- a/offapi/com/sun/star/form/component/CurrencyField.idl
+++ b/offapi/com/sun/star/form/component/CurrencyField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CurrencyField.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:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,8 +65,8 @@
#include <com/sun/star/awt/UnoControlCurrencyFieldModel.idl>
#endif
-#ifndef __com_sun_star_form_DataAwareControlModel_idl__
-#include <com/sun/star/form/DataAwareControlModel.idl>
+#ifndef __com_sun_star_form_FormControlModel_idl__
+#include <com/sun/star/form/FormControlModel.idl>
#endif
#ifndef __com_sun_star_form_XReset_idl__
@@ -80,25 +80,25 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::form::component::CurrencyField
/** This service specifies the ControlModel for an edit field which
contains a currency value.
*/
service CurrencyField
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlCurrencyFieldModel;
- // DocMerge: empty anyway
- service com::sun::star::form::DataAwareControlModel;
+ service com::sun::star::form::FormControlModel;
- // DocMerge: empty anyway
+ /** can be used to reset the control to it's default state.
+
+ @see CurrencyField::DefaultValue
+ */
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
+ /** contains a default value for the control.
- // DocMerge from xml: property com::sun::star::form::component::CurrencyField::DefaultValue
- /** returns the default value used by reset.
+ @see com::sun::star::awt::UnoControlCurrencyFieldModel::Value
+ @see com::sun::star::form::XReset
*/
[property] double DefaultValue;
@@ -111,6 +111,18 @@ service CurrencyField
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.3 2002/07/26 09:49:07 fs
+ IDL review form layer
+
+ Revision 1.3.24.2 2002/02/18 15:22:51 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.3.24.1 2002/02/18 14:56:03 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