From 0b94169d820482434dc98a37c3c1633ca46fd0dc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 May 2020 17:38:24 +0100 Subject: Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search results MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit in the document, looks like only the calc one actually works, and when it works on large quantities of results calc grinds to a complete halt This was introduced with: commit b41332475783c31136673fb44cf4c411bb0148f8 Date: Mon Dec 2 15:54:29 2013 +0000 Integrate branch of IAccessible2 and has been a problem on and off with calc's potentially ~infinite grid There is the on-by-default search results dialog in calc (which has a limit on how many it shows) which provides an alternative route to iterate through the results Change-Id: I2685e480d2d15220be0bddbc83baad3992e7d5d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95006 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl b/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl index 0e8f9cd69ae4..56246775b5cc 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl @@ -28,7 +28,6 @@ module com { module sun { module star { module accessibility { // !!! interface XAccessibleGetAccFlowTo : ::com::sun::star::uno::XInterface { - // @param nType see include/comphelper/accflowenum.hxx sequence getAccFlowTo([in] any aXShape, [in] long nType); }; -- cgit