From a0618dd9e720e0d56ad8ff6d1594b2ef207c08c7 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 31 Mar 2006 11:03:56 +0000 Subject: INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:14 fs 1.2.12.1: added 'since' tags --- offapi/com/sun/star/inspection/XHyperlinkControl.idl | 6 ++++-- offapi/com/sun/star/inspection/XNumericControl.idl | 6 ++++-- offapi/com/sun/star/inspection/XObjectInspector.idl | 7 +++++-- 3 files changed, 13 insertions(+), 6 deletions(-) (limited to 'offapi') 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

Hyperlink controls exchange their value (XPropertyControl::Value) as strings.

+ + @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 XPropertyControl 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 ObjectInspector. + @see ObjectInspector + + @since OOo 2.0.3 */ interface XObjectInspector { -- cgit