summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/FormComponent.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/form/FormComponent.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/form/FormComponent.idl')
-rw-r--r--offapi/com/sun/star/form/FormComponent.idl44
1 files changed, 26 insertions, 18 deletions
diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl
index 319b0aae5..9c46a5e1b 100644
--- a/offapi/com/sun/star/form/FormComponent.idl
+++ b/offapi/com/sun/star/form/FormComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FormComponent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:08 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:04:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,46 +88,42 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::form::FormComponent
-/** specifies a component which can be part
- of a form.@see FormControlModel
- @see com::sun::star::form::component::Form
+/** specifies a component which can be part of a form.
+
+ @see FormControlModel
+ @see com::sun::star::form::component::Form
*/
service FormComponent
{
-
-
- // DocMerge from xml: service com::sun::star::form::FormComponent: interface com::sun::star::form::XFormComponent
- /** identifies the component as a candidate for being part
- of a form. It provides the access to the component's parent.
+ /** identifies the component as a candidate for being part of a form.
+ <p>This interface also provides the access to the component's parent.</p>
*/
interface com::sun::star::form::XFormComponent;
- // DocMerge from xml: service com::sun::star::form::FormComponent: interface com::sun::star::lang::XComponent
- /** Each component must be disposable.
+ /** allows life-time control of form components.
*/
interface com::sun::star::lang::XComponent;
- // DocMerge from xml: service com::sun::star::form::FormComponent: interface com::sun::star::container::XNamed
/** Each FormComponent must supply a name for identification.
*/
interface com::sun::star::container::XNamed;
- // DocMerge: empty anyway
+ /** gives access to the properties.
+ */
interface com::sun::star::beans::XPropertySet;
- // DocMerge from xml: service com::sun::star::form::FormComponent: interface com::sun::star::io::XPersistObject
- /** Each FormComponent must be able to be stored.
+ /** Each FormComponent must be able to be stored into and read from a stream.
*/
interface com::sun::star::io::XPersistObject;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::form::FormComponent::Name
/** the name of the component.
+ <p>Note that the name accessed here is the same as when using the
+ <type scope="com::sun::star::container">XNamed</type> interface.</p>
*/
[property] string Name;
@@ -140,6 +136,18 @@ service FormComponent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.20.3 2002/07/26 09:59:54 fs
+ IDL review form layer
+
+ Revision 1.4.20.2 2002/02/18 15:22:01 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.4.20.1 2002/02/18 14:49:19 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.4 2000/12/21 08:35:08 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:42:52 mi
moved from api