Hi Damjan
We should run performance tests for this. To increase the number is maybe
easy, to find out the side effects is not so an easy task.
I this case, we have to be careful in this case. I want to see some test
specs here. I'm willing to help there. It would be nice to have Jörg on
the testers too.
Regards, Raphael
Am .02.2017, 20:52 Uhr, schrieb Damjan Jovanovic <damjan@apache.org>:
> My patch works :-). I can make 1024 sheets!
>
> On Sun, Feb 5, 2017 at 9:39 PM, Damjan Jovanovic <damjan@apache.org>
> wrote:
>
>> Sorry, my bad.
>>
>> Hopefully, to increase number of sheets, it's just this one-line patch
>> below that I am busy compiling now. Will let you know if it works soon.
>>
>>
>> Index: main/sc/inc/address.hxx
>> ===================================================================
>> --- main/sc/inc/address.hxx (revision 1781341)
>> +++ main/sc/inc/address.hxx (working copy)
>> @@ -87,7 +87,7 @@
>> // Count values
>> const SCROW MAXROWCOUNT = MAXROWCOUNT_DEFINE;
>> const SCCOL MAXCOLCOUNT = MAXCOLCOUNT_DEFINE;
>> -const SCTAB MAXTABCOUNT = 256;
>> +const SCTAB MAXTABCOUNT = 1024;
>> const SCCOLROW MAXCOLROWCOUNT = MAXROWCOUNT;
>> // Maximum values
>> const SCROW MAXROW = MAXROWCOUNT - 1;
>>
>>
>> On Sun, Feb 5, 2017 at 9:32 PM, FR web forum <oooforum@free.fr> wrote:
>>
>>> >The maximum column I see is AMJ, which is the 1024th.
>>> >Which version are you using?
>>> Not columns but sheets
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>>
>>
--
Mein Blog: https://raphaelbircher.blogspot.ch
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org
|