https://bugs.documentfoundation.org/show_bug.cgi?id=104154

--- Comment #3 from abhilash300si...@gmail.com ---
Hi Samuel, Akshay. 

mpLocalView(http://opengrok.libreoffice.org/xref/core/sfx2/source/doc/templatedlg.cxx#162)
seems to be handling the thumbnails and mpSearchView seems to handle the same
for the searched results. As is done in the icon/list view patch Samuel
mentions above, I'll have to replace mpLocalView with "mpCurView" and set it
dynamically to either the listview or thumbnailview. 

I can't figure out what the type of "mpCurView" should be. In the reference
patch, both list/icon views derive from a parent class SvTreeListBox (
https://docs.libreoffice.org/svtools/html/classSvTreeListBox.html ). I also
need some help in figuring out code organization into different files and
breaking this task into smaller parts that I can build upon. As of now, I've
only made necessary changes in .ui file and defined click handlers. The WIP
patch is here - https://gerrit.libreoffice.org/#/c/33356/

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to