offapi/UnoApi_offapi.mk | 3 offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl | 40 ---------- offapi/com/sun/star/sheet/AccessibleCsvCell.idl | 52 ------------- offapi/com/sun/star/sheet/AccessibleCsvTable.idl | 56 -------------- 4 files changed, 151 deletions(-)
New commits: commit 2b393fbe29954067345820179ec70142fc15788e Author: Michael Weghorn <[email protected]> AuthorDate: Tue Jun 24 16:09:47 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Jun 25 07:41:52 2025 +0200 [API CHANGE]: a11y: Drop css::drawing::AccessibleSlideViewObject Drop the unpublished service com::sun::star::drawing::AccessibleSlideViewObject. It's not implemented or used anywhere. A search in Google and on Ask [1] didn't give any results that would suggest this unpublished service would be relevant for third party code. [1] https://ask.libreoffice.org/ Change-Id: I6656d4bcdb40a33a3119aa1fd6a2a5cacdc94764 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186912 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 95340e598238..072bdd918fe6 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -756,7 +756,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/drawing,\ AccessibleOLEShape \ AccessibleShape \ AccessibleSlideView \ - AccessibleSlideViewObject \ AppletShape \ Background \ BitmapTable \ diff --git a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl deleted file mode 100644 index b8da4e2d7893..000000000000 --- a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl +++ /dev/null @@ -1,40 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -module com { module sun { module star { module drawing { - -/** The AccessibleSlideViewObject service is implemented by - the slides of the slide view of Impress documents. - - <p>An accessible slide view object gives access to one of the visible - slides of a slide view.</p> - - @since OOo 1.1.2 -*/ -service AccessibleSlideViewObject -{ - interface ::com::sun::star::accessibility::XAccessible; - interface ::com::sun::star::accessibility::XAccessibleContext; - interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster; - interface ::com::sun::star::accessibility::XAccessibleComponent; -}; - -}; }; }; }; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ commit 6a880cc09c50a81c8fe8a56cb050eace28a4d3b5 Author: Michael Weghorn <[email protected]> AuthorDate: Tue Jun 24 16:06:15 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Jun 25 07:41:45 2025 +0200 [API CHANGE]: a11y: Drop css::sheet::AccessibleCsvCell Drop the unpublished service com::sun::star::sheet::AccessibleCsvCell. It's not implemented or used anywhere. ScAccessibleCsvCell looks like the class implementing the functionality mentioned ("The accessible object of the data table in the CSV import dialog") but it doesn't actually implement that service. A search in Google and on Ask [1] didn't give any results that would suggest this unpublished service would be relevant for third party code. [1] https://ask.libreoffice.org/ Change-Id: I0abd0bf627ff71ccce148fec1bdfd5c23ba453d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186911 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index bbf5b697f720..95340e598238 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1144,7 +1144,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sdbcx,\ ViewDescriptor \ )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sheet,\ - AccessibleCsvCell \ AddIn \ CellAnnotation \ CellAnnotationShape \ diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl deleted file mode 100644 index d333f03ef020..000000000000 --- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl +++ /dev/null @@ -1,51 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - - - -module com { module sun { module star { module sheet { - - -/** The accessible object of a cell in the CSV import dialog. - - @since OOo 1.1.2 - */ -service AccessibleCsvCell -{ - - /** This interface gives access to the whole content of the cell. - */ - interface ::com::sun::star::accessibility::XAccessibleContext; - - - /** This interface gives access to the visibility of the cell. - */ - interface ::com::sun::star::accessibility::XAccessibleComponent; - - - /** This interface gives access to the text representation of the cell - content. - */ - interface ::com::sun::star::accessibility::XAccessibleText; -}; - - -}; }; }; }; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ commit 351d5dbbe3c6187782aab76cb2763b21f6ae3af3 Author: Michael Weghorn <[email protected]> AuthorDate: Tue Jun 24 16:03:53 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Jun 25 07:41:39 2025 +0200 [API CHANGE]: a11y: Drop css::sheet::AccessibleCsvTable Drop the unpublished service com::sun::star::sheet::AccessibleCsvTable. It's not implemented or used anywhere. A search in Google and on Ask [1] didn't give any results that would suggest this unpublished service would be relevant for third party code. [1] https://ask.libreoffice.org/ Change-Id: I40adefd81086284fec63d5343963000506469810 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186910 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 07b9f2e0e36f..bbf5b697f720 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1145,7 +1145,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sdbcx,\ )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sheet,\ AccessibleCsvCell \ - AccessibleCsvTable \ AddIn \ CellAnnotation \ CellAnnotationShape \ diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl index 1e6dc5ed1028..d333f03ef020 100644 --- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl +++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl @@ -23,7 +23,6 @@ module com { module sun { module star { module sheet { /** The accessible object of a cell in the CSV import dialog. - @see ::com::sun::star::sheet::AccessibleCsvTable @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl deleted file mode 100644 index 13b0e3aae14d..000000000000 --- a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl +++ /dev/null @@ -1,56 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - - - -module com { module sun { module star { module sheet { - - -/** The accessible object of the data table in the CSV import dialog. - @see ::com::sun::star::sheet::AccessibleCsvCell - - @since OOo 1.1.2 - */ -service AccessibleCsvTable -{ - - /** This interface gives access to the whole content of the table. - */ - interface ::com::sun::star::accessibility::XAccessibleContext; - - - /** This interface gives access to the visibility of the table. - */ - interface ::com::sun::star::accessibility::XAccessibleComponent; - - - /** This interface gives access to functionality specific for a table. - */ - interface ::com::sun::star::accessibility::XAccessibleTable; - - - /** This interface gives access to selection functionality. - */ - interface ::com::sun::star::accessibility::XAccessibleSelection; -}; - - -}; }; }; }; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
