Hello ,<div><div class="gmail_quote"><div><br></div><div>I am trying to solve the bug : <a href="https://bugs.freedesktop.org/show_bug.cgi?id=55846" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=55846</a> and I have already gone through the files : <a href="http://opengrok.libreoffice.org/search?q=&project=core&defs=FontSizeBox" style="white-space:pre-wrap;color:rgb(102,51,102)" target="_blank">http://opengrok.libreoffice.org/search?q=&project=core&defs=FontSizeBox</a> , <a href="http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/tbunocontroller.cxx" target="_blank">http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/tbunocontroller.cxx</a> and other files related to the toolbox as well : <a href="http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx" target="_blank">http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx</a> , <a href="http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox2.cxx" target="_blank">http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox2.cxx</a> . I am adopting the following approach :<br>

<div><br></div><div>1) If the toolbar is docked vertically , i.e. if(!bHorz) or the values are such : meAlign = WINDOWALIGN_LEFT || meAlign = WINDOWALIGN_RIGHT , then the FontSizeBox's representation as a MetricBox is converted to an image , can you please tell me how do I get the ItemId of the image .</div>

<div><br></div><div>2) After getting the ItemId of the image in the vertical Toolbar , I want to attach a handler to the image which creates a drop-down box as it does for the FontSizeBox : <a href="http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/tbunocontroller.cxx" target="_blank">http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/tbunocontroller.cxx</a> . </div>

<div><br></div><div>I would like to ask about how and where do I attach the drop-down handler to the fontsizebox image in the vertical toolbar ?</div><div>Any sort of help is appreciated :-)</div><div><br></div><div>Regards ,</div>

<div>Rushi</div></div>
</div><br></div>