https://bugs.documentfoundation.org/show_bug.cgi?id=90904
Michael Stahl <mstahl@redhat.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |libreoffice@lists.freedeskt
                   |                            |op.org, mstahl@redhat.com
          Component|Writer                      |filters and storage
            Version|4.4.2.2 release             |Inherited From OOo
            Summary|FILESAVE: OOXML DOCX        |FILESAVE: OOXML export is
                   |missing metadata            |missing document statistics
         Whiteboard|                            |easyHack difficultyBeginner
                   |                            |skillCPP filter:ooxml
--- Comment #2 from Michael Stahl <mstahl@redhat.com> ---
it should be quite easy to add this, marking as easy-hack.
the document properties are exported to OOXML here:
oox/source/core/xmlfilterbase.cxx:XmlFilterBase&
XmlFilterBase::exportDocumentProperties( Reference< XDocumentProperties >
xProperties )
all that is missing is getting the XDocumentProperties::getDocumentStatistics()
and converting that to XML elements or attributes.
in ECMA-376 3rd edition the definition of the "Extended File Properties"
elements starts on page 4254, "22.2.2.1 Application" up to 
"22.2.2.28 Words (Word Count)".
http://www.ecma-international.org/publications/standards/Ecma-376.htm
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Context
- [Bug 90904] FILESAVE: OOXML export is missing document statistics · bugzilla-daemon
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.