Hi Michael,<br><br>I am happy to help out,<br>for now I&#39;ll be roaming about the code for a while see if there&#39;s something<br>I can do.<br>I think I will focus my efforts around the Calc part, though it might be a bit<br>
crowded there :) <br><br>Also in accordance to the time I have available to me.<br><br><br><div class="gmail_quote">On Thu, Oct 14, 2010 at 10:11 PM, Michael Meeks <span dir="ltr">&lt;<a href="mailto:michael.meeks@novell.com">michael.meeks@novell.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;">Hi Rene,<br>
<div class="im"><br>
On Thu, 2010-10-14 at 19:05 +0200, René Kjellerup wrote:<br>
&gt; I&#39;ve looked through the calc&#39;s chart2 source and translated and spell<br>
&gt; corrected a few comments in the view code<br>
<br>
</div>        Cool - nice work thanks for that; I pushed it.<br>
<div class="im"><br>
&gt; in the ChartItemPool I&#39;ve added the use of SAL_N_ELEMENTS(array) too<br>
<br>
</div>        Yep; the slight issue here though is that we need to re-arrange the<br>
code a bit. Your changes would work, but only if SCH_ATTR_START == 0 -<br>
since the range is offset otherwise. It would work if we had:<br>
<br>
-    for( i = SCHATTR_START; i &lt;= SCHATTR_END; i++ )<br>
+    for( i = 0; i &lt;= SAL_N_ELEMENTS(pItemInfos); i++ )<br>
     {<br>
-        pItemInfos[i - SCHATTR_START]._nSID = 0;<br>
+        pItemInfos[i]._nSID = 0;<br>
<br></blockquote><div><br>yeah that&#39;s true... and the same again in the destructor, I&#39;ll have a look into it  <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

        etc. ;-) it could perhaps be re-factored like that if you want, but<br>
prolly best to compile/test it.<br>
<br>
        Anyhow - thanks for your work ! looking forward to what you work on<br>
next - is there any area of LibreOffice you&#39;re particularly interested<br>
in contributing to ?<br>
<br>
        All the best,<br>
<br>
                Michael.<br>
<font color="#888888"><br>
--<br>
 <a href="mailto:michael.meeks@novell.com">michael.meeks@novell.com</a>  &lt;&gt;&lt;, Pseudo Engineer, itinerant idiot<br>
<br>
<br>
</font></blockquote></div><br>best wishes<br clear="all">René<br>-- <br>-- as life grows older, I gain experience.<br>