For the bug 42430, I guess the changes to be made have to done in drawingml.cxx&#39;s WriteParagraphNumbering method. The final else block on that method adds the buchar where one should not be added.<br>I also know that creation of the ppt model from the powerpoint 2003 ( .ppt) file works fine. The fix for this issue should hence involved using the ppt importer&#39;s logic of handling bullet-ed list and using a similar logic for pptx export.<br>
Beyond this , I am not sure about how to proceed on this as I am unaware of ppt model that libreoffice uses. Can someone help me on this.<br>Thanks,<br>-Pawan. <br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 8:44 AM, Pawan Vemuri <span dir="ltr">&lt;<a href="mailto:pawan.vemuri@gmail.com">pawan.vemuri@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">It is also broken in MSO, it is an exporter problem. The slideX.xml has a buChar element.<br>
thanks for the direction.<br><font color="#888888">-Pawan.</font><div><div></div><div class="h5"><br><br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 8:09 AM, Jan Holesovsky <span dir="ltr">&lt;<a href="mailto:kendy@suse.cz" target="_blank">kendy@suse.cz</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Pawan<br>
<div><div></div><div><br>
On 2011-10-31 at 07:23 -0700, Pawan Vemuri wrote:<br>
<br>
&gt; These bugs pertain to opening a ppt document, saving it as pptx<br>
&gt; document and reopening the same document in pptx.<br>
&gt; I would like to volunteer to fix this bug. Can you please let me know<br>
&gt; where can I find the code for this parts of libreoffice (where can I<br>
&gt; find code for ppt to pptx conversion and saving a pptx file in<br>
&gt; libreoffice).<br>
<br>
</div></div>Before starting hacking on this exactly, I&#39;d recommend you to get<br>
yourself familiar with building LibreOffice, and to do an easy hack:<br>
<br>
<a href="http://www.libreoffice.org/get-involved/developers/" target="_blank">http://www.libreoffice.org/get-involved/developers/</a><br>
<br>
But of course, fixing a bug that is close to your heart is always<br>
good :-)  In your case, I&#39;d first try to open the resulting pptx in MS<br>
Office, to find out if it is a problem of the exporter (it is broken in<br>
MSO), or importer (it is fine there).<br>
<br>
If it is an exporter problem, you&#39;ll want to hack around:<br>
<br>
<a href="http://cgit.freedesktop.org/libreoffice/core/tree/sd/source/filter/eppt" target="_blank">http://cgit.freedesktop.org/libreoffice/core/tree/sd/source/filter/eppt</a><br>
<br>
If it is an importer problem, then it is most probably around:<br>
<br>
<a href="http://cgit.freedesktop.org/libreoffice/core/tree/oox/source/ppt" target="_blank">http://cgit.freedesktop.org/libreoffice/core/tree/oox/source/ppt</a><br>
<br>
All the best,<br>
Kendy<br>
<br>
</blockquote></div><br>
</div></div></blockquote></div><br>