https://bugs.documentfoundation.org/show_bug.cgi?id=170537
--- Comment #11 from Regina Henschel <[email protected]> --- Created attachment 207203 --> https://bugs.documentfoundation.org/attachment.cgi?id=207203&action=edit name in page pane (In reply to Lobaluna from comment #10) > @Regina, I was not aware that the file statusbar.xml is a text file that is > editable. Where's the documentation or help pages about it? Sounds > interesting. AFAIK, there is no central documentation. The formal structure is in https://opengrok.libreoffice.org/xref/core/framework/dtd/statusbar.dtd. There exists an old 'Technical Reference Manual' from SUN https://www.openoffice.org/xml/xml_specification.pdf. However, the slot-id mentioned there is now a uno-command. The uno-commands are listed in https://wiki.documentfoundation.org/Development/DispatchCommandsList. There exists an API service StatusbarController for use in macros, but I don't know whether it could be used here and I don't know how to use it. In any case, such changes are not for the average user. I personally think a better solution is to show the name in the page pane as requested in bug 37654. The attachment shows, how that was solved in OpenOffice 3.2, for example. -- You are receiving this mail because: You are the assignee for the bug.
