On 01/11/12 10:40, Michael Meeks wrote:
You can see that the problematic 'String' type is used (which
truncates to 64k lengths). I suspect you'd want to poke at:
basic/inc/basic/sbxvar.hxx particularly the SbxValue and it's
implementation inside: basic/source/sbx/sbxvalue.cxx To use
rtl::OUStr
On Thu, Nov 1, 2012 at 5:40 AM, Michael Meeks wrote:
> RTLFUNC(Len)
> {
> (void)pBasic;
> (void)bWrite;
>
> if ( rPar.Count() != 2 )
> StarBASIC::Error( SbERR_BAD_ARGUMENT );
> else
> {
> const String& rStr = rPar.Get(1)->GetString();
> rPar.Get(0)->PutL
Hi there,
On Wed, 2012-10-31 at 08:16 +0100, post wrote:
> I have a special request regarding spreadsheet functions.
Ah - so, this list is really for reviewing patches, discussing quirks
of the code, and helping people develop fixes.
> When importing a string larger than 64k the len() fu