Hi *,<br><br>does someone know what is the meaning of this (<a href="http://opengrok.libreoffice.org/xref/core/starmath/sdi/smath.sdi" target="_blank">http://opengrok.libreoffice.org/xref/core/starmath/sdi/smath.sdi</a>) file?<br>
It uses a lot of SfxVoidItem which I am currently investigating and trying to use as DisabledItem mark.<br>
<br><a href="http://cgit.freedesktop.org/libreoffice/core/tree/svl/source/items/itemset.cxx" target="_blank">http://cgit.freedesktop.org/libreoffice/core/tree/svl/source/items/itemset.cxx</a><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<pre><code>void SfxItemSet::DisableItem(sal_uInt16 nWhich)
{
DBG_CHKTHIS(SfxItemSet, 0);
Put( SfxVoidItem(0), nWhich );
}</code></pre></blockquote><div>Because of Bug 34465 Items should be inserted at same nWhich as their .Which().<br><br>Best Regards,<br> Maciek <br></div><br>