diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:03:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:03:56 +0000 |
commit | a0618dd9e720e0d56ad8ff6d1594b2ef207c08c7 (patch) | |
tree | 9d3e9911f40e396ad47f6bcacf8c87856380f77b /offapi | |
parent | 87bb6e8fc2c255c1e0b6947f5b9ced2f1e5d55b9 (diff) |
INTEGRATION: CWS dba203b (1.2.12); FILE MERGED
2006/03/28 10:03:14 fs 1.2.12.1: added 'since' tags
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/inspection/XHyperlinkControl.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/XNumericControl.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/XObjectInspector.idl | 7 |
3 files changed, 13 insertions, 6 deletions
diff --git a/offapi/com/sun/star/inspection/XHyperlinkControl.idl b/offapi/com/sun/star/inspection/XHyperlinkControl.idl index 93cf2b881a48..9efb087d72dd 100644 --- a/offapi/com/sun/star/inspection/XHyperlinkControl.idl +++ b/offapi/com/sun/star/inspection/XHyperlinkControl.idl @@ -4,9 +4,9 @@ * * $RCSfile: XHyperlinkControl.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:06:47 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:03:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,8 @@ module com { module sun { module star { module inspection { in a hyperlink-like way <p>Hyperlink controls exchange their value (<member>XPropertyControl::Value</member>) as strings.</p> + + @since OOo 2.0.3 */ interface XHyperlinkControl : XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XNumericControl.idl b/offapi/com/sun/star/inspection/XNumericControl.idl index 3574e7dd06b0..3ea4a88c6e49 100644 --- a/offapi/com/sun/star/inspection/XNumericControl.idl +++ b/offapi/com/sun/star/inspection/XNumericControl.idl @@ -4,9 +4,9 @@ * * $RCSfile: XNumericControl.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:06:59 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:03:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,6 +52,8 @@ module com { module sun { module star { module inspection { //----------------------------------------------------------------------------- /** defines the interface for an <type>XPropertyControl</type> which supports displaying and entering numerical values. + + @since OOo 2.0.3 */ interface XNumericControl : XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index a3bfa4a6c7da..7e7c3e35ed7f 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -4,9 +4,9 @@ * * $RCSfile: XObjectInspector.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:07:13 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:03:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,10 @@ interface XObjectInspectorModel; //----------------------------------------------------------------------------- /** describes the main interface of an <type>ObjectInspector</type>. + @see ObjectInspector + + @since OOo 2.0.3 */ interface XObjectInspector { |