<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - add an option to extract and link all pictures from a writer document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119872">119872</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>add an option to extract and link all pictures from a writer document
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>oliver.brinzing@gmx.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=144860" name="attach_144860" title="ExtractWriterGraphics">attachment 144860</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=144860&action=edit" title="ExtractWriterGraphics">[details]</a></span>
ExtractWriterGraphics

attached macro will extract all pictures from a writer document and link it:

- open a writer document containing pictures
- optional: rename pictures with meaningfull names
- run macro:
  - a *.bak file is created
  - all pictures will be stored in a folder "pictures"
  - the document is stored without the pictures, 
    all pictures are linked now.

this worked until LO 6.0 but will fail due to change of GraphicURL in LO 6.1,
cause it is no longer possible to access the "vnd.sun.star.GraphicObject:"
URLs.

this macro was very usefull, for example if one has to "refactor" large
document containing dozens of pictures. once pictures are exported, one can
easily edit/exchange it or even share it with other documents.

i suggest adding an API to access pictures again, and/or add a global function
to LO writer so all users can benefit from it.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>