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

V Stuart Foote <vstuart.fo...@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.fo...@utsa.edu
            Summary|Windows explorer file       |LO Properties dialog should
                   |properties dialog should    |show LibreOffice version
                   |show LibreOffice version    |number, i.e. the
                   |number                      |meta:generator string
                 OS|Windows (All)               |All

--- Comment #4 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
@Jay, why would this be linked to the Windows Explorer bundled extension? First
effort should be to extend the LibreOffice Properties dialog as the OP
requested.

That addition could more effectively be made cross platform adjusting the
SfxDocumentInfoItem structure in dinfdlg.cxx/hxx [1][2][3]and reflected in
documentpropertiesdialog.ui  

Also, we already hold properties in the ODF archive's meta.xml, strings from
SfxDocumentMetaData.cxx [4] with some other Dublin Core (dc:) attributes. 
Would think adding meta:generator, and some of the other dc: attributes, could
be added to the LibreOffice Properties dialog.

Get the additional properties including generator working correctly in the
Properties dialog cross platform, then can do something about adding it to the
Windows shell via the Windows Explorer Extension.

=-refs-=
[1]
https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/dinfdlg.cxx#204
[2] https://opengrok.libreoffice.org/xref/core/include/sfx2/dinfdlg.hxx#60
[3]
https://opengrok.libreoffice.org/xref/core/sfx2/uiconfig/ui/documentpropertiesdialog.ui
[4]
https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/SfxDocumentMetaData.cxx#378

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to