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

--- Comment #9 from Heiko Tietze <heiko.tie...@documentfoundation.org> ---
(In reply to Rafael Lima from comment #8)
> Hi! I am interested in fixing this issue. I just need some help with code
> pointers.

Described my approach in
https://design.blog.documentfoundation.org/2018/02/22/easyhacking-set-environment/

I search for the string "_Word wrap text in shape", find
cui/uiconfig/ui/textattrtabpage.ui, search for TSB_WORDWRAP_TEXT and find
m_xTsbWordWrapText, get its state from SDRATTR_TEXT_WORDWRAP. Atr this point it
becomes a bit time-consuming, for example this is misleading
svx/source/svdraw/svdattr.cxx has rPoolDefaults[SDRATTR_TEXT_WORDWRAP        
-SDRATTR_START]=new SdrOnOffItem(SDRATTR_TEXT_WORDWRAP, true);

Not sure if all this helps ;-)

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

Reply via email to