Hi Michael,<br><br>I am happy to help out,<br>for now I'll be roaming about the code for a while see if there'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"><<a href="mailto:michael.meeks@novell.com">michael.meeks@novell.com</a>></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>
> I've looked through the calc's chart2 source and translated and spell<br>
> 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>
> in the ChartItemPool I'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 <= SCHATTR_END; i++ )<br>
+ for( i = 0; i <= 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's true... and the same again in the destructor, I'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'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> <><, 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>