RE: Bug 58187

2014-05-21 Thread Ulrich Kitzinger

Thanks for your hints, they are both promising.
  ___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Bug 58187

2014-05-20 Thread Noel Grandin

On 2014-05-20 10:55, Ulrich Kitzinger wrote:


I'd like to try to work on bug https://bugs.freedesktop.org/show_bug.cgi?id=58187 (In the Writer Navigator an expanded 
tree is collapsed when you edit an entry).
Does anybody have any hint for me, which code fragments to look at? For example, what's the type of the tree view or 
the tree items in the navigator? Up to now all tries to find the corresponding collapse method have been fruitless.



That sounds like it's an SvTreeList control.

Grepping through sw/ shows half a dozen places that use an SvTreeList control, but I wouldn't know which one is the 
responsible party.


Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Bug 58187

2014-05-20 Thread Michael Stahl
On 20/05/14 10:55, Ulrich Kitzinger wrote:
 Hello,
 
 I'd like to try to work on bug
 https://bugs.freedesktop.org/show_bug.cgi?id=58187 (In the Writer
 Navigator an expanded tree is collapsed when you edit an entry).
 Does anybody have any hint for me, which code fragments to look at? For
 example, what's the type of the tree view or the tree items in the
 navigator? Up to now all tries to find the corresponding collapse method
 have been fruitless.
 

i would expect the navigator code to be somewhere around here:
sw/source/core/uibase/utlui/navipi.cxx
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice