BUG#55846

Jan Holesovsky kendy at suse.cz
Mon Feb 11 06:24:23 PST 2013


Hi Janit,

Janit Anjaria píše v Po 11. 02. 2013 v 12:22 +0530:

> I have coded the concept patch for the bug but UX has been a trouble
> which i have been playing with since a little time.The Red BOX shows
> that i need to expand that part of the toolbar so that the "arrow" for
> the scroll can be visible.
> Can someone help me out with the same with the precise codepointer.??

I'd try to poke ToolBox::ImplCalcSize() and ToolBox::ImplCalcItem() in
vcl/source/window/toolbox.cxx - try to add some debugging output there,
like

SAL_DEBUG( "max width " << nMaxWidth );

etc. at various places that look relevant, rebuild vcl (using 'make
debug=true vcl'), restart LibreOffice with the changes, and see what is
being output there.  With some code reading & trying, I hope you'll be
able to find the exact place; if not, please let me know, I'll try a bit
here too.

All the best,
Kendy




More information about the LibreOffice mailing list