<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Relationally link Save As formats and Default File Formats lists"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=36747#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Relationally link Save As formats and Default File Formats lists"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=36747">bug 36747</a>
              from <span class="vcard"><a class="email" href="mailto:vmiklos@collabora.co.uk" title="Miklos Vajna <vmiklos@collabora.co.uk>"> <span class="fn">Miklos Vajna</span></a>
</span></b>
        <pre>Code pointers:

sfx2/source/dialog/filtergrouping.cxx:897, sfx2::appendFiltersForSave() shows
how to get the UI name and the extension of an SfxFilter

sfx2/source/dialog/filtergrouping.cxx:1150, sfx2::addExtension() can create a
string with both the filter name and the extension included, would be good to
not duplicate that. It is probably necessary to change the reference parameter
there to be an optional pointer instead, to be general.

sfx2/source/bastyp/fltfnc.cxx:171, SfxFilterContainer::GetFilter4FilterName()
can give you an SfxFilter just based on the internal (unique) filter name.

I think based on those it should be put together a patch to provide extensions
next to filters in the dialog.</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>