[Libreoffice-bugs] [Bug 144308] New: Changing the DoAutoComplete attribute of the GlobalSheetSettings interface does not affect automatic completion of text in a cell is used.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 5 09:55:30 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=144308

            Bug ID: 144308
           Summary: Changing the DoAutoComplete attribute of the
                    GlobalSheetSettings interface does not affect
                    automatic completion of text in a cell is used.
           Product: LibreOffice
           Version: 7.2.0.4 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: sokol at comec92.ru

Steps to reproduce.
1. Create new Calc document. Check item Menu / Tools / Autoinput
2. Type in cell A1 "abcd". Type in cell A2 "a". Autocomplete works (text "bcd"
is shown).
3. Run Macro

Sub Test
 
CreateUnoService("com.sun.star.sheet.GlobalSheetSettings").DoAutoComplete=False
End Sub

4. Now item Menu / Tools / Autoinput is unchecked. But autocomplete still
works...

Interactive switching of the Autoinput menu item works correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210905/399c7682/attachment.htm>


More information about the Libreoffice-bugs mailing list