https://bugs.documentfoundation.org/show_bug.cgi?id=168331
Bug ID: 168331
Summary: Macro does not work for table because of lack of
methods
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
I asked ChatGPT top create a macro that inserts a pattern with autoserialized
numbers in selected cells of a table.
(e.g. Sl 01, Sl 02, Sl 03,....)
But ChatGPT kept failing. Finally it has written a debug macro to extract the
methods in table object that its macro can use.
After running this macro in my system, it reports that there is no method in
the table object, and so it is not possible to write this macro.
Attaching the macro and the debug output.
I am not a coder, so this report is as received from ChatGPT.
Steps to Reproduce:
1.Run the attached macro.
2. It gives a list of attributes and methods in Table object.
3.
Actual Results:
No methods are listed in the debug report.
Expected Results:
Various methods were expected. According to ChatGPT, it has scanned the latest
documentation. But it is possible that it may have missed the correct address.
Reproducible: Always
User Profile Reset: No
Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes
--
You are receiving this mail because:
You are the assignee for the bug.