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: [email protected]
Reporter: [email protected]
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.