From b49cd68344ccdd115151270aae870dd0cb8c5aef Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 10 Jun 2003 09:55:41 +0000 Subject: INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:22 mi 1.2.16.1: #107627# @since tags for new types added --- offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl | 6 ++++-- .../com/sun/star/accessibility/AccessibleTableModelChangeType.idl | 7 ++++--- offapi/com/sun/star/accessibility/AccessibleTextType.idl | 6 ++++-- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl index 92de3586bc18..ca08e04b11b4 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleTableModelChange.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:33:14 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:55:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,8 @@ module com { module sun { module star { module accessibility { AccessibleTableModelChangeType for details of the change type. The range of the affected rows, columns, and/or cells can be obtained by accessing the other four data members.

+ + @since #107627# */ struct AccessibleTableModelChange { diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl index 7e63db1f878a..cbc6350ec1b6 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleTableModelChangeType.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:33:22 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:55:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ module com { module sun { module star { module accessibility { /** Type of a change made to a table model. - @descr

The value of this constants group are used by the XAccessibleTableModelChange interface to specifiy the type of change that has been made to a table model.

@@ -82,6 +81,8 @@ module com { module sun { module star { module accessibility { been inserted or deleted. In constrast, the remaining constant AccessibleTabelModelChangeType::UPDATE specifies a change of the table's content.

+ + @since #107627# */ constants AccessibleTableModelChangeType { diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl index af0689f97429..e422c9f43edc 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleTextType.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:33:30 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:55:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,8 @@ module com { module sun { module star { module accessibility {

This collection describes the types of text portions that can be accessed with the help of the methods of the XAccessibleText interface.

+ + @since #107627# */ constants AccessibleTextType { -- cgit