[Libreoffice-bugs] [Bug 144219] New: Name of a chart should be read-only (in fact it is)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 31 12:34:09 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144219
Bug ID: 144219
Summary: Name of a chart should be read-only (in fact it is)
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Chart
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: villeroy at t-online.de
See attached Calc document with macro. Pseudo-property is not writable although
there is a method setName(newName).
There is also a property "PersistName" when you access the chart as a DrawPage
elemen:
chart = ThisComponent.Sheets(0).DrawPage.getByIndex(0)
spn = chart.PersistName
This property ignores the attempt to rename and finally crashes the chart
element. After document recovery the chart is gone.
--
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/20210831/e4c72948/attachment.htm>
More information about the Libreoffice-bugs
mailing list