<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sort column by color (Extension?)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95520#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sort column by color (Extension?)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95520">bug 95520</a>
              from <span class="vcard"><a class="email" href="mailto:william@gathoye.be" title="William Gathoye <william@gathoye.be>"> <span class="fn">William Gathoye</span></a>
</span></b>
        <pre>Here is the code pointer given to me by Michael Meeks at the last FOSDEM
hackfest.

sc/uiconfig/scalc/ui/sortdialog.ui
sc/source/ui/dbgui/sortdlg.cxx:    : SfxTabDialogController(pParent,
"modules/scalc/ui/sortdialog.ui", "SortDialog", pArgSet)

sc/source/ui/dbgui/tpsort.cxx -> does the sort (?)

@@ -125,6 +128,7 @@ bool ScSortParam::operator==( const ScSortParam&
rOther ) const

Compare vs. this commit:

commit b5f8b046008a27f1da58b934dbe61c0decf36612
Author: Samuel Mehrbrodt <<a href="mailto:Samuel.Mehrbrodt@cib.de">Samuel.Mehrbrodt@cib.de</a>>
Date:   Mon Jan 22 17:47:04 2018 +0100

    <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - Insert images into cells in Calc"
   href="show_bug.cgi?id=98931">tdf#98931</a> Add option to sort boundary image-only columns

    A similiar option exists for comments-only columns.
    If enabled, image-only columns are considered when sorting (and
selected).</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>