<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EDITING] Add the possibility to retrieve the filename of a movie or sound inserted in a document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=32581">bug 32581</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>difficultyEasy, skillCpp, skillUI
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EDITING] Add the possibility to retrieve the filename of a movie or sound inserted in a document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=32581#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EDITING] Add the possibility to retrieve the filename of a movie or sound inserted in a document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=32581">bug 32581</a>
              from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
        <pre>this easy-hack does not have code pointers...

the embedded media objects are represented by:

class SdrMediaObj (include/svx/svdomedia.hxx svx/source/svdraw/svdomedia.cxx)

there is a avmedia::MediaItem which stores the URL.

include/avmedia/mediaitem.hxx avmedia/source/framework/mediaitem.cxx

the context menu of the media object is apparently defined at Media_POPUP in
sd/source/ui/app/popup2_tmpl.src

so i guess there a context menu "Edit Link" could be added.

... then ask somebody who knows how UI code works where the c++ code is for the
menu :)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>