From 16d1ec5955333b72da05b3d8ab029a939a0642a3 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 31 Aug 2022 15:13:59 +0200 Subject: a11y: Remove historical Calc table dimensions from XAccessibleTable doc The mention of Calc tables having 256 columns and 32000 rows is a bit outdated. I actually started looking here because with 16k columns, the 32-bit a11y child indices aren't sufficient for all cells anymore... (tdf#150683) Also remove duplicated words. Change-Id: Id707d56e3947c727811259d5f1c46a7f136efc40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139113 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- offapi/com/sun/star/accessibility/XAccessibleTable.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/accessibility') diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl index 03b4e2ead8af..2a3e19b88ae8 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl @@ -38,13 +38,13 @@ module com { module sun { module star { module accessibility { XAccessibleTable::getAccessibleColumn().

The range of valid coordinates for this interface are implementation - dependent. However, that range includes at least the intervals from the + dependent. However, that range includes at least the intervals from the first row or column with the index 0 up to the last (but not including) used row or column as returned by XAccessibleTable::getAccessibleRowCount() and XAccessibleTable::getAccessibleColumnCount(). In case of - the Calc the current range of valid indices for retrieving data include - the maximal table size--256 columns and 32000 rows--minus one.

+ Calc the current range of valid indices for retrieving data include + the maximum table size minus one.

@since OOo 1.1.2 */ -- cgit