Re: Increase the number of tables in Calc

2017-02-11 Thread Joost Andrae
Hi, increasing row-, column- or table count in Calc must be calculated well to fit into a 32 bit application. If memory consumption gets to the maximum (4 GB) then the application will crash. AFAIK AOO hasn't yet been ported to 64 bit on it's main platform (wntmsci6.pro). Be shure that

Re: Increase the number of tables in Calc

2017-02-07 Thread Jorg Schmidt
> From: Pedro [mailto:pedro.l...@openmailbox.org] > Even if you can increase the number of sheets, the most important > question is: does ODF support this? I would have to check, but I do not violate the LO / TDF against the ODF standard. > Regarding how many sheets: why doesn't AOO let the

Re: Increase the number of tables in Calc

2017-02-07 Thread Pedro
In case (a), the table number should be increased _in the short term_, for example to 1024. (more is better, but 1024 would already be a good value for now) Even if you can increase the number of sheets, the most important question is: does ODF support this? Regarding how many sheets: why

Re: Increase the number of tables in Calc

2017-02-06 Thread Jörg Schmidt
> From: Patricia Shanahan [mailto:p...@acm.org] > In looking at AOO source code, I'm finding lots of uses of fixed size > arrays. As far as I can tell, there is little use of the STL data > structures. I assume this reflects conditions when StarOffice > was designed. I do not know what "use

Re: Increase the number of tables in Calc

2017-02-06 Thread Jörg Schmidt
> From: Marcus [mailto:marcus.m...@wtnet.de] > > btw: > > Maybe we should also update the hardware requirements > listed on our website: > > https://www.openoffice.org/dev_docs/source/sys_reqs_aoo41.html > > please be more specific about what and why you think a change > is necessary. > >

Re: Increase the number of tables in Calc

2017-02-06 Thread Patricia Shanahan
In looking at AOO source code, I'm finding lots of uses of fixed size arrays. As far as I can tell, there is little use of the STL data structures. I assume this reflects conditions when StarOffice was designed. On 2/5/2017 7:42 PM, Jörg Schmidt wrote: From: Damjan Jovanovic

Re: Increase the number of tables in Calc

2017-02-06 Thread Marcus
Am 06.02.2017 um 21:13 schrieb Mathias Röllig: If one creates daily reports at seperate sheets and want to collect the reports for one year in one document then this enhancement is very useful. When do older versions of AOO warn “This document was created with a newer version? […]” There

Re: Increase the number of tables in Calc

2017-02-06 Thread Mathias Röllig
If one creates daily reports at seperate sheets and want to collect the reports for one year in one document then this enhancement is very useful. When do older versions of AOO warn “This document was created with a newer version? […]” There is no need for sarcasm. AOO have this warning

Re: Increase the number of tables in Calc

2017-02-06 Thread Marcus
Am 06.02.2017 um 10:48 schrieb Mathias Röllig: My patch works :-). I can make 1024 sheets! If one creates daily reports at seperate sheets and want to collect the reports for one year in one document then this enhancement is very useful. When do older versions of AOO warn “This document was

Re: Increase the number of tables in Calc

2017-02-06 Thread Marcus
Am 06.02.2017 um 09:46 schrieb Jörg Schmidt: From: Peter Kovacs [mailto:legi...@gmail.com] Sent: Monday, February 06, 2017 8:09 AM To: dev@openoffice.apache.org Subject: Re: Increase the number of tables in Calc +1 for tests. But honestly I would not expect a lot of effect if you are on a

Re: Increase the number of tables in Calc

2017-02-06 Thread Mathias Röllig
My patch works :-). I can make 1024 sheets! If one creates daily reports at seperate sheets and want to collect the reports for one year in one document then this enhancement is very useful. When do older versions of AOO warn “This document was created with a newer version? […]” Must the

Re: Increase the number of tables in Calc

2017-02-06 Thread Jörg Schmidt
> From: Peter Kovacs [mailto:legi...@gmail.com] > Sent: Monday, February 06, 2017 8:09 AM > To: dev@openoffice.apache.org > Subject: Re: Increase the number of tables in Calc > > +1 for tests. > > But honestly I would not expect a lot of effect if you are on a modern > machine with 4GB +

Re: Increase the number of tables in Calc

2017-02-05 Thread Peter Kovacs
+1 for tests. But honestly I would not expect a lot of effect if you are on a modern machine with 4GB + memory and maybe SSD disks. I would expect issues on older machines with maybe old technology and 2GB memory. These machines are old of course (my MacBook Air is such a machine, however with

Re: Increase the number of tables in Calc

2017-02-05 Thread Jörg Schmidt
> From: Raphael Bircher [mailto:rbircherapa...@gmail.com] > Sent: Sunday, February 05, 2017 9:51 PM > To: dev@openoffice.apache.org > Subject: Re: Increase the number of tables in Calc > > Hi Damjan > > We should run performance tests for this. +1 > To increase the > number is maybe >

Re: Increase the number of tables in Calc

2017-02-05 Thread Jörg Schmidt
> From: Damjan Jovanovic [mailto:dam...@apache.org] > 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. That would be good if it worked. But please let us consider: Are 1024 a reasonable value?

Re: Increase the number of tables in Calc

2017-02-05 Thread Raphael Bircher
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

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
My patch works :-). I can make 1024 sheets! On Sun, Feb 5, 2017 at 9:39 PM, Damjan Jovanovic 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. > > >

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
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

Re: Increase the number of tables in Calc

2017-02-05 Thread FR web forum
>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-unsubscr...@openoffice.apache.org For additional commands, e-mail:

Re: Increase the number of tables in Calc

2017-02-05 Thread Mechtilde
Hello Damjan, he means the number of TABLE which is limited to 256 since as I know. the number of column is limited to 1024 since version 3.3. Kind regards Mechtilde Am 05.02.2017 um 20:16 schrieb Damjan Jovanovic: > The maximum column I see is AMJ, which is the 1024th. > > Which version

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
The maximum column I see is AMJ, which is the 1024th. Which version are you using? On Sun, Feb 5, 2017 at 3:34 PM, Jörg Schmidt wrote: > Hello, > > It is not a very fair question, but I ask the programmers: > > How difficult is it to increase the table number of Calc as

Re: Increase the number of tables in Calc

2017-02-05 Thread FR web forum
Old issue: https://bz.apache.org/ooo/show_bug.cgi?id=19440 I'm not a developer too but this limit seems to be linked to a 32-bit spec. - Mail original - De: "Jörg Schmidt" À: dev@openoffice.apache.org Envoyé: Dimanche 5 Février 2017 14:34:28 Objet: Increase the

Increase the number of tables in Calc

2017-02-05 Thread Jörg Schmidt
Hello, It is not a very fair question, but I ask the programmers: How difficult is it to increase the table number of Calc as soon as possible? My hope is that maybe not so much effort, but I do not know. At present, 256 tables are possible, imho already 1024 tables would be an appreciable